Shades of Red #F01310
Tints of Red #F01310
RGB
CMYK
RGB Variations
Color information
#F01310 (or 0xF01310) is known color: Red. HEX triplet: F0, 13 and 10. RGB value is (240,19,16). Sum of RGB (Red+Green+Blue) = 240+19+16=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F01310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01310 is #0FECEF. Grayscale: #545454. Windows color (decimal): -1043696 or 1053680. OLE color: 1053680.
HSL color Cylindrical-coordinate representation of color #F01310: hue angle of 0.8º 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 #F01310 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.06 |
| HSL | 0.8º | 0.88% | 0.5% | - |
| HSV(B) | 0.8º | 0.93% | 0.94% | - |
| XYZ | 36.26 | 19.03 | 2.25 | - |
| YUV | 84.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 16 | 0 | 0.92 | 0.93 | 0.06 | 0.8 | 0.88 | 0.5 |
| Hex | F0 | 13 | 10 | 0 | 5C | 5D | 6 | 1 | 58 | 32 |
| Octal | 360 | 23 | 20 | 0 | 134 | 135 | 6 | 1 | 130 | 62 |
| Binary | 11110000 | 10011 | 10000 | 0 | 1011100 | 1011101 | 110 | 1 | 1011000 | 110010 |
Color Harmonies of #F01310
Complementary color
Monochromatic Colors of #F01310
Black with #F01310
Text Example
Text Example
White with #F01310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01310; }
p { color: rgb(240,19,16); }
H1.HeaderClassName
{
color: #F01310;
}
.AnyTagClassName
{
color: #F01310;
}
</style>
background-color css
<style>
a { background-color: #F01310; }
a { background-color: rgb(240,19,16); }
div.DivClassName
{
background-color: #F01310;
}
.BgClassName
{
background-color: #F01310;
}
</style>
border-color css
<style>
span { border-color: #F01310; }
span { border-color: rgb(240,19,16); }
td.TdClassName
{
border-color: #F01310;
}
.TagClassName
{
border-color: #F01310;
}
</style>