Shades of Fire Engine Red #E40E0F
Tints of Fire Engine Red #E40E0F
RGB
CMYK
RGB Variations
Color information
#E40E0F (or 0xE40E0F) is known color: Fire Engine Red. HEX triplet: E4, 0E and 0F. RGB value is (228,14,15). Sum of RGB (Red+Green+Blue) = 228+14+15=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40E0F is #1BF1F0. Grayscale: #4E4E4E. Windows color (decimal): -1831409 or 986852. OLE color: 986852.
HSL color Cylindrical-coordinate representation of color #E40E0F: hue angle of 359.72º 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 #E40E0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.11 |
| HSL | 359.72º | 0.88% | 0.47% | - |
| HSV(B) | 359.72º | 0.94% | 0.89% | - |
| XYZ | 32.24 | 16.84 | 2 | - |
| YUV | 78.1 | 92.4 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 15 | 0 | 0.94 | 0.93 | 0.11 | 359.72 | 0.88 | 0.47 |
| Hex | E4 | E | F | 0 | 5E | 5D | B | 168 | 58 | 2F |
| Octal | 344 | 16 | 17 | 0 | 136 | 135 | 13 | 550 | 130 | 57 |
| Binary | 11100100 | 1110 | 1111 | 0 | 1011110 | 1011101 | 1011 | 101101000 | 1011000 | 101111 |
Color Harmonies of #E40E0F
Complementary color
Monochromatic Colors of #E40E0F
Black with #E40E0F
Text Example
Text Example
White with #E40E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E0F; }
p { color: rgb(228,14,15); }
H1.HeaderClassName
{
color: #E40E0F;
}
.AnyTagClassName
{
color: #E40E0F;
}
</style>
background-color css
<style>
a { background-color: #E40E0F; }
a { background-color: rgb(228,14,15); }
div.DivClassName
{
background-color: #E40E0F;
}
.BgClassName
{
background-color: #E40E0F;
}
</style>
border-color css
<style>
span { border-color: #E40E0F; }
span { border-color: rgb(228,14,15); }
td.TdClassName
{
border-color: #E40E0F;
}
.TagClassName
{
border-color: #E40E0F;
}
</style>