Shades of Fire Engine Red #EA1019
Tints of Fire Engine Red #EA1019
RGB
CMYK
RGB Variations
Color information
#EA1019 (or 0xEA1019) is known color: Fire Engine Red. HEX triplet: EA, 10 and 19. RGB value is (234,16,25). Sum of RGB (Red+Green+Blue) = 234+16+25=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1019 is #15EFE6. Grayscale: #525252. Windows color (decimal): -1437671 or 1642730. OLE color: 1642730.
HSL color Cylindrical-coordinate representation of color #EA1019: hue angle of 357.52º 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 #EA1019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.08 |
| HSL | 357.52º | 0.87% | 0.49% | - |
| HSV(B) | 357.52º | 0.93% | 0.92% | - |
| XYZ | 34.29 | 17.93 | 2.57 | - |
| YUV | 82.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 25 | 0 | 0.93 | 0.89 | 0.08 | 357.52 | 0.87 | 0.49 |
| Hex | EA | 10 | 19 | 0 | 5D | 59 | 8 | 166 | 57 | 31 |
| Octal | 352 | 20 | 31 | 0 | 135 | 131 | 10 | 546 | 127 | 61 |
| Binary | 11101010 | 10000 | 11001 | 0 | 1011101 | 1011001 | 1000 | 101100110 | 1010111 | 110001 |
Color Harmonies of #EA1019
Complementary color
Monochromatic Colors of #EA1019
Black with #EA1019
Text Example
Text Example
White with #EA1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1019; }
p { color: rgb(234,16,25); }
H1.HeaderClassName
{
color: #EA1019;
}
.AnyTagClassName
{
color: #EA1019;
}
</style>
background-color css
<style>
a { background-color: #EA1019; }
a { background-color: rgb(234,16,25); }
div.DivClassName
{
background-color: #EA1019;
}
.BgClassName
{
background-color: #EA1019;
}
</style>
border-color css
<style>
span { border-color: #EA1019; }
span { border-color: rgb(234,16,25); }
td.TdClassName
{
border-color: #EA1019;
}
.TagClassName
{
border-color: #EA1019;
}
</style>