Shades of Fire Engine Red #E60F10
Tints of Fire Engine Red #E60F10
RGB
CMYK
RGB Variations
Color information
#E60F10 (or 0xE60F10) is known color: Fire Engine Red. HEX triplet: E6, 0F and 10. RGB value is (230,15,16). Sum of RGB (Red+Green+Blue) = 230+15+16=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F10 is #19F0EF. Grayscale: #4F4F4F. Windows color (decimal): -1700080 or 1052646. OLE color: 1052646.
HSL color Cylindrical-coordinate representation of color #E60F10: hue angle of 359.72º 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 #E60F10 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.10 |
| HSL | 359.72º | 0.88% | 0.48% | - |
| HSV(B) | 359.72º | 0.93% | 0.9% | - |
| XYZ | 32.9 | 17.2 | 2.08 | - |
| YUV | 79.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 16 | 0 | 0.93 | 0.93 | 0.10 | 359.72 | 0.88 | 0.48 |
| Hex | E6 | F | 10 | 0 | 5D | 5D | A | 168 | 58 | 30 |
| Octal | 346 | 17 | 20 | 0 | 135 | 135 | 12 | 550 | 130 | 60 |
| Binary | 11100110 | 1111 | 10000 | 0 | 1011101 | 1011101 | 1010 | 101101000 | 1011000 | 110000 |
Color Harmonies of #E60F10
Complementary color
Monochromatic Colors of #E60F10
Black with #E60F10
Text Example
Text Example
White with #E60F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F10; }
p { color: rgb(230,15,16); }
H1.HeaderClassName
{
color: #E60F10;
}
.AnyTagClassName
{
color: #E60F10;
}
</style>
background-color css
<style>
a { background-color: #E60F10; }
a { background-color: rgb(230,15,16); }
div.DivClassName
{
background-color: #E60F10;
}
.BgClassName
{
background-color: #E60F10;
}
</style>
border-color css
<style>
span { border-color: #E60F10; }
span { border-color: rgb(230,15,16); }
td.TdClassName
{
border-color: #E60F10;
}
.TagClassName
{
border-color: #E60F10;
}
</style>