Shades of Fire Engine Red #EA0B18
Tints of Fire Engine Red #EA0B18
RGB
CMYK
RGB Variations
Color information
#EA0B18 (or 0xEA0B18) is known color: Fire Engine Red. HEX triplet: EA, 0B and 18. RGB value is (234,11,24). Sum of RGB (Red+Green+Blue) = 234+11+24=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B18 is #15F4E7. Grayscale: #4F4F4F. Windows color (decimal): -1438952 or 1575914. OLE color: 1575914.
HSL color Cylindrical-coordinate representation of color #EA0B18: hue angle of 356.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B18 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 24 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.08 |
| HSL | 356.5º | 0.91% | 0.48% | - |
| HSV(B) | 356.5º | 0.95% | 0.92% | - |
| XYZ | 34.22 | 17.8 | 2.5 | - |
| YUV | 79.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 24 | 0 | 0.95 | 0.90 | 0.08 | 356.5 | 0.91 | 0.48 |
| Hex | EA | B | 18 | 0 | 5F | 5A | 8 | 165 | 5B | 30 |
| Octal | 352 | 13 | 30 | 0 | 137 | 132 | 10 | 545 | 133 | 60 |
| Binary | 11101010 | 1011 | 11000 | 0 | 1011111 | 1011010 | 1000 | 101100101 | 1011011 | 110000 |
Color Harmonies of #EA0B18
Complementary color
Monochromatic Colors of #EA0B18
Black with #EA0B18
Text Example
Text Example
White with #EA0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B18; }
p { color: rgb(234,11,24); }
H1.HeaderClassName
{
color: #EA0B18;
}
.AnyTagClassName
{
color: #EA0B18;
}
</style>
background-color css
<style>
a { background-color: #EA0B18; }
a { background-color: rgb(234,11,24); }
div.DivClassName
{
background-color: #EA0B18;
}
.BgClassName
{
background-color: #EA0B18;
}
</style>
border-color css
<style>
span { border-color: #EA0B18; }
span { border-color: rgb(234,11,24); }
td.TdClassName
{
border-color: #EA0B18;
}
.TagClassName
{
border-color: #EA0B18;
}
</style>