HEX: #C63147
RGB: (198,49,71)
#C63147 enthält hauptsächlich rote Farbe. Für #C63147 ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #C63147 wird in RGB als (198,49,71) definiert.
RGB: (198,49,71) (78%,19%,28%)
R 198 von 255 = 78%
G 49 von 255 = 19%
B 71 von 255 = 28%
R + G + B ~ 42%. #C63147 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 49 + 71 = 318 (100%)
R 198 von 318 ~ 62.26%
G 49 von 318 ~ 15.41%
B 71 von 318 ~ 22.33%
Die Farbe #C63147 wird in CMYK als (0,75,64,22) definiert.
CMYK: (0,75,64,22) C0M75Y64K22 (0%,75%,64%,22%) (0.00/0.75/0.64/0.22)
C6 | 31 | 47 | |
---|---|---|---|
RGB | 198 | 49 | 71 |
HSL | 351° | 60.32% | 48.43% |
HSB/HSV | 351° | 75.25% | 77.65% |
CMYK | 0.00% | 75.25% | 64.14% |
22.35% |
Hexadezimal | C6 | 31 | 47 |
Dezimal | 198 | 49 | 71 |
Binär | 11000110 | 110001 | 1000111 |
Oktal | 306 | 61 | 107 |
Beispiele css- und html für Elemente in der Farbe #C63147. Bitte benutzen Sie auch rgb(198,49,71) statt hex-Code.
.myTextColor { color: #C63147; }
<p style="color:#C63147">This sample text font color is #C63147.</p>
Die Farbe dieses Textes ist #C63147.
.myBgColor { background-color: #C63147; }
<div style="background-color:#C63147">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C63147.
.myBorderColor { border: 1px solid #C63147; }
<div style="border:3px solid #C63147">Div</div>
Die Grenzen von diesem div sind in Farbe #C63147.
.myOpacity80 { color: #C63147; opacity: 0.8; }
<p style="color:#C63147;opacity:0.8;">80%</p>
Text in Farbe #C63147 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C63147;}
<p style="text-shadow: 3px 3px 1px #C63147">Text here.</p>
Dieser Text hat den Schatten in Farbe #C63147.
.textShadow {text-shadow: 3px 3px 1px #C63147, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C63147, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C63147 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C63147, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C63147, Direction=45, Strength=4)">Text</p>
This text has shadow with #C63147 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C63147; -webkit-box-shadow: 1px 1px 3px 2px #C63147; box-shadow: 1px 1px 3px 2px #C63147; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C63147; -webkit-box-shadow: 1px 1px 3px 2px #C63147; box-shadow:1px 1px 3px 2px #C63147;">
Div content here</div>
Dieser Text ist in der Farbe #C63147 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C63147 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C63147.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C63147.