HEX: #C9481B
RGB: (201,72,27)
#C9481B enthält hauptsächlich rote Farbe. Für #C9481B ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #C9481B wird in RGB als (201,72,27) definiert.
RGB: (201,72,27)
(79%, 28%, 11%)
R 201 von 255 = 79%
G 72 von 255 = 28%
B 27 von 255 = 11%
R + G + B ~ 39%. #C9481B ziemlich dunkle Farbe.
R + G + B = 201 + 72 + 27 = 300 (100%)
R 201 von 300 ~ 67%
G 72 von 300 ~ 24%
B 27 von 300 ~ 9'%
Die Farbe #C9481B wird in CMYK als (0,64,87,21) definiert.
CMYK: (0,64,87,21)
C0M64Y87K21 (0%, 64%, 87%, 21%)
(0.00 / 0.64 / 0.87 / 0.21)
Farbe #C9481B in den populären Farbmodellen.
C9 | 48 | 1B | |
---|---|---|---|
RGB | 201 | 72 | 27 |
HSL | 16° | 76.32% | 44.71% |
HSB/HSV | 16° | 86.57% | 78.82% |
CMYK | 0.00% | 64.18% | 86.57% |
21.18% |
Die Farbe #C9481B in den populären Zahlensystemen.
Hexadezimal | C9 | 48 | 1B |
Dezimal | 201 | 72 | 27 |
Binär | 11001001 | 1001000 | 11011 |
Oktal | 311 | 110 | 33 |
Dunkle Töne der Farbe #C9481B
Helle Töne der Farbe #C9481B
Beispiele css- und html für Elemente in der Farbe #C9481B. Bitte benutzen Sie auch rgb(201,72,27) statt hex-Code.
.myTextColor { color: #C9481B; }
<p style="color:#C9481B">This sample text font color is #C9481B.</p>
Die Farbe dieses Textes ist #C9481B.
.myBgColor { background-color: #C9481B; }
<div style="background-color:#C9481B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9481B.
.myBorderColor { border: 1px solid #C9481B; }
<div style="border:3px solid #C9481B">Div</div>
Die Grenzen von diesem div sind in Farbe #C9481B.
.myOpacity80 { color: #C9481B; opacity: 0.8; }
<p style="color:#C9481B;opacity:0.8;">80%</p>
Text in Farbe #C9481B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9481B;}
<p style="text-shadow: 3px 3px 1px #C9481B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9481B.
.textShadow {text-shadow: 3px 3px 1px #C9481B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9481B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9481B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9481B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9481B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9481B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9481B;
-webkit-box-shadow: 1px 1px 3px 2px #C9481B;
box-shadow: 1px 1px 3px 2px #C9481B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9481B; -webkit-box-shadow: 1px 1px 3px 2px #C9481B; box-shadow:1px 1px 3px 2px #C9481B;">
Div content here
</div>
Dieser Text ist in der Farbe #C9481B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9481B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9481B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9481B.
Kontrastfarbe für #C9481B ist #36B7E4.