Shades of Fire Engine Red #E60F17
Tints of Fire Engine Red #E60F17
RGB
CMYK
RGB Variations
Color information
#E60F17 (or 0xE60F17) is known color: Fire Engine Red. HEX triplet: E6, 0F and 17. RGB value is (230,15,23). Sum of RGB (Red+Green+Blue) = 230+15+23=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F17 is #19F0E8. Grayscale: #505050. Windows color (decimal): -1700073 or 1511398. OLE color: 1511398.
HSL color Cylindrical-coordinate representation of color #E60F17: hue angle of 357.77º 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 #E60F17 is Cyan = 0, Magento = 0.93, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 23 | - |
| CMYK | 0 | 0.93 | 0.9 | 0.10 |
| HSL | 357.77º | 0.88% | 0.48% | - |
| HSV(B) | 357.77º | 0.93% | 0.9% | - |
| XYZ | 32.96 | 17.23 | 2.4 | - |
| YUV | 80.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 23 | 0 | 0.93 | 0.9 | 0.10 | 357.77 | 0.88 | 0.48 |
| Hex | E6 | F | 17 | 0 | 5D | 5A | A | 166 | 58 | 30 |
| Octal | 346 | 17 | 27 | 0 | 135 | 132 | 12 | 546 | 130 | 60 |
| Binary | 11100110 | 1111 | 10111 | 0 | 1011101 | 1011010 | 1010 | 101100110 | 1011000 | 110000 |
Color Harmonies of #E60F17
Complementary color
Monochromatic Colors of #E60F17
Black with #E60F17
Text Example
Text Example
White with #E60F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F17; }
p { color: rgb(230,15,23); }
H1.HeaderClassName
{
color: #E60F17;
}
.AnyTagClassName
{
color: #E60F17;
}
</style>
background-color css
<style>
a { background-color: #E60F17; }
a { background-color: rgb(230,15,23); }
div.DivClassName
{
background-color: #E60F17;
}
.BgClassName
{
background-color: #E60F17;
}
</style>
border-color css
<style>
span { border-color: #E60F17; }
span { border-color: rgb(230,15,23); }
td.TdClassName
{
border-color: #E60F17;
}
.TagClassName
{
border-color: #E60F17;
}
</style>