Shades of Scarlet #F72F07
Tints of Scarlet #F72F07
RGB
CMYK
RGB Variations
Color information
#F72F07 (or 0xF72F07) is known color: Scarlet. HEX triplet: F7, 2F and 07. RGB value is (247,47,7). Sum of RGB (Red+Green+Blue) = 247+47+7=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72F07 is #08D0F8. Grayscale: #666666. Windows color (decimal): -577785 or 471031. OLE color: 471031.
HSL color Cylindrical-coordinate representation of color #F72F07: hue angle of 10º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F72F07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.03 |
| HSL | 10º | 0.94% | 0.5% | - |
| HSV(B) | 10º | 0.97% | 0.97% | - |
| XYZ | 39.41 | 21.82 | 2.34 | - |
| YUV | 102.24 | 74.26 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 7 | 0 | 0.81 | 0.97 | 0.03 | 10 | 0.94 | 0.5 |
| Hex | F7 | 2F | 7 | 0 | 51 | 61 | 3 | A | 5E | 32 |
| Octal | 367 | 57 | 7 | 0 | 121 | 141 | 3 | 12 | 136 | 62 |
| Binary | 11110111 | 101111 | 111 | 0 | 1010001 | 1100001 | 11 | 1010 | 1011110 | 110010 |
Color Harmonies of #F72F07
Complementary color
Monochromatic Colors of #F72F07
Black with #F72F07
Text Example
Text Example
White with #F72F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F07; }
p { color: rgb(247,47,7); }
H1.HeaderClassName
{
color: #F72F07;
}
.AnyTagClassName
{
color: #F72F07;
}
</style>
background-color css
<style>
a { background-color: #F72F07; }
a { background-color: rgb(247,47,7); }
div.DivClassName
{
background-color: #F72F07;
}
.BgClassName
{
background-color: #F72F07;
}
</style>
border-color css
<style>
span { border-color: #F72F07; }
span { border-color: rgb(247,47,7); }
td.TdClassName
{
border-color: #F72F07;
}
.TagClassName
{
border-color: #F72F07;
}
</style>