Shades of Fire Engine Red #E01021
Tints of Fire Engine Red #E01021
RGB
CMYK
RGB Variations
Color information
#E01021 (or 0xE01021) is known color: Fire Engine Red. HEX triplet: E0, 10 and 21. RGB value is (224,16,33). Sum of RGB (Red+Green+Blue) = 224+16+33=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E01021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01021 is #1FEFDE. Grayscale: #505050. Windows color (decimal): -2093023 or 2167008. OLE color: 2167008.
HSL color Cylindrical-coordinate representation of color #E01021: hue angle of 355.1º 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 #E01021 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.12 |
| HSL | 355.1º | 0.87% | 0.47% | - |
| HSV(B) | 355.1º | 0.93% | 0.88% | - |
| XYZ | 31.2 | 16.33 | 2.95 | - |
| YUV | 80.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 33 | 0 | 0.93 | 0.85 | 0.12 | 355.1 | 0.87 | 0.47 |
| Hex | E0 | 10 | 21 | 0 | 5D | 55 | C | 163 | 57 | 2F |
| Octal | 340 | 20 | 41 | 0 | 135 | 125 | 14 | 543 | 127 | 57 |
| Binary | 11100000 | 10000 | 100001 | 0 | 1011101 | 1010101 | 1100 | 101100011 | 1010111 | 101111 |
Color Harmonies of #E01021
Complementary color
Monochromatic Colors of #E01021
Black with #E01021
Text Example
Text Example
White with #E01021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01021; }
p { color: rgb(224,16,33); }
H1.HeaderClassName
{
color: #E01021;
}
.AnyTagClassName
{
color: #E01021;
}
</style>
background-color css
<style>
a { background-color: #E01021; }
a { background-color: rgb(224,16,33); }
div.DivClassName
{
background-color: #E01021;
}
.BgClassName
{
background-color: #E01021;
}
</style>
border-color css
<style>
span { border-color: #E01021; }
span { border-color: rgb(224,16,33); }
td.TdClassName
{
border-color: #E01021;
}
.TagClassName
{
border-color: #E01021;
}
</style>