Shades of Fire Engine Red #EA1519
Tints of Fire Engine Red #EA1519
RGB
CMYK
RGB Variations
Color information
#EA1519 (or 0xEA1519) is known color: Fire Engine Red. HEX triplet: EA, 15 and 19. RGB value is (234,21,25). Sum of RGB (Red+Green+Blue) = 234+21+25=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1519 is #15EAE6. Grayscale: #555555. Windows color (decimal): -1436391 or 1644010. OLE color: 1644010.
HSL color Cylindrical-coordinate representation of color #EA1519: hue angle of 358.87º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.08 |
| HSL | 358.87º | 0.84% | 0.5% | - |
| HSV(B) | 358.87º | 0.91% | 0.92% | - |
| XYZ | 34.38 | 18.1 | 2.6 | - |
| YUV | 85.14 | 94.07 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 25 | 0 | 0.91 | 0.89 | 0.08 | 358.87 | 0.84 | 0.5 |
| Hex | EA | 15 | 19 | 0 | 5B | 59 | 8 | 167 | 54 | 32 |
| Octal | 352 | 25 | 31 | 0 | 133 | 131 | 10 | 547 | 124 | 62 |
| Binary | 11101010 | 10101 | 11001 | 0 | 1011011 | 1011001 | 1000 | 101100111 | 1010100 | 110010 |
Color Harmonies of #EA1519
Complementary color
Monochromatic Colors of #EA1519
Black with #EA1519
Text Example
Text Example
White with #EA1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1519; }
p { color: rgb(234,21,25); }
H1.HeaderClassName
{
color: #EA1519;
}
.AnyTagClassName
{
color: #EA1519;
}
</style>
background-color css
<style>
a { background-color: #EA1519; }
a { background-color: rgb(234,21,25); }
div.DivClassName
{
background-color: #EA1519;
}
.BgClassName
{
background-color: #EA1519;
}
</style>
border-color css
<style>
span { border-color: #EA1519; }
span { border-color: rgb(234,21,25); }
td.TdClassName
{
border-color: #EA1519;
}
.TagClassName
{
border-color: #EA1519;
}
</style>