Shades of Fire Engine Red #EA1516
Tints of Fire Engine Red #EA1516
RGB
CMYK
RGB Variations
Color information
#EA1516 (or 0xEA1516) is known color: Fire Engine Red. HEX triplet: EA, 15 and 16. RGB value is (234,21,22). Sum of RGB (Red+Green+Blue) = 234+21+22=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1516 is #15EAE9. Grayscale: #555555. Windows color (decimal): -1436394 or 1447402. OLE color: 1447402.
HSL color Cylindrical-coordinate representation of color #EA1516: hue angle of 359.72º 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 #EA1516 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.08 |
| HSL | 359.72º | 0.84% | 0.5% | - |
| HSV(B) | 359.72º | 0.91% | 0.92% | - |
| XYZ | 34.34 | 18.09 | 2.44 | - |
| YUV | 84.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 22 | 0 | 0.91 | 0.91 | 0.08 | 359.72 | 0.84 | 0.5 |
| Hex | EA | 15 | 16 | 0 | 5B | 5B | 8 | 168 | 54 | 32 |
| Octal | 352 | 25 | 26 | 0 | 133 | 133 | 10 | 550 | 124 | 62 |
| Binary | 11101010 | 10101 | 10110 | 0 | 1011011 | 1011011 | 1000 | 101101000 | 1010100 | 110010 |
Color Harmonies of #EA1516
Complementary color
Monochromatic Colors of #EA1516
Black with #EA1516
Text Example
Text Example
White with #EA1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1516; }
p { color: rgb(234,21,22); }
H1.HeaderClassName
{
color: #EA1516;
}
.AnyTagClassName
{
color: #EA1516;
}
</style>
background-color css
<style>
a { background-color: #EA1516; }
a { background-color: rgb(234,21,22); }
div.DivClassName
{
background-color: #EA1516;
}
.BgClassName
{
background-color: #EA1516;
}
</style>
border-color css
<style>
span { border-color: #EA1516; }
span { border-color: rgb(234,21,22); }
td.TdClassName
{
border-color: #EA1516;
}
.TagClassName
{
border-color: #EA1516;
}
</style>