Shades of Fire Engine Red #E01421
Tints of Fire Engine Red #E01421
RGB
CMYK
RGB Variations
Color information
#E01421 (or 0xE01421) is known color: Fire Engine Red. HEX triplet: E0, 14 and 21. RGB value is (224,20,33). Sum of RGB (Red+Green+Blue) = 224+20+33=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E01421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01421 is #1FEBDE. Grayscale: #525252. Windows color (decimal): -2091999 or 2168032. OLE color: 2168032.
HSL color Cylindrical-coordinate representation of color #E01421: hue angle of 356.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01421 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.12 |
| HSL | 356.18º | 0.84% | 0.48% | - |
| HSV(B) | 356.18º | 0.91% | 0.88% | - |
| XYZ | 31.27 | 16.46 | 2.97 | - |
| YUV | 82.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 33 | 0 | 0.91 | 0.85 | 0.12 | 356.18 | 0.84 | 0.48 |
| Hex | E0 | 14 | 21 | 0 | 5B | 55 | C | 164 | 54 | 30 |
| Octal | 340 | 24 | 41 | 0 | 133 | 125 | 14 | 544 | 124 | 60 |
| Binary | 11100000 | 10100 | 100001 | 0 | 1011011 | 1010101 | 1100 | 101100100 | 1010100 | 110000 |
Color Harmonies of #E01421
Complementary color
Monochromatic Colors of #E01421
Black with #E01421
Text Example
Text Example
White with #E01421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01421; }
p { color: rgb(224,20,33); }
H1.HeaderClassName
{
color: #E01421;
}
.AnyTagClassName
{
color: #E01421;
}
</style>
background-color css
<style>
a { background-color: #E01421; }
a { background-color: rgb(224,20,33); }
div.DivClassName
{
background-color: #E01421;
}
.BgClassName
{
background-color: #E01421;
}
</style>
border-color css
<style>
span { border-color: #E01421; }
span { border-color: rgb(224,20,33); }
td.TdClassName
{
border-color: #E01421;
}
.TagClassName
{
border-color: #E01421;
}
</style>