HEX: #DC143C
RGB: (220,20,60)
Die Farbenname ist Crimson. #DC143C enthält hauptsächlich rote Farbe. Für #DC143C ist eine «websichere» Webfarbe #CC0033 (oder kurz #C03).
Die Farbe #DC143C wird in RGB als (220,20,60) definiert.
RGB: (220,20,60) (86%,8%,24%)
R 220 von 255 = 86%
G 20 von 255 = 8%
B 60 von 255 = 24%
R + G + B ~ 39%. #DC143C ziemlich dunkle Farbe.
R + G + B =
220 + 20 + 60 = 300 (100%)
R 220 von 300 ~ 73.33%
G 20 von 300 ~ 6.67%
B 60 von 300 ~ 20%
Die Farbe #DC143C wird in CMYK als (0,91,73,14) definiert.
CMYK: (0,91,73,14) C0M91Y73K14 (0%,91%,73%,14%) (0.00/0.91/0.73/0.14)
DC | 14 | 3C | |
---|---|---|---|
RGB | 220 | 20 | 60 |
HSL | 348° | 83.33% | 47.06% |
HSB/HSV | 348° | 90.91% | 86.27% |
CMYK | 0.00% | 90.91% | 72.73% |
13.73% |
Hexadezimal | DC | 14 | 3C |
Dezimal | 220 | 20 | 60 |
Binär | 11011100 | 10100 | 111100 |
Oktal | 334 | 24 | 74 |
Beispiele css- und html für Elemente in der Farbe #DC143C. Bitte benutzen Sie auch rgb(220,20,60) statt hex-Code.
.myTextColor { color: #DC143C; }
<p style="color:#DC143C">This sample text font color is #DC143C.</p>
Die Farbe dieses Textes ist #DC143C.
.myBgColor { background-color: #DC143C; }
<div style="background-color:#DC143C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DC143C.
.myBorderColor { border: 1px solid #DC143C; }
<div style="border:3px solid #DC143C">Div</div>
Die Grenzen von diesem div sind in Farbe #DC143C.
.myOpacity80 { color: #DC143C; opacity: 0.8; }
<p style="color:#DC143C;opacity:0.8;">80%</p>
Text in Farbe #DC143C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DC143C;}
<p style="text-shadow: 3px 3px 1px #DC143C">Text here.</p>
Dieser Text hat den Schatten in Farbe #DC143C.
.textShadow {text-shadow: 3px 3px 1px #DC143C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DC143C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DC143C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC143C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DC143C, Direction=45, Strength=4)">Text</p>
This text has shadow with #DC143C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DC143C; -webkit-box-shadow: 1px 1px 3px 2px #DC143C; box-shadow: 1px 1px 3px 2px #DC143C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DC143C; -webkit-box-shadow: 1px 1px 3px 2px #DC143C; box-shadow:1px 1px 3px 2px #DC143C;">
Div content here</div>
Dieser Text ist in der Farbe #DC143C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DC143C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DC143C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DC143C.