HEX: #E21D51
RGB: (226,29,81)
#E21D51 enthält hauptsächlich rote Farbe. Für #E21D51 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E21D51 wird in RGB als (226,29,81) definiert.
RGB: (226,29,81) (89%,11%,32%)
R 226 von 255 = 89%
G 29 von 255 = 11%
B 81 von 255 = 32%
R + G + B ~ 44%. #E21D51 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
226 + 29 + 81 = 336 (100%)
R 226 von 336 ~ 67.26%
G 29 von 336 ~ 8.63%
B 81 von 336 ~ 24.11%
Die Farbe #E21D51 wird in CMYK als (0,87,64,11) definiert.
CMYK: (0,87,64,11) C0M87Y64K11 (0%,87%,64%,11%) (0.00/0.87/0.64/0.11)
E2 | 1D | 51 | |
---|---|---|---|
RGB | 226 | 29 | 81 |
HSL | 344° | 77.25% | 50.00% |
HSB/HSV | 344° | 87.17% | 88.63% |
CMYK | 0.00% | 87.17% | 64.16% |
11.37% |
Hexadezimal | E2 | 1D | 51 |
Dezimal | 226 | 29 | 81 |
Binär | 11100010 | 11101 | 1010001 |
Oktal | 342 | 35 | 121 |
Beispiele css- und html für Elemente in der Farbe #E21D51. Bitte benutzen Sie auch rgb(226,29,81) statt hex-Code.
.myTextColor { color: #E21D51; }
<p style="color:#E21D51">This sample text font color is #E21D51.</p>
Die Farbe dieses Textes ist #E21D51.
.myBgColor { background-color: #E21D51; }
<div style="background-color:#E21D51">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E21D51.
.myBorderColor { border: 1px solid #E21D51; }
<div style="border:3px solid #E21D51">Div</div>
Die Grenzen von diesem div sind in Farbe #E21D51.
.myOpacity80 { color: #E21D51; opacity: 0.8; }
<p style="color:#E21D51;opacity:0.8;">80%</p>
Text in Farbe #E21D51 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E21D51;}
<p style="text-shadow: 3px 3px 1px #E21D51">Text here.</p>
Dieser Text hat den Schatten in Farbe #E21D51.
.textShadow {text-shadow: 3px 3px 1px #E21D51, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E21D51, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E21D51 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E21D51, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E21D51, Direction=45, Strength=4)">Text</p>
This text has shadow with #E21D51 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E21D51; -webkit-box-shadow: 1px 1px 3px 2px #E21D51; box-shadow: 1px 1px 3px 2px #E21D51; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E21D51; -webkit-box-shadow: 1px 1px 3px 2px #E21D51; box-shadow:1px 1px 3px 2px #E21D51;">
Div content here</div>
Dieser Text ist in der Farbe #E21D51 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E21D51 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E21D51.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E21D51.