Shades of Fire Engine Red #E01C24
Tints of Fire Engine Red #E01C24
RGB
CMYK
RGB Variations
Color information
#E01C24 (or 0xE01C24) is known color: Fire Engine Red. HEX triplet: E0, 1C and 24. RGB value is (224,28,36). Sum of RGB (Red+Green+Blue) = 224+28+36=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C24 is #1FE3DB. Grayscale: #575757. Windows color (decimal): -2089948 or 2366688. OLE color: 2366688.
HSL color Cylindrical-coordinate representation of color #E01C24: hue angle of 357.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C24 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 36 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.12 |
| HSL | 357.55º | 0.78% | 0.49% | - |
| HSV(B) | 357.55º | 0.88% | 0.88% | - |
| XYZ | 31.47 | 16.81 | 3.25 | - |
| YUV | 87.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 36 | 0 | 0.88 | 0.84 | 0.12 | 357.55 | 0.78 | 0.49 |
| Hex | E0 | 1C | 24 | 0 | 58 | 54 | C | 166 | 4E | 31 |
| Octal | 340 | 34 | 44 | 0 | 130 | 124 | 14 | 546 | 116 | 61 |
| Binary | 11100000 | 11100 | 100100 | 0 | 1011000 | 1010100 | 1100 | 101100110 | 1001110 | 110001 |
Color Harmonies of #E01C24
Complementary color
Monochromatic Colors of #E01C24
Black with #E01C24
Text Example
Text Example
White with #E01C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C24; }
p { color: rgb(224,28,36); }
H1.HeaderClassName
{
color: #E01C24;
}
.AnyTagClassName
{
color: #E01C24;
}
</style>
background-color css
<style>
a { background-color: #E01C24; }
a { background-color: rgb(224,28,36); }
div.DivClassName
{
background-color: #E01C24;
}
.BgClassName
{
background-color: #E01C24;
}
</style>
border-color css
<style>
span { border-color: #E01C24; }
span { border-color: rgb(224,28,36); }
td.TdClassName
{
border-color: #E01C24;
}
.TagClassName
{
border-color: #E01C24;
}
</style>