HEX: #C6420E
RGB: (198,66,14)
#C6420E enthält hauptsächlich rote Farbe. Für #C6420E ist eine «websichere» Webfarbe #CC3300 (oder kurz #C30).
Die Farbe #C6420E wird in RGB als (198,66,14) definiert.
RGB: (198,66,14) (78%,26%,5%)
R 198 von 255 = 78%
G 66 von 255 = 26%
B 14 von 255 = 5%
R + G + B ~ 36%. #C6420E ziemlich dunkle Farbe.
R + G + B =
198 + 66 + 14 = 278 (100%)
R 198 von 278 ~ 71.22%
G 66 von 278 ~ 23.74%
B 14 von 278 ~ 5.04%
Die Farbe #C6420E wird in CMYK als (0,67,93,22) definiert.
CMYK: (0,67,93,22) C0M67Y93K22 (0%,67%,93%,22%) (0.00/0.67/0.93/0.22)
C6 | 42 | 0E | |
---|---|---|---|
RGB | 198 | 66 | 14 |
HSL | 17° | 86.79% | 41.57% |
HSB/HSV | 17° | 92.93% | 77.65% |
CMYK | 0.00% | 66.67% | 92.93% |
22.35% |
Hexadezimal | C6 | 42 | 0E |
Dezimal | 198 | 66 | 14 |
Binär | 11000110 | 1000010 | 1110 |
Oktal | 306 | 102 | 16 |
Beispiele css- und html für Elemente in der Farbe #C6420E. Bitte benutzen Sie auch rgb(198,66,14) statt hex-Code.
.myTextColor { color: #C6420E; }
<p style="color:#C6420E">This sample text font color is #C6420E.</p>
Die Farbe dieses Textes ist #C6420E.
.myBgColor { background-color: #C6420E; }
<div style="background-color:#C6420E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6420E.
.myBorderColor { border: 1px solid #C6420E; }
<div style="border:3px solid #C6420E">Div</div>
Die Grenzen von diesem div sind in Farbe #C6420E.
.myOpacity80 { color: #C6420E; opacity: 0.8; }
<p style="color:#C6420E;opacity:0.8;">80%</p>
Text in Farbe #C6420E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6420E;}
<p style="text-shadow: 3px 3px 1px #C6420E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6420E.
.textShadow {text-shadow: 3px 3px 1px #C6420E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6420E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6420E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6420E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6420E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6420E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6420E; -webkit-box-shadow: 1px 1px 3px 2px #C6420E; box-shadow: 1px 1px 3px 2px #C6420E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6420E; -webkit-box-shadow: 1px 1px 3px 2px #C6420E; box-shadow:1px 1px 3px 2px #C6420E;">
Div content here</div>
Dieser Text ist in der Farbe #C6420E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6420E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6420E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6420E.