HEX: #E5422B
RGB: (229,66,43)
#E5422B enthält hauptsächlich rote Farbe. Für #E5422B ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #E5422B wird in RGB als (229,66,43) definiert.
RGB: (229,66,43)
(90%, 26%, 17%)
R 229 von 255 = 90%
G 66 von 255 = 26%
B 43 von 255 = 17%
R + G + B ~ 44%. #E5422B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 229 + 66 + 43 = 338 (100%)
R 229 von 338 ~ 67.75%
G 66 von 338 ~ 19.53%
B 43 von 338 ~ 12.72'%
Die Farbe #E5422B wird in CMYK als (0,71,81,10) definiert.
CMYK: (0,71,81,10)
C0M71Y81K10 (0%, 71%, 81%, 10%)
(0.00 / 0.71 / 0.81 / 0.10)
Farbe #E5422B in den populären Farbmodellen.
E5 | 42 | 2B | |
---|---|---|---|
RGB | 229 | 66 | 43 |
HSL | 7° | 78.15% | 53.33% |
HSB/HSV | 7° | 81.22% | 89.80% |
CMYK | 0.00% | 71.18% | 81.22% |
10.20% |
Die Farbe #E5422B in den populären Zahlensystemen.
Hexadezimal | E5 | 42 | 2B |
Dezimal | 229 | 66 | 43 |
Binär | 11100101 | 1000010 | 101011 |
Oktal | 345 | 102 | 53 |
Dunkle Töne der Farbe #E5422B
Helle Töne der Farbe #E5422B
Beispiele css- und html für Elemente in der Farbe #E5422B. Bitte benutzen Sie auch rgb(229,66,43) statt hex-Code.
.myTextColor { color: #E5422B; }
<p style="color:#E5422B">This sample text font color is #E5422B.</p>
Die Farbe dieses Textes ist #E5422B.
.myBgColor { background-color: #E5422B; }
<div style="background-color:#E5422B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5422B.
.myBorderColor { border: 1px solid #E5422B; }
<div style="border:3px solid #E5422B">Div</div>
Die Grenzen von diesem div sind in Farbe #E5422B.
.myOpacity80 { color: #E5422B; opacity: 0.8; }
<p style="color:#E5422B;opacity:0.8;">80%</p>
Text in Farbe #E5422B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5422B;}
<p style="text-shadow: 3px 3px 1px #E5422B">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5422B.
.textShadow {text-shadow: 3px 3px 1px #E5422B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5422B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5422B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5422B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5422B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5422B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5422B;
-webkit-box-shadow: 1px 1px 3px 2px #E5422B;
box-shadow: 1px 1px 3px 2px #E5422B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5422B; -webkit-box-shadow: 1px 1px 3px 2px #E5422B; box-shadow:1px 1px 3px 2px #E5422B;">
Div content here
</div>
Dieser Text ist in der Farbe #E5422B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5422B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5422B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5422B.
Kontrastfarbe für #E5422B ist #1ABDD4.