Shades of Fire Engine Red #EA1719
Tints of Fire Engine Red #EA1719
RGB
CMYK
RGB Variations
Color information
#EA1719 (or 0xEA1719) is known color: Fire Engine Red. HEX triplet: EA, 17 and 19. RGB value is (234,23,25). Sum of RGB (Red+Green+Blue) = 234+23+25=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1719 is #15E8E6. Grayscale: #565656. Windows color (decimal): -1435879 or 1644522. OLE color: 1644522.
HSL color Cylindrical-coordinate representation of color #EA1719: hue angle of 359.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1719 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.08 |
| HSL | 359.43º | 0.83% | 0.5% | - |
| HSV(B) | 359.43º | 0.9% | 0.92% | - |
| XYZ | 34.41 | 18.18 | 2.61 | - |
| YUV | 86.32 | 93.4 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 25 | 0 | 0.90 | 0.89 | 0.08 | 359.43 | 0.83 | 0.5 |
| Hex | EA | 17 | 19 | 0 | 5A | 59 | 8 | 167 | 53 | 32 |
| Octal | 352 | 27 | 31 | 0 | 132 | 131 | 10 | 547 | 123 | 62 |
| Binary | 11101010 | 10111 | 11001 | 0 | 1011010 | 1011001 | 1000 | 101100111 | 1010011 | 110010 |
Color Harmonies of #EA1719
Complementary color
Monochromatic Colors of #EA1719
Black with #EA1719
Text Example
Text Example
White with #EA1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1719; }
p { color: rgb(234,23,25); }
H1.HeaderClassName
{
color: #EA1719;
}
.AnyTagClassName
{
color: #EA1719;
}
</style>
background-color css
<style>
a { background-color: #EA1719; }
a { background-color: rgb(234,23,25); }
div.DivClassName
{
background-color: #EA1719;
}
.BgClassName
{
background-color: #EA1719;
}
</style>
border-color css
<style>
span { border-color: #EA1719; }
span { border-color: rgb(234,23,25); }
td.TdClassName
{
border-color: #EA1719;
}
.TagClassName
{
border-color: #EA1719;
}
</style>