Shades of Red #F71210
Tints of Red #F71210
RGB
CMYK
RGB Variations
Color information
#F71210 (or 0xF71210) is known color: Red. HEX triplet: F7, 12 and 10. RGB value is (247,18,16). Sum of RGB (Red+Green+Blue) = 247+18+16=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F71210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71210 is #08EDEF. Grayscale: #565656. Windows color (decimal): -585200 or 1053431. OLE color: 1053431.
HSL color Cylindrical-coordinate representation of color #F71210: hue angle of 0.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71210 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 16 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.03 |
| HSL | 0.52º | 0.94% | 0.52% | - |
| HSV(B) | 0.52º | 0.94% | 0.97% | - |
| XYZ | 38.67 | 20.24 | 2.36 | - |
| YUV | 86.24 | 88.37 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 16 | 0 | 0.93 | 0.94 | 0.03 | 0.52 | 0.94 | 0.52 |
| Hex | F7 | 12 | 10 | 0 | 5D | 5E | 3 | 1 | 5E | 34 |
| Octal | 367 | 22 | 20 | 0 | 135 | 136 | 3 | 1 | 136 | 64 |
| Binary | 11110111 | 10010 | 10000 | 0 | 1011101 | 1011110 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F71210
Complementary color
Monochromatic Colors of #F71210
Black with #F71210
Text Example
Text Example
White with #F71210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71210; }
p { color: rgb(247,18,16); }
H1.HeaderClassName
{
color: #F71210;
}
.AnyTagClassName
{
color: #F71210;
}
</style>
background-color css
<style>
a { background-color: #F71210; }
a { background-color: rgb(247,18,16); }
div.DivClassName
{
background-color: #F71210;
}
.BgClassName
{
background-color: #F71210;
}
</style>
border-color css
<style>
span { border-color: #F71210; }
span { border-color: rgb(247,18,16); }
td.TdClassName
{
border-color: #F71210;
}
.TagClassName
{
border-color: #F71210;
}
</style>