Shades of Scarlet #F72212
Tints of Scarlet #F72212
RGB
CMYK
RGB Variations
Color information
#F72212 (or 0xF72212) is known color: Scarlet. HEX triplet: F7, 22 and 12. RGB value is (247,34,18). Sum of RGB (Red+Green+Blue) = 247+34+18=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F72212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72212 is #08DDED. Grayscale: #606060. Windows color (decimal): -581102 or 1188599. OLE color: 1188599.
HSL color Cylindrical-coordinate representation of color #F72212: hue angle of 4.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F72212 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 18 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.03 |
| HSL | 4.19º | 0.93% | 0.52% | - |
| HSV(B) | 4.19º | 0.93% | 0.97% | - |
| XYZ | 39.04 | 20.96 | 2.56 | - |
| YUV | 95.86 | 84.07 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 18 | 0 | 0.86 | 0.93 | 0.03 | 4.19 | 0.93 | 0.52 |
| Hex | F7 | 22 | 12 | 0 | 56 | 5D | 3 | 4 | 5D | 34 |
| Octal | 367 | 42 | 22 | 0 | 126 | 135 | 3 | 4 | 135 | 64 |
| Binary | 11110111 | 100010 | 10010 | 0 | 1010110 | 1011101 | 11 | 100 | 1011101 | 110100 |
Color Harmonies of #F72212
Complementary color
Monochromatic Colors of #F72212
Black with #F72212
Text Example
Text Example
White with #F72212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72212; }
p { color: rgb(247,34,18); }
H1.HeaderClassName
{
color: #F72212;
}
.AnyTagClassName
{
color: #F72212;
}
</style>
background-color css
<style>
a { background-color: #F72212; }
a { background-color: rgb(247,34,18); }
div.DivClassName
{
background-color: #F72212;
}
.BgClassName
{
background-color: #F72212;
}
</style>
border-color css
<style>
span { border-color: #F72212; }
span { border-color: rgb(247,34,18); }
td.TdClassName
{
border-color: #F72212;
}
.TagClassName
{
border-color: #F72212;
}
</style>