Shades of Scarlet #F72009
Tints of Scarlet #F72009
RGB
CMYK
RGB Variations
Color information
#F72009 (or 0xF72009) is known color: Scarlet. HEX triplet: F7, 20 and 09. RGB value is (247,32,9). Sum of RGB (Red+Green+Blue) = 247+32+9=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F72009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72009 is #08DFF6. Grayscale: #5D5D5D. Windows color (decimal): -581623 or 598263. OLE color: 598263.
HSL color Cylindrical-coordinate representation of color #F72009: hue angle of 5.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F72009 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.03 |
| HSL | 5.8º | 0.94% | 0.5% | - |
| HSV(B) | 5.8º | 0.96% | 0.97% | - |
| XYZ | 38.92 | 20.83 | 2.23 | - |
| YUV | 93.66 | 80.23 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 9 | 0 | 0.87 | 0.96 | 0.03 | 5.8 | 0.94 | 0.5 |
| Hex | F7 | 20 | 9 | 0 | 57 | 60 | 3 | 6 | 5E | 32 |
| Octal | 367 | 40 | 11 | 0 | 127 | 140 | 3 | 6 | 136 | 62 |
| Binary | 11110111 | 100000 | 1001 | 0 | 1010111 | 1100000 | 11 | 110 | 1011110 | 110010 |
Color Harmonies of #F72009
Complementary color
Monochromatic Colors of #F72009
Black with #F72009
Text Example
Text Example
White with #F72009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72009; }
p { color: rgb(247,32,9); }
H1.HeaderClassName
{
color: #F72009;
}
.AnyTagClassName
{
color: #F72009;
}
</style>
background-color css
<style>
a { background-color: #F72009; }
a { background-color: rgb(247,32,9); }
div.DivClassName
{
background-color: #F72009;
}
.BgClassName
{
background-color: #F72009;
}
</style>
border-color css
<style>
span { border-color: #F72009; }
span { border-color: rgb(247,32,9); }
td.TdClassName
{
border-color: #F72009;
}
.TagClassName
{
border-color: #F72009;
}
</style>