Shades of Fire Engine Red #EA1416
Tints of Fire Engine Red #EA1416
RGB
CMYK
RGB Variations
Color information
#EA1416 (or 0xEA1416) is known color: Fire Engine Red. HEX triplet: EA, 14 and 16. RGB value is (234,20,22). Sum of RGB (Red+Green+Blue) = 234+20+22=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1416 is #15EBE9. Grayscale: #545454. Windows color (decimal): -1436650 or 1447146. OLE color: 1447146.
HSL color Cylindrical-coordinate representation of color #EA1416: hue angle of 359.44º 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 #EA1416 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.08 |
| HSL | 359.44º | 0.84% | 0.5% | - |
| HSV(B) | 359.44º | 0.91% | 0.92% | - |
| XYZ | 34.33 | 18.05 | 2.43 | - |
| YUV | 84.21 | 92.9 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 22 | 0 | 0.91 | 0.91 | 0.08 | 359.44 | 0.84 | 0.5 |
| Hex | EA | 14 | 16 | 0 | 5B | 5B | 8 | 167 | 54 | 32 |
| Octal | 352 | 24 | 26 | 0 | 133 | 133 | 10 | 547 | 124 | 62 |
| Binary | 11101010 | 10100 | 10110 | 0 | 1011011 | 1011011 | 1000 | 101100111 | 1010100 | 110010 |
Color Harmonies of #EA1416
Complementary color
Monochromatic Colors of #EA1416
Black with #EA1416
Text Example
Text Example
White with #EA1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1416; }
p { color: rgb(234,20,22); }
H1.HeaderClassName
{
color: #EA1416;
}
.AnyTagClassName
{
color: #EA1416;
}
</style>
background-color css
<style>
a { background-color: #EA1416; }
a { background-color: rgb(234,20,22); }
div.DivClassName
{
background-color: #EA1416;
}
.BgClassName
{
background-color: #EA1416;
}
</style>
border-color css
<style>
span { border-color: #EA1416; }
span { border-color: rgb(234,20,22); }
td.TdClassName
{
border-color: #EA1416;
}
.TagClassName
{
border-color: #EA1416;
}
</style>