Shades of Scarlet #F72210
Tints of Scarlet #F72210
RGB
CMYK
RGB Variations
Color information
#F72210 (or 0xF72210) is known color: Scarlet. HEX triplet: F7, 22 and 10. RGB value is (247,34,16). Sum of RGB (Red+Green+Blue) = 247+34+16=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F72210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72210 is #08DDEF. Grayscale: #5F5F5F. Windows color (decimal): -581104 or 1057527. OLE color: 1057527.
HSL color Cylindrical-coordinate representation of color #F72210: hue angle of 4.68º 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 #F72210 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 16 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.03 |
| HSL | 4.68º | 0.94% | 0.52% | - |
| HSV(B) | 4.68º | 0.94% | 0.97% | - |
| XYZ | 39.02 | 20.96 | 2.48 | - |
| YUV | 95.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 16 | 0 | 0.86 | 0.94 | 0.03 | 4.68 | 0.94 | 0.52 |
| Hex | F7 | 22 | 10 | 0 | 56 | 5E | 3 | 5 | 5E | 34 |
| Octal | 367 | 42 | 20 | 0 | 126 | 136 | 3 | 5 | 136 | 64 |
| Binary | 11110111 | 100010 | 10000 | 0 | 1010110 | 1011110 | 11 | 101 | 1011110 | 110100 |
Color Harmonies of #F72210
Complementary color
Monochromatic Colors of #F72210
Black with #F72210
Text Example
Text Example
White with #F72210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72210; }
p { color: rgb(247,34,16); }
H1.HeaderClassName
{
color: #F72210;
}
.AnyTagClassName
{
color: #F72210;
}
</style>
background-color css
<style>
a { background-color: #F72210; }
a { background-color: rgb(247,34,16); }
div.DivClassName
{
background-color: #F72210;
}
.BgClassName
{
background-color: #F72210;
}
</style>
border-color css
<style>
span { border-color: #F72210; }
span { border-color: rgb(247,34,16); }
td.TdClassName
{
border-color: #F72210;
}
.TagClassName
{
border-color: #F72210;
}
</style>