Shades of Scarlet #F72010
Tints of Scarlet #F72010
RGB
CMYK
RGB Variations
Color information
#F72010 (or 0xF72010) is known color: Scarlet. HEX triplet: F7, 20 and 10. RGB value is (247,32,16). Sum of RGB (Red+Green+Blue) = 247+32+16=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F72010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72010 is #08DFEF. Grayscale: #5E5E5E. Windows color (decimal): -581616 or 1057015. OLE color: 1057015.
HSL color Cylindrical-coordinate representation of color #F72010: hue angle of 4.16º 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 #F72010 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.03 |
| HSL | 4.16º | 0.94% | 0.52% | - |
| HSV(B) | 4.16º | 0.94% | 0.97% | - |
| XYZ | 38.97 | 20.84 | 2.46 | - |
| YUV | 94.46 | 83.73 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 16 | 0 | 0.87 | 0.94 | 0.03 | 4.16 | 0.94 | 0.52 |
| Hex | F7 | 20 | 10 | 0 | 57 | 5E | 3 | 4 | 5E | 34 |
| Octal | 367 | 40 | 20 | 0 | 127 | 136 | 3 | 4 | 136 | 64 |
| Binary | 11110111 | 100000 | 10000 | 0 | 1010111 | 1011110 | 11 | 100 | 1011110 | 110100 |
Color Harmonies of #F72010
Complementary color
Monochromatic Colors of #F72010
Black with #F72010
Text Example
Text Example
White with #F72010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72010; }
p { color: rgb(247,32,16); }
H1.HeaderClassName
{
color: #F72010;
}
.AnyTagClassName
{
color: #F72010;
}
</style>
background-color css
<style>
a { background-color: #F72010; }
a { background-color: rgb(247,32,16); }
div.DivClassName
{
background-color: #F72010;
}
.BgClassName
{
background-color: #F72010;
}
</style>
border-color css
<style>
span { border-color: #F72010; }
span { border-color: rgb(247,32,16); }
td.TdClassName
{
border-color: #F72010;
}
.TagClassName
{
border-color: #F72010;
}
</style>