HEX: #E71A08
RGB: (231,26,8)
#E71A08 enthält hauptsächlich rote Farbe. Für #E71A08 ist eine «websichere» Webfarbe #FF0000 (oder kurz #F00).
Die Farbe #E71A08 wird in RGB als (231,26,8) definiert.
RGB: (231,26,8)
(91%, 10%, 3%)
R 231 von 255 = 91%
G 26 von 255 = 10%
B 8 von 255 = 3%
R + G + B ~ 35%. #E71A08 ziemlich dunkle Farbe.
R + G + B = 231 + 26 + 8 = 265 (100%)
R 231 von 265 ~ 87.17%
G 26 von 265 ~ 9.81%
B 8 von 265 ~ 3.02'%
Die Farbe #E71A08 wird in CMYK als (0,89,97,9) definiert.
CMYK: (0,89,97,9)
C0M89Y97K9 (0%, 89%, 97%, 9%)
(0.00 / 0.89 / 0.97 / 0.09)
Farbe #E71A08 in den populären Farbmodellen.
E7 | 1A | 08 | |
---|---|---|---|
RGB | 231 | 26 | 8 |
HSL | 5° | 93.31% | 46.86% |
HSB/HSV | 5° | 96.54% | 90.59% |
CMYK | 0.00% | 88.74% | 96.54% |
9.41% |
Die Farbe #E71A08 in den populären Zahlensystemen.
Hexadezimal | E7 | 1A | 08 |
Dezimal | 231 | 26 | 8 |
Binär | 11100111 | 11010 | 1000 |
Oktal | 347 | 32 | 10 |
Dunkle Töne der Farbe #E71A08
Helle Töne der Farbe #E71A08
Beispiele css- und html für Elemente in der Farbe #E71A08. Bitte benutzen Sie auch rgb(231,26,8) statt hex-Code.
.myTextColor { color: #E71A08; }
<p style="color:#E71A08">This sample text font color is #E71A08.</p>
Die Farbe dieses Textes ist #E71A08.
.myBgColor { background-color: #E71A08; }
<div style="background-color:#E71A08">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E71A08.
.myBorderColor { border: 1px solid #E71A08; }
<div style="border:3px solid #E71A08">Div</div>
Die Grenzen von diesem div sind in Farbe #E71A08.
.myOpacity80 { color: #E71A08; opacity: 0.8; }
<p style="color:#E71A08;opacity:0.8;">80%</p>
Text in Farbe #E71A08 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E71A08;}
<p style="text-shadow: 3px 3px 1px #E71A08">Text here.</p>
Dieser Text hat den Schatten in Farbe #E71A08.
.textShadow {text-shadow: 3px 3px 1px #E71A08', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E71A08, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E71A08 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E71A08, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E71A08, Direction=45, Strength=4)">Text</p>
This text has shadow with #E71A08 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E71A08;
-webkit-box-shadow: 1px 1px 3px 2px #E71A08;
box-shadow: 1px 1px 3px 2px #E71A08;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E71A08; -webkit-box-shadow: 1px 1px 3px 2px #E71A08; box-shadow:1px 1px 3px 2px #E71A08;">
Div content here
</div>
Dieser Text ist in der Farbe #E71A08 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E71A08 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E71A08.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E71A08.
Kontrastfarbe für #E71A08 ist #18E5F7.