Shades of Fire Engine Red #E60F12
Tints of Fire Engine Red #E60F12
RGB
CMYK
RGB Variations
Color information
#E60F12 (or 0xE60F12) is known color: Fire Engine Red. HEX triplet: E6, 0F and 12. RGB value is (230,15,18). Sum of RGB (Red+Green+Blue) = 230+15+18=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F12 is #19F0ED. Grayscale: #4F4F4F. Windows color (decimal): -1700078 or 1183718. OLE color: 1183718.
HSL color Cylindrical-coordinate representation of color #E60F12: hue angle of 359.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F12 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.10 |
| HSL | 359.16º | 0.88% | 0.48% | - |
| HSV(B) | 359.16º | 0.93% | 0.9% | - |
| XYZ | 32.91 | 17.21 | 2.16 | - |
| YUV | 79.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 18 | 0 | 0.93 | 0.92 | 0.10 | 359.16 | 0.88 | 0.48 |
| Hex | E6 | F | 12 | 0 | 5D | 5C | A | 167 | 58 | 30 |
| Octal | 346 | 17 | 22 | 0 | 135 | 134 | 12 | 547 | 130 | 60 |
| Binary | 11100110 | 1111 | 10010 | 0 | 1011101 | 1011100 | 1010 | 101100111 | 1011000 | 110000 |
Color Harmonies of #E60F12
Complementary color
Monochromatic Colors of #E60F12
Black with #E60F12
Text Example
Text Example
White with #E60F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F12; }
p { color: rgb(230,15,18); }
H1.HeaderClassName
{
color: #E60F12;
}
.AnyTagClassName
{
color: #E60F12;
}
</style>
background-color css
<style>
a { background-color: #E60F12; }
a { background-color: rgb(230,15,18); }
div.DivClassName
{
background-color: #E60F12;
}
.BgClassName
{
background-color: #E60F12;
}
</style>
border-color css
<style>
span { border-color: #E60F12; }
span { border-color: rgb(230,15,18); }
td.TdClassName
{
border-color: #E60F12;
}
.TagClassName
{
border-color: #E60F12;
}
</style>