Shades of Fire Engine Red #EA1018
Tints of Fire Engine Red #EA1018
RGB
CMYK
RGB Variations
Color information
#EA1018 (or 0xEA1018) is known color: Fire Engine Red. HEX triplet: EA, 10 and 18. RGB value is (234,16,24). Sum of RGB (Red+Green+Blue) = 234+16+24=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1018 is #15EFE7. Grayscale: #525252. Windows color (decimal): -1437672 or 1577194. OLE color: 1577194.
HSL color Cylindrical-coordinate representation of color #EA1018: hue angle of 357.8º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.08 |
| HSL | 357.8º | 0.87% | 0.49% | - |
| HSV(B) | 357.8º | 0.93% | 0.92% | - |
| XYZ | 34.28 | 17.93 | 2.52 | - |
| YUV | 82.09 | 95.22 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 24 | 0 | 0.93 | 0.90 | 0.08 | 357.8 | 0.87 | 0.49 |
| Hex | EA | 10 | 18 | 0 | 5D | 5A | 8 | 166 | 57 | 31 |
| Octal | 352 | 20 | 30 | 0 | 135 | 132 | 10 | 546 | 127 | 61 |
| Binary | 11101010 | 10000 | 11000 | 0 | 1011101 | 1011010 | 1000 | 101100110 | 1010111 | 110001 |
Color Harmonies of #EA1018
Complementary color
Monochromatic Colors of #EA1018
Black with #EA1018
Text Example
Text Example
White with #EA1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1018; }
p { color: rgb(234,16,24); }
H1.HeaderClassName
{
color: #EA1018;
}
.AnyTagClassName
{
color: #EA1018;
}
</style>
background-color css
<style>
a { background-color: #EA1018; }
a { background-color: rgb(234,16,24); }
div.DivClassName
{
background-color: #EA1018;
}
.BgClassName
{
background-color: #EA1018;
}
</style>
border-color css
<style>
span { border-color: #EA1018; }
span { border-color: rgb(234,16,24); }
td.TdClassName
{
border-color: #EA1018;
}
.TagClassName
{
border-color: #EA1018;
}
</style>