Shades of Fire Engine Red #EA1113
Tints of Fire Engine Red #EA1113
RGB
CMYK
RGB Variations
Color information
#EA1113 (or 0xEA1113) is known color: Fire Engine Red. HEX triplet: EA, 11 and 13. RGB value is (234,17,19). Sum of RGB (Red+Green+Blue) = 234+17+19=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1113 is #15EEEC. Grayscale: #525252. Windows color (decimal): -1437421 or 1249770. OLE color: 1249770.
HSL color Cylindrical-coordinate representation of color #EA1113: hue angle of 359.45º degrees, saturation: 0.86, 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 #EA1113 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.08 |
| HSL | 359.45º | 0.86% | 0.49% | - |
| HSV(B) | 359.45º | 0.93% | 0.92% | - |
| XYZ | 34.25 | 17.94 | 2.27 | - |
| YUV | 82.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 19 | 0 | 0.93 | 0.92 | 0.08 | 359.45 | 0.86 | 0.49 |
| Hex | EA | 11 | 13 | 0 | 5D | 5C | 8 | 167 | 56 | 31 |
| Octal | 352 | 21 | 23 | 0 | 135 | 134 | 10 | 547 | 126 | 61 |
| Binary | 11101010 | 10001 | 10011 | 0 | 1011101 | 1011100 | 1000 | 101100111 | 1010110 | 110001 |
Color Harmonies of #EA1113
Complementary color
Monochromatic Colors of #EA1113
Black with #EA1113
Text Example
Text Example
White with #EA1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1113; }
p { color: rgb(234,17,19); }
H1.HeaderClassName
{
color: #EA1113;
}
.AnyTagClassName
{
color: #EA1113;
}
</style>
background-color css
<style>
a { background-color: #EA1113; }
a { background-color: rgb(234,17,19); }
div.DivClassName
{
background-color: #EA1113;
}
.BgClassName
{
background-color: #EA1113;
}
</style>
border-color css
<style>
span { border-color: #EA1113; }
span { border-color: rgb(234,17,19); }
td.TdClassName
{
border-color: #EA1113;
}
.TagClassName
{
border-color: #EA1113;
}
</style>