Shades of Scarlet #F72020
Tints of Scarlet #F72020
RGB
CMYK
RGB Variations
Color information
#F72020 (or 0xF72020) is known color: Scarlet. HEX triplet: F7, 20 and 20. RGB value is (247,32,32). Sum of RGB (Red+Green+Blue) = 247+32+32=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F72020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72020 is #08DFDF. Grayscale: #606060. Windows color (decimal): -581600 or 2105591. OLE color: 2105591.
HSL color Cylindrical-coordinate representation of color #F72020: hue angle of 0º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 32 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.03 |
| HSL | 0º | 0.93% | 0.55% | - |
| HSV(B) | 0º | 0.87% | 0.97% | - |
| XYZ | 39.14 | 20.91 | 3.34 | - |
| YUV | 96.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 32 | 0 | 0.87 | 0.87 | 0.03 | 0 | 0.93 | 0.55 |
| Hex | F7 | 20 | 20 | 0 | 57 | 57 | 3 | 0 | 5D | 37 |
| Octal | 367 | 40 | 40 | 0 | 127 | 127 | 3 | 0 | 135 | 67 |
| Binary | 11110111 | 100000 | 100000 | 0 | 1010111 | 1010111 | 11 | 0 | 1011101 | 110111 |
Color Harmonies of #F72020
Complementary color
Monochromatic Colors of #F72020
Black with #F72020
Text Example
Text Example
White with #F72020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72020; }
p { color: rgb(247,32,32); }
H1.HeaderClassName
{
color: #F72020;
}
.AnyTagClassName
{
color: #F72020;
}
</style>
background-color css
<style>
a { background-color: #F72020; }
a { background-color: rgb(247,32,32); }
div.DivClassName
{
background-color: #F72020;
}
.BgClassName
{
background-color: #F72020;
}
</style>
border-color css
<style>
span { border-color: #F72020; }
span { border-color: rgb(247,32,32); }
td.TdClassName
{
border-color: #F72020;
}
.TagClassName
{
border-color: #F72020;
}
</style>