Shades of Red #F01211
Tints of Red #F01211
RGB
CMYK
RGB Variations
Color information
#F01211 (or 0xF01211) is known color: Red. HEX triplet: F0, 12 and 11. RGB value is (240,18,17). Sum of RGB (Red+Green+Blue) = 240+18+17=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F01211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01211 is #0FEDEE. Grayscale: #545454. Windows color (decimal): -1043951 or 1118960. OLE color: 1118960.
HSL color Cylindrical-coordinate representation of color #F01211: 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 #F01211 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.06 |
| HSL | 0.27º | 0.88% | 0.5% | - |
| HSV(B) | 0.27º | 0.93% | 0.94% | - |
| XYZ | 36.25 | 19 | 2.29 | - |
| YUV | 84.26 | 90.05 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 17 | 0 | 0.92 | 0.93 | 0.06 | 0.27 | 0.88 | 0.5 |
| Hex | F0 | 12 | 11 | 0 | 5C | 5D | 6 | 0 | 58 | 32 |
| Octal | 360 | 22 | 21 | 0 | 134 | 135 | 6 | 0 | 130 | 62 |
| Binary | 11110000 | 10010 | 10001 | 0 | 1011100 | 1011101 | 110 | 0 | 1011000 | 110010 |
Color Harmonies of #F01211
Complementary color
Monochromatic Colors of #F01211
Black with #F01211
Text Example
Text Example
White with #F01211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01211; }
p { color: rgb(240,18,17); }
H1.HeaderClassName
{
color: #F01211;
}
.AnyTagClassName
{
color: #F01211;
}
</style>
background-color css
<style>
a { background-color: #F01211; }
a { background-color: rgb(240,18,17); }
div.DivClassName
{
background-color: #F01211;
}
.BgClassName
{
background-color: #F01211;
}
</style>
border-color css
<style>
span { border-color: #F01211; }
span { border-color: rgb(240,18,17); }
td.TdClassName
{
border-color: #F01211;
}
.TagClassName
{
border-color: #F01211;
}
</style>