Shades of Fire Engine Red #E41014
Tints of Fire Engine Red #E41014
RGB
CMYK
RGB Variations
Color information
#E41014 (or 0xE41014) is known color: Fire Engine Red. HEX triplet: E4, 10 and 14. RGB value is (228,16,20). Sum of RGB (Red+Green+Blue) = 228+16+20=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E41014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41014 is #1BEFEB. Grayscale: #505050. Windows color (decimal): -1830892 or 1315044. OLE color: 1315044.
HSL color Cylindrical-coordinate representation of color #E41014: hue angle of 358.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41014 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 20 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.11 |
| HSL | 358.87º | 0.87% | 0.48% | - |
| HSV(B) | 358.87º | 0.93% | 0.89% | - |
| XYZ | 32.31 | 16.92 | 2.22 | - |
| YUV | 79.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 20 | 0 | 0.93 | 0.91 | 0.11 | 358.87 | 0.87 | 0.48 |
| Hex | E4 | 10 | 14 | 0 | 5D | 5B | B | 167 | 57 | 30 |
| Octal | 344 | 20 | 24 | 0 | 135 | 133 | 13 | 547 | 127 | 60 |
| Binary | 11100100 | 10000 | 10100 | 0 | 1011101 | 1011011 | 1011 | 101100111 | 1010111 | 110000 |
Color Harmonies of #E41014
Complementary color
Monochromatic Colors of #E41014
Black with #E41014
Text Example
Text Example
White with #E41014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41014; }
p { color: rgb(228,16,20); }
H1.HeaderClassName
{
color: #E41014;
}
.AnyTagClassName
{
color: #E41014;
}
</style>
background-color css
<style>
a { background-color: #E41014; }
a { background-color: rgb(228,16,20); }
div.DivClassName
{
background-color: #E41014;
}
.BgClassName
{
background-color: #E41014;
}
</style>
border-color css
<style>
span { border-color: #E41014; }
span { border-color: rgb(228,16,20); }
td.TdClassName
{
border-color: #E41014;
}
.TagClassName
{
border-color: #E41014;
}
</style>