Shades of Fire Engine Red #EA0E14
Tints of Fire Engine Red #EA0E14
RGB
CMYK
RGB Variations
Color information
#EA0E14 (or 0xEA0E14) is known color: Fire Engine Red. HEX triplet: EA, 0E and 14. RGB value is (234,14,20). Sum of RGB (Red+Green+Blue) = 234+14+20=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0E14 is #15F1EB. Grayscale: #505050. Windows color (decimal): -1438188 or 1314538. OLE color: 1314538.
HSL color Cylindrical-coordinate representation of color #EA0E14: hue angle of 358.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.08 |
| HSL | 358.36º | 0.89% | 0.49% | - |
| HSV(B) | 358.36º | 0.94% | 0.92% | - |
| XYZ | 34.21 | 17.86 | 2.31 | - |
| YUV | 80.46 | 93.89 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 20 | 0 | 0.94 | 0.91 | 0.08 | 358.36 | 0.89 | 0.49 |
| Hex | EA | E | 14 | 0 | 5E | 5B | 8 | 166 | 59 | 31 |
| Octal | 352 | 16 | 24 | 0 | 136 | 133 | 10 | 546 | 131 | 61 |
| Binary | 11101010 | 1110 | 10100 | 0 | 1011110 | 1011011 | 1000 | 101100110 | 1011001 | 110001 |
Color Harmonies of #EA0E14
Complementary color
Monochromatic Colors of #EA0E14
Black with #EA0E14
Text Example
Text Example
White with #EA0E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0E14; }
p { color: rgb(234,14,20); }
H1.HeaderClassName
{
color: #EA0E14;
}
.AnyTagClassName
{
color: #EA0E14;
}
</style>
background-color css
<style>
a { background-color: #EA0E14; }
a { background-color: rgb(234,14,20); }
div.DivClassName
{
background-color: #EA0E14;
}
.BgClassName
{
background-color: #EA0E14;
}
</style>
border-color css
<style>
span { border-color: #EA0E14; }
span { border-color: rgb(234,14,20); }
td.TdClassName
{
border-color: #EA0E14;
}
.TagClassName
{
border-color: #EA0E14;
}
</style>