HEX: #D55F2A
RGB: (213,95,42)
#D55F2A enthält hauptsächlich rote Farbe. Für #D55F2A ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #D55F2A wird in RGB als (213,95,42) definiert.
RGB: (213,95,42)
(84%, 37%, 16%)
R 213 von 255 = 84%
G 95 von 255 = 37%
B 42 von 255 = 16%
R + G + B ~ 46%. #D55F2A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 213 + 95 + 42 = 350 (100%)
R 213 von 350 ~ 60.86%
G 95 von 350 ~ 27.14%
B 42 von 350 ~ 12'%
Die Farbe #D55F2A wird in CMYK als (0,55,80,16) definiert.
CMYK: (0,55,80,16)
C0M55Y80K16 (0%, 55%, 80%, 16%)
(0.00 / 0.55 / 0.80 / 0.16)
Farbe #D55F2A in den populären Farbmodellen.
D5 | 5F | 2A | |
---|---|---|---|
RGB | 213 | 95 | 42 |
HSL | 19° | 67.06% | 50.00% |
HSB/HSV | 19° | 80.28% | 83.53% |
CMYK | 0.00% | 55.40% | 80.28% |
16.47% |
Die Farbe #D55F2A in den populären Zahlensystemen.
Hexadezimal | D5 | 5F | 2A |
Dezimal | 213 | 95 | 42 |
Binär | 11010101 | 1011111 | 101010 |
Oktal | 325 | 137 | 52 |
Dunkle Töne der Farbe #D55F2A
Helle Töne der Farbe #D55F2A
Beispiele css- und html für Elemente in der Farbe #D55F2A. Bitte benutzen Sie auch rgb(213,95,42) statt hex-Code.
.myTextColor { color: #D55F2A; }
<p style="color:#D55F2A">This sample text font color is #D55F2A.</p>
Die Farbe dieses Textes ist #D55F2A.
.myBgColor { background-color: #D55F2A; }
<div style="background-color:#D55F2A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D55F2A.
.myBorderColor { border: 1px solid #D55F2A; }
<div style="border:3px solid #D55F2A">Div</div>
Die Grenzen von diesem div sind in Farbe #D55F2A.
.myOpacity80 { color: #D55F2A; opacity: 0.8; }
<p style="color:#D55F2A;opacity:0.8;">80%</p>
Text in Farbe #D55F2A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D55F2A;}
<p style="text-shadow: 3px 3px 1px #D55F2A">Text here.</p>
Dieser Text hat den Schatten in Farbe #D55F2A.
.textShadow {text-shadow: 3px 3px 1px #D55F2A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D55F2A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D55F2A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D55F2A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D55F2A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D55F2A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D55F2A;
-webkit-box-shadow: 1px 1px 3px 2px #D55F2A;
box-shadow: 1px 1px 3px 2px #D55F2A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D55F2A; -webkit-box-shadow: 1px 1px 3px 2px #D55F2A; box-shadow:1px 1px 3px 2px #D55F2A;">
Div content here
</div>
Dieser Text ist in der Farbe #D55F2A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D55F2A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D55F2A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D55F2A.
Kontrastfarbe für #D55F2A ist #2AA0D5.