HEX: #C63E06
RGB: (198,62,6)
#C63E06 enthält hauptsächlich rote Farbe. Für #C63E06 ist eine «websichere» Webfarbe #CC3300 (oder kurz #C30).
Die Farbe #C63E06 wird in RGB als (198,62,6) definiert.
RGB: (198,62,6)
(78%, 24%, 2%)
R 198 von 255 = 78%
G 62 von 255 = 24%
B 6 von 255 = 2%
R + G + B ~ 35%. #C63E06 ziemlich dunkle Farbe.
R + G + B = 198 + 62 + 6 = 266 (100%)
R 198 von 266 ~ 74.44%
G 62 von 266 ~ 23.31%
B 6 von 266 ~ 2.26'%
Die Farbe #C63E06 wird in CMYK als (0,69,97,22) definiert.
CMYK: (0,69,97,22)
C0M69Y97K22 (0%, 69%, 97%, 22%)
(0.00 / 0.69 / 0.97 / 0.22)
Farbe #C63E06 in den populären Farbmodellen.
C6 | 3E | 06 | |
---|---|---|---|
RGB | 198 | 62 | 6 |
HSL | 18° | 94.12% | 40.00% |
HSB/HSV | 18° | 96.97% | 77.65% |
CMYK | 0.00% | 68.69% | 96.97% |
22.35% |
Die Farbe #C63E06 in den populären Zahlensystemen.
Hexadezimal | C6 | 3E | 06 |
Dezimal | 198 | 62 | 6 |
Binär | 11000110 | 111110 | 110 |
Oktal | 306 | 76 | 6 |
Dunkle Töne der Farbe #C63E06
Helle Töne der Farbe #C63E06
Beispiele css- und html für Elemente in der Farbe #C63E06. Bitte benutzen Sie auch rgb(198,62,6) statt hex-Code.
.myTextColor { color: #C63E06; }
<p style="color:#C63E06">This sample text font color is #C63E06.</p>
Die Farbe dieses Textes ist #C63E06.
.myBgColor { background-color: #C63E06; }
<div style="background-color:#C63E06">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C63E06.
.myBorderColor { border: 1px solid #C63E06; }
<div style="border:3px solid #C63E06">Div</div>
Die Grenzen von diesem div sind in Farbe #C63E06.
.myOpacity80 { color: #C63E06; opacity: 0.8; }
<p style="color:#C63E06;opacity:0.8;">80%</p>
Text in Farbe #C63E06 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C63E06;}
<p style="text-shadow: 3px 3px 1px #C63E06">Text here.</p>
Dieser Text hat den Schatten in Farbe #C63E06.
.textShadow {text-shadow: 3px 3px 1px #C63E06', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C63E06, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C63E06 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C63E06, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C63E06, Direction=45, Strength=4)">Text</p>
This text has shadow with #C63E06 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C63E06;
-webkit-box-shadow: 1px 1px 3px 2px #C63E06;
box-shadow: 1px 1px 3px 2px #C63E06;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C63E06; -webkit-box-shadow: 1px 1px 3px 2px #C63E06; box-shadow:1px 1px 3px 2px #C63E06;">
Div content here
</div>
Dieser Text ist in der Farbe #C63E06 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C63E06 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C63E06.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C63E06.
Kontrastfarbe für #C63E06 ist #39C1F9.