HEX: #C50F5F
RGB: (197,15,95)
#C50F5F enthält hauptsächlich rote Farbe. Für #C50F5F ist eine «websichere» Webfarbe #CC0066 (oder kurz #C06).
Die Farbe #C50F5F wird in RGB als (197,15,95) definiert.
RGB: (197,15,95)
(77%, 6%, 37%)
R 197 von 255 = 77%
G 15 von 255 = 6%
B 95 von 255 = 37%
R + G + B ~ 40%. #C50F5F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 15 + 95 = 307 (100%)
R 197 von 307 ~ 64.17%
G 15 von 307 ~ 4.89%
B 95 von 307 ~ 30.94'%
Die Farbe #C50F5F wird in CMYK als (0,92,52,23) definiert.
CMYK: (0,92,52,23)
C0M92Y52K23 (0%, 92%, 52%, 23%)
(0.00 / 0.92 / 0.52 / 0.23)
Farbe #C50F5F in den populären Farbmodellen.
C5 | 0F | 5F | |
---|---|---|---|
RGB | 197 | 15 | 95 |
HSL | 334° | 85.85% | 41.57% |
HSB/HSV | 334° | 92.39% | 77.25% |
CMYK | 0.00% | 92.39% | 51.78% |
22.75% |
Die Farbe #C50F5F in den populären Zahlensystemen.
Hexadezimal | C5 | 0F | 5F |
Dezimal | 197 | 15 | 95 |
Binär | 11000101 | 1111 | 1011111 |
Oktal | 305 | 17 | 137 |
Dunkle Töne der Farbe #C50F5F
Helle Töne der Farbe #C50F5F
Beispiele css- und html für Elemente in der Farbe #C50F5F. Bitte benutzen Sie auch rgb(197,15,95) statt hex-Code.
.myTextColor { color: #C50F5F; }
<p style="color:#C50F5F">This sample text font color is #C50F5F.</p>
Die Farbe dieses Textes ist #C50F5F.
.myBgColor { background-color: #C50F5F; }
<div style="background-color:#C50F5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C50F5F.
.myBorderColor { border: 1px solid #C50F5F; }
<div style="border:3px solid #C50F5F">Div</div>
Die Grenzen von diesem div sind in Farbe #C50F5F.
.myOpacity80 { color: #C50F5F; opacity: 0.8; }
<p style="color:#C50F5F;opacity:0.8;">80%</p>
Text in Farbe #C50F5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C50F5F;}
<p style="text-shadow: 3px 3px 1px #C50F5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #C50F5F.
.textShadow {text-shadow: 3px 3px 1px #C50F5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C50F5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C50F5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C50F5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C50F5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C50F5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C50F5F;
-webkit-box-shadow: 1px 1px 3px 2px #C50F5F;
box-shadow: 1px 1px 3px 2px #C50F5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C50F5F; -webkit-box-shadow: 1px 1px 3px 2px #C50F5F; box-shadow:1px 1px 3px 2px #C50F5F;">
Div content here
</div>
Dieser Text ist in der Farbe #C50F5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C50F5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C50F5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C50F5F.
Kontrastfarbe für #hex ist #3AF0A0.