Shades of Fire Engine Red #E20E0F
Tints of Fire Engine Red #E20E0F
RGB
CMYK
RGB Variations
Color information
#E20E0F (or 0xE20E0F) is known color: Fire Engine Red. HEX triplet: E2, 0E and 0F. RGB value is (226,14,15). Sum of RGB (Red+Green+Blue) = 226+14+15=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20E0F is #1DF1F0. Grayscale: #4D4D4D. Windows color (decimal): -1962481 or 986850. OLE color: 986850.
HSL color Cylindrical-coordinate representation of color #E20E0F: 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 #E20E0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 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 | 31.61 | 16.52 | 1.97 | - |
| YUV | 77.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 15 | 0 | 0.94 | 0.93 | 0.11 | 359.72 | 0.88 | 0.47 |
| Hex | E2 | E | F | 0 | 5E | 5D | B | 168 | 58 | 2F |
| Octal | 342 | 16 | 17 | 0 | 136 | 135 | 13 | 550 | 130 | 57 |
| Binary | 11100010 | 1110 | 1111 | 0 | 1011110 | 1011101 | 1011 | 101101000 | 1011000 | 101111 |
Color Harmonies of #E20E0F
Complementary color
Monochromatic Colors of #E20E0F
Black with #E20E0F
Text Example
Text Example
White with #E20E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E0F; }
p { color: rgb(226,14,15); }
H1.HeaderClassName
{
color: #E20E0F;
}
.AnyTagClassName
{
color: #E20E0F;
}
</style>
background-color css
<style>
a { background-color: #E20E0F; }
a { background-color: rgb(226,14,15); }
div.DivClassName
{
background-color: #E20E0F;
}
.BgClassName
{
background-color: #E20E0F;
}
</style>
border-color css
<style>
span { border-color: #E20E0F; }
span { border-color: rgb(226,14,15); }
td.TdClassName
{
border-color: #E20E0F;
}
.TagClassName
{
border-color: #E20E0F;
}
</style>