Shades of Fire Engine Red #E01020
Tints of Fire Engine Red #E01020
RGB
CMYK
RGB Variations
Color information
#E01020 (or 0xE01020) is known color: Fire Engine Red. HEX triplet: E0, 10 and 20. RGB value is (224,16,32). Sum of RGB (Red+Green+Blue) = 224+16+32=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E01020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01020 is #1FEFDF. Grayscale: #505050. Windows color (decimal): -2093024 or 2101472. OLE color: 2101472.
HSL color Cylindrical-coordinate representation of color #E01020: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01020 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.12 |
| HSL | 355.38º | 0.87% | 0.47% | - |
| HSV(B) | 355.38º | 0.93% | 0.88% | - |
| XYZ | 31.19 | 16.32 | 2.87 | - |
| YUV | 80.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 32 | 0 | 0.93 | 0.86 | 0.12 | 355.38 | 0.87 | 0.47 |
| Hex | E0 | 10 | 20 | 0 | 5D | 56 | C | 163 | 57 | 2F |
| Octal | 340 | 20 | 40 | 0 | 135 | 126 | 14 | 543 | 127 | 57 |
| Binary | 11100000 | 10000 | 100000 | 0 | 1011101 | 1010110 | 1100 | 101100011 | 1010111 | 101111 |
Color Harmonies of #E01020
Complementary color
Monochromatic Colors of #E01020
Black with #E01020
Text Example
Text Example
White with #E01020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01020; }
p { color: rgb(224,16,32); }
H1.HeaderClassName
{
color: #E01020;
}
.AnyTagClassName
{
color: #E01020;
}
</style>
background-color css
<style>
a { background-color: #E01020; }
a { background-color: rgb(224,16,32); }
div.DivClassName
{
background-color: #E01020;
}
.BgClassName
{
background-color: #E01020;
}
</style>
border-color css
<style>
span { border-color: #E01020; }
span { border-color: rgb(224,16,32); }
td.TdClassName
{
border-color: #E01020;
}
.TagClassName
{
border-color: #E01020;
}
</style>