Shades of Fire Engine Red #E01720
Tints of Fire Engine Red #E01720
RGB
CMYK
RGB Variations
Color information
#E01720 (or 0xE01720) is known color: Fire Engine Red. HEX triplet: E0, 17 and 20. RGB value is (224,23,32). Sum of RGB (Red+Green+Blue) = 224+23+32=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E01720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01720 is #1FE8DF. Grayscale: #545454. Windows color (decimal): -2091232 or 2103264. OLE color: 2103264.
HSL color Cylindrical-coordinate representation of color #E01720: hue angle of 357.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01720 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.12 |
| HSL | 357.31º | 0.81% | 0.48% | - |
| HSV(B) | 357.31º | 0.9% | 0.88% | - |
| XYZ | 31.31 | 16.56 | 2.91 | - |
| YUV | 84.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 32 | 0 | 0.90 | 0.86 | 0.12 | 357.31 | 0.81 | 0.48 |
| Hex | E0 | 17 | 20 | 0 | 5A | 56 | C | 165 | 51 | 30 |
| Octal | 340 | 27 | 40 | 0 | 132 | 126 | 14 | 545 | 121 | 60 |
| Binary | 11100000 | 10111 | 100000 | 0 | 1011010 | 1010110 | 1100 | 101100101 | 1010001 | 110000 |
Color Harmonies of #E01720
Complementary color
Monochromatic Colors of #E01720
Black with #E01720
Text Example
Text Example
White with #E01720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01720; }
p { color: rgb(224,23,32); }
H1.HeaderClassName
{
color: #E01720;
}
.AnyTagClassName
{
color: #E01720;
}
</style>
background-color css
<style>
a { background-color: #E01720; }
a { background-color: rgb(224,23,32); }
div.DivClassName
{
background-color: #E01720;
}
.BgClassName
{
background-color: #E01720;
}
</style>
border-color css
<style>
span { border-color: #E01720; }
span { border-color: rgb(224,23,32); }
td.TdClassName
{
border-color: #E01720;
}
.TagClassName
{
border-color: #E01720;
}
</style>