HEX: #C6100C
RGB: (198,16,12)
#C6100C enthält hauptsächlich rote Farbe. Für #C6100C ist eine «websichere» Webfarbe #CC0000 (oder kurz #C00).
Die Farbe #C6100C wird in RGB als (198,16,12) definiert.
RGB: (198,16,12)
(78%, 6%, 5%)
R 198 von 255 = 78%
G 16 von 255 = 6%
B 12 von 255 = 5%
R + G + B ~ 30%. #C6100C ziemlich dunkle Farbe.
R + G + B = 198 + 16 + 12 = 226 (100%)
R 198 von 226 ~ 87.61%
G 16 von 226 ~ 7.08%
B 12 von 226 ~ 5.31'%
Die Farbe #C6100C wird in CMYK als (0,92,94,22) definiert.
CMYK: (0,92,94,22)
C0M92Y94K22 (0%, 92%, 94%, 22%)
(0.00 / 0.92 / 0.94 / 0.22)
Farbe #C6100C in den populären Farbmodellen.
C6 | 10 | 0C | |
---|---|---|---|
RGB | 198 | 16 | 12 |
HSL | 1° | 88.57% | 41.18% |
HSB/HSV | 1° | 93.94% | 77.65% |
CMYK | 0.00% | 91.92% | 93.94% |
22.35% |
Die Farbe #C6100C in den populären Zahlensystemen.
Hexadezimal | C6 | 10 | 0C |
Dezimal | 198 | 16 | 12 |
Binär | 11000110 | 10000 | 1100 |
Oktal | 306 | 20 | 14 |
Dunkle Töne der Farbe #C6100C
Helle Töne der Farbe #C6100C
Beispiele css- und html für Elemente in der Farbe #C6100C. Bitte benutzen Sie auch rgb(198,16,12) statt hex-Code.
.myTextColor { color: #C6100C; }
<p style="color:#C6100C">This sample text font color is #C6100C.</p>
Die Farbe dieses Textes ist #C6100C.
.myBgColor { background-color: #C6100C; }
<div style="background-color:#C6100C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6100C.
.myBorderColor { border: 1px solid #C6100C; }
<div style="border:3px solid #C6100C">Div</div>
Die Grenzen von diesem div sind in Farbe #C6100C.
.myOpacity80 { color: #C6100C; opacity: 0.8; }
<p style="color:#C6100C;opacity:0.8;">80%</p>
Text in Farbe #C6100C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6100C;}
<p style="text-shadow: 3px 3px 1px #C6100C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6100C.
.textShadow {text-shadow: 3px 3px 1px #C6100C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6100C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6100C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6100C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6100C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6100C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6100C;
-webkit-box-shadow: 1px 1px 3px 2px #C6100C;
box-shadow: 1px 1px 3px 2px #C6100C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6100C; -webkit-box-shadow: 1px 1px 3px 2px #C6100C; box-shadow:1px 1px 3px 2px #C6100C;">
Div content here
</div>
Dieser Text ist in der Farbe #C6100C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6100C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6100C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6100C.
Kontrastfarbe für #C6100C ist #39EFF3.