Shades of Fire Engine Red #E50D0F
Tints of Fire Engine Red #E50D0F
RGB
CMYK
RGB Variations
Color information
#E50D0F (or 0xE50D0F) is known color: Fire Engine Red. HEX triplet: E5, 0D and 0F. RGB value is (229,13,15). Sum of RGB (Red+Green+Blue) = 229+13+15=257 (34% of max value = 765). Red value is 229 (89.84% from 255 or 89.11% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50D0F is #1AF2F0. Grayscale: #4E4E4E. Windows color (decimal): -1766129 or 986597. OLE color: 986597.
HSL color Cylindrical-coordinate representation of color #E50D0F: hue angle of 359.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.10 |
| HSL | 359.44º | 0.89% | 0.47% | - |
| HSV(B) | 359.44º | 0.94% | 0.9% | - |
| XYZ | 32.54 | 16.98 | 2.01 | - |
| YUV | 77.81 | 92.56 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 15 | 0 | 0.94 | 0.93 | 0.10 | 359.44 | 0.89 | 0.47 |
| Hex | E5 | D | F | 0 | 5E | 5D | A | 167 | 59 | 2F |
| Octal | 345 | 15 | 17 | 0 | 136 | 135 | 12 | 547 | 131 | 57 |
| Binary | 11100101 | 1101 | 1111 | 0 | 1011110 | 1011101 | 1010 | 101100111 | 1011001 | 101111 |
Color Harmonies of #E50D0F
Complementary color
Monochromatic Colors of #E50D0F
Black with #E50D0F
Text Example
Text Example
White with #E50D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D0F; }
p { color: rgb(229,13,15); }
H1.HeaderClassName
{
color: #E50D0F;
}
.AnyTagClassName
{
color: #E50D0F;
}
</style>
background-color css
<style>
a { background-color: #E50D0F; }
a { background-color: rgb(229,13,15); }
div.DivClassName
{
background-color: #E50D0F;
}
.BgClassName
{
background-color: #E50D0F;
}
</style>
border-color css
<style>
span { border-color: #E50D0F; }
span { border-color: rgb(229,13,15); }
td.TdClassName
{
border-color: #E50D0F;
}
.TagClassName
{
border-color: #E50D0F;
}
</style>