Shades of Red #F01110
Tints of Red #F01110
RGB
CMYK
RGB Variations
Color information
#F01110 (or 0xF01110) is known color: Red. HEX triplet: F0, 11 and 10. RGB value is (240,17,16). Sum of RGB (Red+Green+Blue) = 240+17+16=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F01110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01110 is #0FEEEF. Grayscale: #535353. Windows color (decimal): -1044208 or 1053168. OLE color: 1053168.
HSL color Cylindrical-coordinate representation of color #F01110: hue angle of 0.27º 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 #F01110 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.06 |
| HSL | 0.27º | 0.88% | 0.5% | - |
| HSV(B) | 0.27º | 0.93% | 0.94% | - |
| XYZ | 36.23 | 18.96 | 2.24 | - |
| YUV | 83.56 | 89.88 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 16 | 0 | 0.93 | 0.93 | 0.06 | 0.27 | 0.88 | 0.5 |
| Hex | F0 | 11 | 10 | 0 | 5D | 5D | 6 | 0 | 58 | 32 |
| Octal | 360 | 21 | 20 | 0 | 135 | 135 | 6 | 0 | 130 | 62 |
| Binary | 11110000 | 10001 | 10000 | 0 | 1011101 | 1011101 | 110 | 0 | 1011000 | 110010 |
Color Harmonies of #F01110
Complementary color
Monochromatic Colors of #F01110
Black with #F01110
Text Example
Text Example
White with #F01110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01110; }
p { color: rgb(240,17,16); }
H1.HeaderClassName
{
color: #F01110;
}
.AnyTagClassName
{
color: #F01110;
}
</style>
background-color css
<style>
a { background-color: #F01110; }
a { background-color: rgb(240,17,16); }
div.DivClassName
{
background-color: #F01110;
}
.BgClassName
{
background-color: #F01110;
}
</style>
border-color css
<style>
span { border-color: #F01110; }
span { border-color: rgb(240,17,16); }
td.TdClassName
{
border-color: #F01110;
}
.TagClassName
{
border-color: #F01110;
}
</style>