Shades of Fire Engine Red #E60A12
Tints of Fire Engine Red #E60A12
RGB
CMYK
RGB Variations
Color information
#E60A12 (or 0xE60A12) is known color: Fire Engine Red. HEX triplet: E6, 0A and 12. RGB value is (230,10,18). Sum of RGB (Red+Green+Blue) = 230+10+18=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A12 is #19F5ED. Grayscale: #4C4C4C. Windows color (decimal): -1701358 or 1182438. OLE color: 1182438.
HSL color Cylindrical-coordinate representation of color #E60A12: hue angle of 357.82º 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 #E60A12 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.10 |
| HSL | 357.82º | 0.92% | 0.47% | - |
| HSV(B) | 357.82º | 0.96% | 0.9% | - |
| XYZ | 32.85 | 17.08 | 2.14 | - |
| YUV | 76.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 18 | 0 | 0.96 | 0.92 | 0.10 | 357.82 | 0.92 | 0.47 |
| Hex | E6 | A | 12 | 0 | 60 | 5C | A | 166 | 5C | 2F |
| Octal | 346 | 12 | 22 | 0 | 140 | 134 | 12 | 546 | 134 | 57 |
| Binary | 11100110 | 1010 | 10010 | 0 | 1100000 | 1011100 | 1010 | 101100110 | 1011100 | 101111 |
Color Harmonies of #E60A12
Complementary color
Monochromatic Colors of #E60A12
Black with #E60A12
Text Example
Text Example
White with #E60A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A12; }
p { color: rgb(230,10,18); }
H1.HeaderClassName
{
color: #E60A12;
}
.AnyTagClassName
{
color: #E60A12;
}
</style>
background-color css
<style>
a { background-color: #E60A12; }
a { background-color: rgb(230,10,18); }
div.DivClassName
{
background-color: #E60A12;
}
.BgClassName
{
background-color: #E60A12;
}
</style>
border-color css
<style>
span { border-color: #E60A12; }
span { border-color: rgb(230,10,18); }
td.TdClassName
{
border-color: #E60A12;
}
.TagClassName
{
border-color: #E60A12;
}
</style>