HEX: #C1593B
RGB: (193,89,59)
#C1593B enthält hauptsächlich rote Farbe. Für #C1593B ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C1593B wird in RGB als (193,89,59) definiert.
RGB: (193,89,59) (76%,35%,23%)
R 193 von 255 = 76%
G 89 von 255 = 35%
B 59 von 255 = 23%
R + G + B ~ 45%. #C1593B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
193 + 89 + 59 = 341 (100%)
R 193 von 341 ~ 56.6%
G 89 von 341 ~ 26.1%
B 59 von 341 ~ 17.3%
Die Farbe #C1593B wird in CMYK als (0,54,69,24) definiert.
CMYK: (0,54,69,24) C0M54Y69K24 (0%,54%,69%,24%) (0.00/0.54/0.69/0.24)
C1 | 59 | 3B | |
---|---|---|---|
RGB | 193 | 89 | 59 |
HSL | 13° | 53.17% | 49.41% |
HSB/HSV | 13° | 69.43% | 75.69% |
CMYK | 0.00% | 53.89% | 69.43% |
24.31% |
Hexadezimal | C1 | 59 | 3B |
Dezimal | 193 | 89 | 59 |
Binär | 11000001 | 1011001 | 111011 |
Oktal | 301 | 131 | 73 |
Beispiele css- und html für Elemente in der Farbe #C1593B. Bitte benutzen Sie auch rgb(193,89,59) statt hex-Code.
.myTextColor { color: #C1593B; }
<p style="color:#C1593B">This sample text font color is #C1593B.</p>
Die Farbe dieses Textes ist #C1593B.
.myBgColor { background-color: #C1593B; }
<div style="background-color:#C1593B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C1593B.
.myBorderColor { border: 1px solid #C1593B; }
<div style="border:3px solid #C1593B">Div</div>
Die Grenzen von diesem div sind in Farbe #C1593B.
.myOpacity80 { color: #C1593B; opacity: 0.8; }
<p style="color:#C1593B;opacity:0.8;">80%</p>
Text in Farbe #C1593B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C1593B;}
<p style="text-shadow: 3px 3px 1px #C1593B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C1593B.
.textShadow {text-shadow: 3px 3px 1px #C1593B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C1593B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C1593B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1593B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C1593B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C1593B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C1593B; -webkit-box-shadow: 1px 1px 3px 2px #C1593B; box-shadow: 1px 1px 3px 2px #C1593B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C1593B; -webkit-box-shadow: 1px 1px 3px 2px #C1593B; box-shadow:1px 1px 3px 2px #C1593B;">
Div content here</div>
Dieser Text ist in der Farbe #C1593B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C1593B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C1593B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C1593B.