HEX: #C51551
RGB: (197,21,81)
#C51551 enthält hauptsächlich rote Farbe. Für #C51551 ist eine «websichere» Webfarbe #CC0066 (oder kurz #C06).
Die Farbe #C51551 wird in RGB als (197,21,81) definiert.
RGB: (197,21,81)
(77%, 8%, 32%)
R 197 von 255 = 77%
G 21 von 255 = 8%
B 81 von 255 = 32%
R + G + B ~ 39%. #C51551 ziemlich dunkle Farbe.
R + G + B = 197 + 21 + 81 = 299 (100%)
R 197 von 299 ~ 65.89%
G 21 von 299 ~ 7.02%
B 81 von 299 ~ 27.09'%
Die Farbe #C51551 wird in CMYK als (0,89,59,23) definiert.
CMYK: (0,89,59,23)
C0M89Y59K23 (0%, 89%, 59%, 23%)
(0.00 / 0.89 / 0.59 / 0.23)
Farbe #C51551 in den populären Farbmodellen.
C5 | 15 | 51 | |
---|---|---|---|
RGB | 197 | 21 | 81 |
HSL | 340° | 80.73% | 42.75% |
HSB/HSV | 340° | 89.34% | 77.25% |
CMYK | 0.00% | 89.34% | 58.88% |
22.75% |
Die Farbe #C51551 in den populären Zahlensystemen.
Hexadezimal | C5 | 15 | 51 |
Dezimal | 197 | 21 | 81 |
Binär | 11000101 | 10101 | 1010001 |
Oktal | 305 | 25 | 121 |
Dunkle Töne der Farbe #C51551
Helle Töne der Farbe #C51551
Beispiele css- und html für Elemente in der Farbe #C51551. Bitte benutzen Sie auch rgb(197,21,81) statt hex-Code.
.myTextColor { color: #C51551; }
<p style="color:#C51551">This sample text font color is #C51551.</p>
Die Farbe dieses Textes ist #C51551.
.myBgColor { background-color: #C51551; }
<div style="background-color:#C51551">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C51551.
.myBorderColor { border: 1px solid #C51551; }
<div style="border:3px solid #C51551">Div</div>
Die Grenzen von diesem div sind in Farbe #C51551.
.myOpacity80 { color: #C51551; opacity: 0.8; }
<p style="color:#C51551;opacity:0.8;">80%</p>
Text in Farbe #C51551 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C51551;}
<p style="text-shadow: 3px 3px 1px #C51551">Text here.</p>
Dieser Text hat den Schatten in Farbe #C51551.
.textShadow {text-shadow: 3px 3px 1px #C51551', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C51551, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C51551 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C51551, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C51551, Direction=45, Strength=4)">Text</p>
This text has shadow with #C51551 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C51551;
-webkit-box-shadow: 1px 1px 3px 2px #C51551;
box-shadow: 1px 1px 3px 2px #C51551;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C51551; -webkit-box-shadow: 1px 1px 3px 2px #C51551; box-shadow:1px 1px 3px 2px #C51551;">
Div content here
</div>
Dieser Text ist in der Farbe #C51551 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C51551 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C51551.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C51551.
Kontrastfarbe für #C51551 ist #3AEAAE.