Shades of Fire Engine Red #F00E10
Tints of Fire Engine Red #F00E10
RGB
CMYK
RGB Variations
Color information
#F00E10 (or 0xF00E10) is known color: Fire Engine Red. HEX triplet: F0, 0E and 10. RGB value is (240,14,16). Sum of RGB (Red+Green+Blue) = 240+14+16=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00E10 is #0FF1EF. Grayscale: #525252. Windows color (decimal): -1044976 or 1052400. OLE color: 1052400.
HSL color Cylindrical-coordinate representation of color #F00E10: hue angle of 359.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.06 |
| HSL | 359.47º | 0.89% | 0.5% | - |
| HSV(B) | 359.47º | 0.94% | 0.94% | - |
| XYZ | 36.19 | 18.88 | 2.23 | - |
| YUV | 81.8 | 90.87 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 16 | 0 | 0.94 | 0.93 | 0.06 | 359.47 | 0.89 | 0.5 |
| Hex | F0 | E | 10 | 0 | 5E | 5D | 6 | 167 | 59 | 32 |
| Octal | 360 | 16 | 20 | 0 | 136 | 135 | 6 | 547 | 131 | 62 |
| Binary | 11110000 | 1110 | 10000 | 0 | 1011110 | 1011101 | 110 | 101100111 | 1011001 | 110010 |
Color Harmonies of #F00E10
Complementary color
Monochromatic Colors of #F00E10
Black with #F00E10
Text Example
Text Example
White with #F00E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E10; }
p { color: rgb(240,14,16); }
H1.HeaderClassName
{
color: #F00E10;
}
.AnyTagClassName
{
color: #F00E10;
}
</style>
background-color css
<style>
a { background-color: #F00E10; }
a { background-color: rgb(240,14,16); }
div.DivClassName
{
background-color: #F00E10;
}
.BgClassName
{
background-color: #F00E10;
}
</style>
border-color css
<style>
span { border-color: #F00E10; }
span { border-color: rgb(240,14,16); }
td.TdClassName
{
border-color: #F00E10;
}
.TagClassName
{
border-color: #F00E10;
}
</style>