Shades of Fire Engine Red #E50E0F
Tints of Fire Engine Red #E50E0F
RGB
CMYK
RGB Variations
Color information
#E50E0F (or 0xE50E0F) is known color: Fire Engine Red. HEX triplet: E5, 0E and 0F. RGB value is (229,14,15). Sum of RGB (Red+Green+Blue) = 229+14+15=258 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.76% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50E0F is #1AF1F0. Grayscale: #4E4E4E. Windows color (decimal): -1765873 or 986853. OLE color: 986853.
HSL color Cylindrical-coordinate representation of color #E50E0F: hue angle of 359.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50E0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.10 |
| HSL | 359.72º | 0.88% | 0.48% | - |
| HSV(B) | 359.72º | 0.94% | 0.9% | - |
| XYZ | 32.56 | 17.01 | 2.02 | - |
| YUV | 78.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 15 | 0 | 0.94 | 0.93 | 0.10 | 359.72 | 0.88 | 0.48 |
| Hex | E5 | E | F | 0 | 5E | 5D | A | 168 | 58 | 30 |
| Octal | 345 | 16 | 17 | 0 | 136 | 135 | 12 | 550 | 130 | 60 |
| Binary | 11100101 | 1110 | 1111 | 0 | 1011110 | 1011101 | 1010 | 101101000 | 1011000 | 110000 |
Color Harmonies of #E50E0F
Complementary color
Monochromatic Colors of #E50E0F
Black with #E50E0F
Text Example
Text Example
White with #E50E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50E0F; }
p { color: rgb(229,14,15); }
H1.HeaderClassName
{
color: #E50E0F;
}
.AnyTagClassName
{
color: #E50E0F;
}
</style>
background-color css
<style>
a { background-color: #E50E0F; }
a { background-color: rgb(229,14,15); }
div.DivClassName
{
background-color: #E50E0F;
}
.BgClassName
{
background-color: #E50E0F;
}
</style>
border-color css
<style>
span { border-color: #E50E0F; }
span { border-color: rgb(229,14,15); }
td.TdClassName
{
border-color: #E50E0F;
}
.TagClassName
{
border-color: #E50E0F;
}
</style>