Shades of Fire Engine Red #EA0D0E
Tints of Fire Engine Red #EA0D0E
RGB
CMYK
RGB Variations
Color information
#EA0D0E (or 0xEA0D0E) is known color: Fire Engine Red. HEX triplet: EA, 0D and 0E. RGB value is (234,13,14). Sum of RGB (Red+Green+Blue) = 234+13+14=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D0E is #15F2F1. Grayscale: #4F4F4F. Windows color (decimal): -1438450 or 921066. OLE color: 921066.
HSL color Cylindrical-coordinate representation of color #EA0D0E: hue angle of 359.73º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.08 |
| HSL | 359.73º | 0.89% | 0.48% | - |
| HSV(B) | 359.73º | 0.94% | 0.92% | - |
| XYZ | 34.15 | 17.81 | 2.05 | - |
| YUV | 79.19 | 91.22 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 14 | 0 | 0.94 | 0.94 | 0.08 | 359.73 | 0.89 | 0.48 |
| Hex | EA | D | E | 0 | 5E | 5E | 8 | 168 | 59 | 30 |
| Octal | 352 | 15 | 16 | 0 | 136 | 136 | 10 | 550 | 131 | 60 |
| Binary | 11101010 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1000 | 101101000 | 1011001 | 110000 |
Color Harmonies of #EA0D0E
Complementary color
Monochromatic Colors of #EA0D0E
Black with #EA0D0E
Text Example
Text Example
White with #EA0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D0E; }
p { color: rgb(234,13,14); }
H1.HeaderClassName
{
color: #EA0D0E;
}
.AnyTagClassName
{
color: #EA0D0E;
}
</style>
background-color css
<style>
a { background-color: #EA0D0E; }
a { background-color: rgb(234,13,14); }
div.DivClassName
{
background-color: #EA0D0E;
}
.BgClassName
{
background-color: #EA0D0E;
}
</style>
border-color css
<style>
span { border-color: #EA0D0E; }
span { border-color: rgb(234,13,14); }
td.TdClassName
{
border-color: #EA0D0E;
}
.TagClassName
{
border-color: #EA0D0E;
}
</style>