Shades of Fire Engine Red #F01112
Tints of Fire Engine Red #F01112
RGB
CMYK
RGB Variations
Color information
#F01112 (or 0xF01112) is known color: Fire Engine Red. HEX triplet: F0, 11 and 12. RGB value is (240,17,18). Sum of RGB (Red+Green+Blue) = 240+17+18=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F01112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01112 is #0FEEED. Grayscale: #545454. Windows color (decimal): -1044206 or 1184240. OLE color: 1184240.
HSL color Cylindrical-coordinate representation of color #F01112: hue angle of 359.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01112 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.06 |
| HSL | 359.73º | 0.88% | 0.5% | - |
| HSV(B) | 359.73º | 0.93% | 0.94% | - |
| XYZ | 36.24 | 18.97 | 2.32 | - |
| YUV | 83.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 18 | 0 | 0.93 | 0.92 | 0.06 | 359.73 | 0.88 | 0.5 |
| Hex | F0 | 11 | 12 | 0 | 5D | 5C | 6 | 168 | 58 | 32 |
| Octal | 360 | 21 | 22 | 0 | 135 | 134 | 6 | 550 | 130 | 62 |
| Binary | 11110000 | 10001 | 10010 | 0 | 1011101 | 1011100 | 110 | 101101000 | 1011000 | 110010 |
Color Harmonies of #F01112
Complementary color
Monochromatic Colors of #F01112
Black with #F01112
Text Example
Text Example
White with #F01112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01112; }
p { color: rgb(240,17,18); }
H1.HeaderClassName
{
color: #F01112;
}
.AnyTagClassName
{
color: #F01112;
}
</style>
background-color css
<style>
a { background-color: #F01112; }
a { background-color: rgb(240,17,18); }
div.DivClassName
{
background-color: #F01112;
}
.BgClassName
{
background-color: #F01112;
}
</style>
border-color css
<style>
span { border-color: #F01112; }
span { border-color: rgb(240,17,18); }
td.TdClassName
{
border-color: #F01112;
}
.TagClassName
{
border-color: #F01112;
}
</style>