Shades of Scarlet #F72110
Tints of Scarlet #F72110
RGB
CMYK
RGB Variations
Color information
#F72110 (or 0xF72110) is known color: Scarlet. HEX triplet: F7, 21 and 10. RGB value is (247,33,16). Sum of RGB (Red+Green+Blue) = 247+33+16=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F72110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72110 is #08DEEF. Grayscale: #5F5F5F. Windows color (decimal): -581360 or 1057271. OLE color: 1057271.
HSL color Cylindrical-coordinate representation of color #F72110: hue angle of 4.42º 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 #F72110 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.03 |
| HSL | 4.42º | 0.94% | 0.52% | - |
| HSV(B) | 4.42º | 0.94% | 0.97% | - |
| XYZ | 39 | 20.9 | 2.47 | - |
| YUV | 95.05 | 83.4 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 16 | 0 | 0.87 | 0.94 | 0.03 | 4.42 | 0.94 | 0.52 |
| Hex | F7 | 21 | 10 | 0 | 57 | 5E | 3 | 4 | 5E | 34 |
| Octal | 367 | 41 | 20 | 0 | 127 | 136 | 3 | 4 | 136 | 64 |
| Binary | 11110111 | 100001 | 10000 | 0 | 1010111 | 1011110 | 11 | 100 | 1011110 | 110100 |
Color Harmonies of #F72110
Complementary color
Monochromatic Colors of #F72110
Black with #F72110
Text Example
Text Example
White with #F72110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72110; }
p { color: rgb(247,33,16); }
H1.HeaderClassName
{
color: #F72110;
}
.AnyTagClassName
{
color: #F72110;
}
</style>
background-color css
<style>
a { background-color: #F72110; }
a { background-color: rgb(247,33,16); }
div.DivClassName
{
background-color: #F72110;
}
.BgClassName
{
background-color: #F72110;
}
</style>
border-color css
<style>
span { border-color: #F72110; }
span { border-color: rgb(247,33,16); }
td.TdClassName
{
border-color: #F72110;
}
.TagClassName
{
border-color: #F72110;
}
</style>