HEX: #C52E41
RGB: (197,46,65)
#C52E41 enthält hauptsächlich rote Farbe. Für #C52E41 ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #C52E41 wird in RGB als (197,46,65) definiert.
RGB: (197,46,65) (77%,18%,25%)
R 197 von 255 = 77%
G 46 von 255 = 18%
B 65 von 255 = 25%
R + G + B ~ 40%. #C52E41 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
197 + 46 + 65 = 308 (100%)
R 197 von 308 ~ 63.96%
G 46 von 308 ~ 14.94%
B 65 von 308 ~ 21.1%
Die Farbe #C52E41 wird in CMYK als (0,77,67,23) definiert.
CMYK: (0,77,67,23) C0M77Y67K23 (0%,77%,67%,23%) (0.00/0.77/0.67/0.23)
C5 | 2E | 41 | |
---|---|---|---|
RGB | 197 | 46 | 65 |
HSL | 352° | 62.14% | 47.65% |
HSB/HSV | 352° | 76.65% | 77.25% |
CMYK | 0.00% | 76.65% | 67.01% |
22.75% |
Hexadezimal | C5 | 2E | 41 |
Dezimal | 197 | 46 | 65 |
Binär | 11000101 | 101110 | 1000001 |
Oktal | 305 | 56 | 101 |
Beispiele css- und html für Elemente in der Farbe #C52E41. Bitte benutzen Sie auch rgb(197,46,65) statt hex-Code.
.myTextColor { color: #C52E41; }
<p style="color:#C52E41">This sample text font color is #C52E41.</p>
Die Farbe dieses Textes ist #C52E41.
.myBgColor { background-color: #C52E41; }
<div style="background-color:#C52E41">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C52E41.
.myBorderColor { border: 1px solid #C52E41; }
<div style="border:3px solid #C52E41">Div</div>
Die Grenzen von diesem div sind in Farbe #C52E41.
.myOpacity80 { color: #C52E41; opacity: 0.8; }
<p style="color:#C52E41;opacity:0.8;">80%</p>
Text in Farbe #C52E41 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C52E41;}
<p style="text-shadow: 3px 3px 1px #C52E41">Text here.</p>
Dieser Text hat den Schatten in Farbe #C52E41.
.textShadow {text-shadow: 3px 3px 1px #C52E41, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C52E41, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C52E41 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C52E41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C52E41, Direction=45, Strength=4)">Text</p>
This text has shadow with #C52E41 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C52E41; -webkit-box-shadow: 1px 1px 3px 2px #C52E41; box-shadow: 1px 1px 3px 2px #C52E41; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C52E41; -webkit-box-shadow: 1px 1px 3px 2px #C52E41; box-shadow:1px 1px 3px 2px #C52E41;">
Div content here</div>
Dieser Text ist in der Farbe #C52E41 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C52E41 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C52E41.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C52E41.