HEX: #E10020
RGB: (225,0,32)
#E10020 enthält hauptsächlich rote Farbe. Für #E10020 ist eine «websichere» Webfarbe #CC0033 (oder kurz #C03).
Die Farbe #E10020 wird in RGB als (225,0,32) definiert.
RGB: (225,0,32) (88%,0%,13%)
R 225 von 255 = 88%
G 0 von 255 = 0%
B 32 von 255 = 13%
R + G + B ~ 34%. #E10020 ziemlich dunkle Farbe.
R + G + B =
225 + 0 + 32 = 257 (100%)
R 225 von 257 ~ 87.55%
G 0 von 257 ~ 0%
B 32 von 257 ~ 12.45%
Die Farbe #E10020 wird in CMYK als (0,100,86,12) definiert.
CMYK: (0,100,86,12) C0M100Y86K12 (0%,100%,86%,12%) (0.00/1.00/0.86/0.12)
E1 | 00 | 20 | |
---|---|---|---|
RGB | 225 | 0 | 32 |
HSL | 351° | 100.00% | 44.12% |
HSB/HSV | 351° | 100.00% | 88.24% |
CMYK | 0.00% | 100.00% | 85.78% |
11.76% |
Hexadezimal | E1 | 00 | 20 |
Dezimal | 225 | 0 | 32 |
Binär | 11100001 | 0 | 100000 |
Oktal | 341 | 0 | 40 |
Beispiele css- und html für Elemente in der Farbe #E10020. Bitte benutzen Sie auch rgb(225,0,32) statt hex-Code.
.myTextColor { color: #E10020; }
<p style="color:#E10020">This sample text font color is #E10020.</p>
Die Farbe dieses Textes ist #E10020.
.myBgColor { background-color: #E10020; }
<div style="background-color:#E10020">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E10020.
.myBorderColor { border: 1px solid #E10020; }
<div style="border:3px solid #E10020">Div</div>
Die Grenzen von diesem div sind in Farbe #E10020.
.myOpacity80 { color: #E10020; opacity: 0.8; }
<p style="color:#E10020;opacity:0.8;">80%</p>
Text in Farbe #E10020 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E10020;}
<p style="text-shadow: 3px 3px 1px #E10020">Text here.</p>
Dieser Text hat den Schatten in Farbe #E10020.
.textShadow {text-shadow: 3px 3px 1px #E10020, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E10020, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E10020 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E10020, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E10020, Direction=45, Strength=4)">Text</p>
This text has shadow with #E10020 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E10020; -webkit-box-shadow: 1px 1px 3px 2px #E10020; box-shadow: 1px 1px 3px 2px #E10020; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E10020; -webkit-box-shadow: 1px 1px 3px 2px #E10020; box-shadow:1px 1px 3px 2px #E10020;">
Div content here</div>
Dieser Text ist in der Farbe #E10020 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E10020 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E10020.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E10020.