HEX: #C53353
RGB: (197,51,83)
#C53353 enthält hauptsächlich rote Farbe. Für #C53353 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #C53353 wird in RGB als (197,51,83) definiert.
RGB: (197,51,83)
(77%, 20%, 33%)
R 197 von 255 = 77%
G 51 von 255 = 20%
B 83 von 255 = 33%
R + G + B ~ 43%. #C53353 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 51 + 83 = 331 (100%)
R 197 von 331 ~ 59.52%
G 51 von 331 ~ 15.41%
B 83 von 331 ~ 25.08'%
Die Farbe #C53353 wird in CMYK als (0,74,58,23) definiert.
CMYK: (0,74,58,23)
C0M74Y58K23 (0%, 74%, 58%, 23%)
(0.00 / 0.74 / 0.58 / 0.23)
Farbe #C53353 in den populären Farbmodellen.
C5 | 33 | 53 | |
---|---|---|---|
RGB | 197 | 51 | 83 |
HSL | 347° | 58.87% | 48.63% |
HSB/HSV | 347° | 74.11% | 77.25% |
CMYK | 0.00% | 74.11% | 57.87% |
22.75% |
Die Farbe #C53353 in den populären Zahlensystemen.
Hexadezimal | C5 | 33 | 53 |
Dezimal | 197 | 51 | 83 |
Binär | 11000101 | 110011 | 1010011 |
Oktal | 305 | 63 | 123 |
Dunkle Töne der Farbe #C53353
Helle Töne der Farbe #C53353
Beispiele css- und html für Elemente in der Farbe #C53353. Bitte benutzen Sie auch rgb(197,51,83) statt hex-Code.
.myTextColor { color: #C53353; }
<p style="color:#C53353">This sample text font color is #C53353.</p>
Die Farbe dieses Textes ist #C53353.
.myBgColor { background-color: #C53353; }
<div style="background-color:#C53353">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C53353.
.myBorderColor { border: 1px solid #C53353; }
<div style="border:3px solid #C53353">Div</div>
Die Grenzen von diesem div sind in Farbe #C53353.
.myOpacity80 { color: #C53353; opacity: 0.8; }
<p style="color:#C53353;opacity:0.8;">80%</p>
Text in Farbe #C53353 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C53353;}
<p style="text-shadow: 3px 3px 1px #C53353">Text here.</p>
Dieser Text hat den Schatten in Farbe #C53353.
.textShadow {text-shadow: 3px 3px 1px #C53353', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C53353, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C53353 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C53353, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C53353, Direction=45, Strength=4)">Text</p>
This text has shadow with #C53353 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C53353;
-webkit-box-shadow: 1px 1px 3px 2px #C53353;
box-shadow: 1px 1px 3px 2px #C53353;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C53353; -webkit-box-shadow: 1px 1px 3px 2px #C53353; box-shadow:1px 1px 3px 2px #C53353;">
Div content here
</div>
Dieser Text ist in der Farbe #C53353 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C53353 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C53353.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C53353.
Kontrastfarbe für #hex ist #3ACCAC.