Shades of Fire Engine Red #E01E21
Tints of Fire Engine Red #E01E21
RGB
CMYK
RGB Variations
Color information
#E01E21 (or 0xE01E21) is known color: Fire Engine Red. HEX triplet: E0, 1E and 21. RGB value is (224,30,33). Sum of RGB (Red+Green+Blue) = 224+30+33=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E21 is #1FE1DE. Grayscale: #585858. Windows color (decimal): -2089439 or 2170592. OLE color: 2170592.
HSL color Cylindrical-coordinate representation of color #E01E21: hue angle of 359.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 33 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.12 |
| HSL | 359.07º | 0.76% | 0.5% | - |
| HSV(B) | 359.07º | 0.87% | 0.88% | - |
| XYZ | 31.48 | 16.89 | 3.04 | - |
| YUV | 88.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 33 | 0 | 0.87 | 0.85 | 0.12 | 359.07 | 0.76 | 0.5 |
| Hex | E0 | 1E | 21 | 0 | 57 | 55 | C | 167 | 4C | 32 |
| Octal | 340 | 36 | 41 | 0 | 127 | 125 | 14 | 547 | 114 | 62 |
| Binary | 11100000 | 11110 | 100001 | 0 | 1010111 | 1010101 | 1100 | 101100111 | 1001100 | 110010 |
Color Harmonies of #E01E21
Complementary color
Monochromatic Colors of #E01E21
Black with #E01E21
Text Example
Text Example
White with #E01E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E21; }
p { color: rgb(224,30,33); }
H1.HeaderClassName
{
color: #E01E21;
}
.AnyTagClassName
{
color: #E01E21;
}
</style>
background-color css
<style>
a { background-color: #E01E21; }
a { background-color: rgb(224,30,33); }
div.DivClassName
{
background-color: #E01E21;
}
.BgClassName
{
background-color: #E01E21;
}
</style>
border-color css
<style>
span { border-color: #E01E21; }
span { border-color: rgb(224,30,33); }
td.TdClassName
{
border-color: #E01E21;
}
.TagClassName
{
border-color: #E01E21;
}
</style>