HEX: #ED2A22
RGB: (237,42,34)
#ED2A22 enthält hauptsächlich rote Farbe. Für #ED2A22 ist eine «websichere» Webfarbe #FF3333 (oder kurz #F33).
Die Farbe #ED2A22 wird in RGB als (237,42,34) definiert.
RGB: (237,42,34)
(93%, 16%, 13%)
R 237 von 255 = 93%
G 42 von 255 = 16%
B 34 von 255 = 13%
R + G + B ~ 41%. #ED2A22 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 42 + 34 = 313 (100%)
R 237 von 313 ~ 75.72%
G 42 von 313 ~ 13.42%
B 34 von 313 ~ 10.86'%
Die Farbe #ED2A22 wird in CMYK als (0,82,86,7) definiert.
CMYK: (0,82,86,7)
C0M82Y86K7 (0%, 82%, 86%, 7%)
(0.00 / 0.82 / 0.86 / 0.07)
Farbe #ED2A22 in den populären Farbmodellen.
ED | 2A | 22 | |
---|---|---|---|
RGB | 237 | 42 | 34 |
HSL | 2° | 84.94% | 53.14% |
HSB/HSV | 2° | 85.65% | 92.94% |
CMYK | 0.00% | 82.28% | 85.65% |
7.06% |
Die Farbe #ED2A22 in den populären Zahlensystemen.
Hexadezimal | ED | 2A | 22 |
Dezimal | 237 | 42 | 34 |
Binär | 11101101 | 101010 | 100010 |
Oktal | 355 | 52 | 42 |
Dunkle Töne der Farbe #ED2A22
Helle Töne der Farbe #ED2A22
Beispiele css- und html für Elemente in der Farbe #ED2A22. Bitte benutzen Sie auch rgb(237,42,34) statt hex-Code.
.myTextColor { color: #ED2A22; }
<p style="color:#ED2A22">This sample text font color is #ED2A22.</p>
Die Farbe dieses Textes ist #ED2A22.
.myBgColor { background-color: #ED2A22; }
<div style="background-color:#ED2A22">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED2A22.
.myBorderColor { border: 1px solid #ED2A22; }
<div style="border:3px solid #ED2A22">Div</div>
Die Grenzen von diesem div sind in Farbe #ED2A22.
.myOpacity80 { color: #ED2A22; opacity: 0.8; }
<p style="color:#ED2A22;opacity:0.8;">80%</p>
Text in Farbe #ED2A22 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED2A22;}
<p style="text-shadow: 3px 3px 1px #ED2A22">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED2A22.
.textShadow {text-shadow: 3px 3px 1px #ED2A22', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED2A22, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED2A22 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED2A22, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED2A22, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED2A22 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED2A22;
-webkit-box-shadow: 1px 1px 3px 2px #ED2A22;
box-shadow: 1px 1px 3px 2px #ED2A22;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED2A22; -webkit-box-shadow: 1px 1px 3px 2px #ED2A22; box-shadow:1px 1px 3px 2px #ED2A22;">
Div content here
</div>
Dieser Text ist in der Farbe #ED2A22 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED2A22 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED2A22.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED2A22.
Kontrastfarbe für #ED2A22 ist #12D5DD.