HEX: #E20D02
RGB: (226,13,2)
#E20D02 enthält hauptsächlich rote Farbe. Für #E20D02 ist eine «websichere» Webfarbe #CC0000 (oder kurz #C00).
Die Farbe #E20D02 wird in RGB als (226,13,2) definiert.
RGB: (226,13,2)
(89%, 5%, 1%)
R 226 von 255 = 89%
G 13 von 255 = 5%
B 2 von 255 = 1%
R + G + B ~ 32%. #E20D02 ziemlich dunkle Farbe.
R + G + B = 226 + 13 + 2 = 241 (100%)
R 226 von 241 ~ 93.78%
G 13 von 241 ~ 5.39%
B 2 von 241 ~ 0.83'%
Die Farbe #E20D02 wird in CMYK als (0,94,99,11) definiert.
CMYK: (0,94,99,11)
C0M94Y99K11 (0%, 94%, 99%, 11%)
(0.00 / 0.94 / 0.99 / 0.11)
Farbe #E20D02 in den populären Farbmodellen.
E2 | 0D | 02 | |
---|---|---|---|
RGB | 226 | 13 | 2 |
HSL | 3° | 98.25% | 44.71% |
HSB/HSV | 3° | 99.12% | 88.63% |
CMYK | 0.00% | 94.25% | 99.12% |
11.37% |
Die Farbe #E20D02 in den populären Zahlensystemen.
Hexadezimal | E2 | 0D | 02 |
Dezimal | 226 | 13 | 2 |
Binär | 11100010 | 1101 | 10 |
Oktal | 342 | 15 | 2 |
Dunkle Töne der Farbe #E20D02
Helle Töne der Farbe #E20D02
Beispiele css- und html für Elemente in der Farbe #E20D02. Bitte benutzen Sie auch rgb(226,13,2) statt hex-Code.
.myTextColor { color: #E20D02; }
<p style="color:#E20D02">This sample text font color is #E20D02.</p>
Die Farbe dieses Textes ist #E20D02.
.myBgColor { background-color: #E20D02; }
<div style="background-color:#E20D02">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E20D02.
.myBorderColor { border: 1px solid #E20D02; }
<div style="border:3px solid #E20D02">Div</div>
Die Grenzen von diesem div sind in Farbe #E20D02.
.myOpacity80 { color: #E20D02; opacity: 0.8; }
<p style="color:#E20D02;opacity:0.8;">80%</p>
Text in Farbe #E20D02 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E20D02;}
<p style="text-shadow: 3px 3px 1px #E20D02">Text here.</p>
Dieser Text hat den Schatten in Farbe #E20D02.
.textShadow {text-shadow: 3px 3px 1px #E20D02', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E20D02, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E20D02 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E20D02, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E20D02, Direction=45, Strength=4)">Text</p>
This text has shadow with #E20D02 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E20D02;
-webkit-box-shadow: 1px 1px 3px 2px #E20D02;
box-shadow: 1px 1px 3px 2px #E20D02;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E20D02; -webkit-box-shadow: 1px 1px 3px 2px #E20D02; box-shadow:1px 1px 3px 2px #E20D02;">
Div content here
</div>
Dieser Text ist in der Farbe #E20D02 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E20D02 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E20D02.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E20D02.
Kontrastfarbe für #E20D02 ist #1DF2FD.