Shades of Fire Engine Red #E40E14
Tints of Fire Engine Red #E40E14
RGB
CMYK
RGB Variations
Color information
#E40E14 (or 0xE40E14) is known color: Fire Engine Red. HEX triplet: E4, 0E and 14. RGB value is (228,14,20). Sum of RGB (Red+Green+Blue) = 228+14+20=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40E14 is #1BF1EB. Grayscale: #4E4E4E. Windows color (decimal): -1831404 or 1314532. OLE color: 1314532.
HSL color Cylindrical-coordinate representation of color #E40E14: hue angle of 358.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.11 |
| HSL | 358.32º | 0.88% | 0.47% | - |
| HSV(B) | 358.32º | 0.94% | 0.89% | - |
| XYZ | 32.28 | 16.86 | 2.21 | - |
| YUV | 78.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 20 | 0 | 0.94 | 0.91 | 0.11 | 358.32 | 0.88 | 0.47 |
| Hex | E4 | E | 14 | 0 | 5E | 5B | B | 166 | 58 | 2F |
| Octal | 344 | 16 | 24 | 0 | 136 | 133 | 13 | 546 | 130 | 57 |
| Binary | 11100100 | 1110 | 10100 | 0 | 1011110 | 1011011 | 1011 | 101100110 | 1011000 | 101111 |
Color Harmonies of #E40E14
Complementary color
Monochromatic Colors of #E40E14
Black with #E40E14
Text Example
Text Example
White with #E40E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E14; }
p { color: rgb(228,14,20); }
H1.HeaderClassName
{
color: #E40E14;
}
.AnyTagClassName
{
color: #E40E14;
}
</style>
background-color css
<style>
a { background-color: #E40E14; }
a { background-color: rgb(228,14,20); }
div.DivClassName
{
background-color: #E40E14;
}
.BgClassName
{
background-color: #E40E14;
}
</style>
border-color css
<style>
span { border-color: #E40E14; }
span { border-color: rgb(228,14,20); }
td.TdClassName
{
border-color: #E40E14;
}
.TagClassName
{
border-color: #E40E14;
}
</style>