HEX: #C63D20
RGB: (198,61,32)
#C63D20 enthält hauptsächlich rote Farbe. Für #C63D20 ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #C63D20 wird in RGB als (198,61,32) definiert.
RGB: (198,61,32) (78%,24%,13%)
R 198 von 255 = 78%
G 61 von 255 = 24%
B 32 von 255 = 13%
R + G + B ~ 38%. #C63D20 ziemlich dunkle Farbe.
R + G + B =
198 + 61 + 32 = 291 (100%)
R 198 von 291 ~ 68.04%
G 61 von 291 ~ 20.96%
B 32 von 291 ~ 11%
Die Farbe #C63D20 wird in CMYK als (0,69,84,22) definiert.
CMYK: (0,69,84,22) C0M69Y84K22 (0%,69%,84%,22%) (0.00/0.69/0.84/0.22)
C6 | 3D | 20 | |
---|---|---|---|
RGB | 198 | 61 | 32 |
HSL | 10° | 72.17% | 45.10% |
HSB/HSV | 10° | 83.84% | 77.65% |
CMYK | 0.00% | 69.19% | 83.84% |
22.35% |
Hexadezimal | C6 | 3D | 20 |
Dezimal | 198 | 61 | 32 |
Binär | 11000110 | 111101 | 100000 |
Oktal | 306 | 75 | 40 |
Beispiele css- und html für Elemente in der Farbe #C63D20. Bitte benutzen Sie auch rgb(198,61,32) statt hex-Code.
.myTextColor { color: #C63D20; }
<p style="color:#C63D20">This sample text font color is #C63D20.</p>
Die Farbe dieses Textes ist #C63D20.
.myBgColor { background-color: #C63D20; }
<div style="background-color:#C63D20">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C63D20.
.myBorderColor { border: 1px solid #C63D20; }
<div style="border:3px solid #C63D20">Div</div>
Die Grenzen von diesem div sind in Farbe #C63D20.
.myOpacity80 { color: #C63D20; opacity: 0.8; }
<p style="color:#C63D20;opacity:0.8;">80%</p>
Text in Farbe #C63D20 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C63D20;}
<p style="text-shadow: 3px 3px 1px #C63D20">Text here.</p>
Dieser Text hat den Schatten in Farbe #C63D20.
.textShadow {text-shadow: 3px 3px 1px #C63D20, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C63D20, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C63D20 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C63D20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C63D20, Direction=45, Strength=4)">Text</p>
This text has shadow with #C63D20 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C63D20; -webkit-box-shadow: 1px 1px 3px 2px #C63D20; box-shadow: 1px 1px 3px 2px #C63D20; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C63D20; -webkit-box-shadow: 1px 1px 3px 2px #C63D20; box-shadow:1px 1px 3px 2px #C63D20;">
Div content here</div>
Dieser Text ist in der Farbe #C63D20 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C63D20 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C63D20.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C63D20.