Shades of Fire Engine Red #E60A16
Tints of Fire Engine Red #E60A16
RGB
CMYK
RGB Variations
Color information
#E60A16 (or 0xE60A16) is known color: Fire Engine Red. HEX triplet: E6, 0A and 16. RGB value is (230,10,22). Sum of RGB (Red+Green+Blue) = 230+10+22=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A16 is #19F5E9. Grayscale: #4D4D4D. Windows color (decimal): -1701354 or 1444582. OLE color: 1444582.
HSL color Cylindrical-coordinate representation of color #E60A16: hue angle of 356.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A16 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.10 |
| HSL | 356.73º | 0.92% | 0.47% | - |
| HSV(B) | 356.73º | 0.96% | 0.9% | - |
| XYZ | 32.89 | 17.1 | 2.33 | - |
| YUV | 77.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 22 | 0 | 0.96 | 0.90 | 0.10 | 356.73 | 0.92 | 0.47 |
| Hex | E6 | A | 16 | 0 | 60 | 5A | A | 165 | 5C | 2F |
| Octal | 346 | 12 | 26 | 0 | 140 | 132 | 12 | 545 | 134 | 57 |
| Binary | 11100110 | 1010 | 10110 | 0 | 1100000 | 1011010 | 1010 | 101100101 | 1011100 | 101111 |
Color Harmonies of #E60A16
Complementary color
Monochromatic Colors of #E60A16
Black with #E60A16
Text Example
Text Example
White with #E60A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A16; }
p { color: rgb(230,10,22); }
H1.HeaderClassName
{
color: #E60A16;
}
.AnyTagClassName
{
color: #E60A16;
}
</style>
background-color css
<style>
a { background-color: #E60A16; }
a { background-color: rgb(230,10,22); }
div.DivClassName
{
background-color: #E60A16;
}
.BgClassName
{
background-color: #E60A16;
}
</style>
border-color css
<style>
span { border-color: #E60A16; }
span { border-color: rgb(230,10,22); }
td.TdClassName
{
border-color: #E60A16;
}
.TagClassName
{
border-color: #E60A16;
}
</style>