HEX: #E6393A
RGB: (230,57,58)
#E6393A enthält hauptsächlich rote Farbe. Für #E6393A ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #E6393A wird in RGB als (230,57,58) definiert.
RGB: (230,57,58)
(90%, 22%, 23%)
R 230 von 255 = 90%
G 57 von 255 = 22%
B 58 von 255 = 23%
R + G + B ~ 45%. #E6393A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 57 + 58 = 345 (100%)
R 230 von 345 ~ 66.67%
G 57 von 345 ~ 16.52%
B 58 von 345 ~ 16.81'%
Die Farbe #E6393A wird in CMYK als (0,75,75,10) definiert.
CMYK: (0,75,75,10)
C0M75Y75K10 (0%, 75%, 75%, 10%)
(0.00 / 0.75 / 0.75 / 0.10)
Farbe #E6393A in den populären Farbmodellen.
E6 | 39 | 3A | |
---|---|---|---|
RGB | 230 | 57 | 58 |
HSL | 360° | 77.58% | 56.27% |
HSB/HSV | 360° | 75.22% | 90.20% |
CMYK | 0.00% | 75.22% | 74.78% |
9.80% |
Die Farbe #E6393A in den populären Zahlensystemen.
Hexadezimal | E6 | 39 | 3A |
Dezimal | 230 | 57 | 58 |
Binär | 11100110 | 111001 | 111010 |
Oktal | 346 | 71 | 72 |
Dunkle Töne der Farbe #E6393A
Helle Töne der Farbe #E6393A
Beispiele css- und html für Elemente in der Farbe #E6393A. Bitte benutzen Sie auch rgb(230,57,58) statt hex-Code.
.myTextColor { color: #E6393A; }
<p style="color:#E6393A">This sample text font color is #E6393A.</p>
Die Farbe dieses Textes ist #E6393A.
.myBgColor { background-color: #E6393A; }
<div style="background-color:#E6393A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6393A.
.myBorderColor { border: 1px solid #E6393A; }
<div style="border:3px solid #E6393A">Div</div>
Die Grenzen von diesem div sind in Farbe #E6393A.
.myOpacity80 { color: #E6393A; opacity: 0.8; }
<p style="color:#E6393A;opacity:0.8;">80%</p>
Text in Farbe #E6393A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6393A;}
<p style="text-shadow: 3px 3px 1px #E6393A">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6393A.
.textShadow {text-shadow: 3px 3px 1px #E6393A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6393A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6393A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6393A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6393A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6393A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6393A;
-webkit-box-shadow: 1px 1px 3px 2px #E6393A;
box-shadow: 1px 1px 3px 2px #E6393A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6393A; -webkit-box-shadow: 1px 1px 3px 2px #E6393A; box-shadow:1px 1px 3px 2px #E6393A;">
Div content here
</div>
Dieser Text ist in der Farbe #E6393A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6393A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6393A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6393A.
Kontrastfarbe für #E6393A ist #19C6C5.