Shades of Scarlet #F72612
Tints of Scarlet #F72612
RGB
CMYK
RGB Variations
Color information
#F72612 (or 0xF72612) is known color: Scarlet. HEX triplet: F7, 26 and 12. RGB value is (247,38,18). Sum of RGB (Red+Green+Blue) = 247+38+18=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F72612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72612 is #08D9ED. Grayscale: #626262. Windows color (decimal): -580078 or 1189623. OLE color: 1189623.
HSL color Cylindrical-coordinate representation of color #F72612: hue angle of 5.24º 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 #F72612 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.03 |
| HSL | 5.24º | 0.93% | 0.52% | - |
| HSV(B) | 5.24º | 0.93% | 0.97% | - |
| XYZ | 39.16 | 21.2 | 2.6 | - |
| YUV | 98.21 | 82.74 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 18 | 0 | 0.85 | 0.93 | 0.03 | 5.24 | 0.93 | 0.52 |
| Hex | F7 | 26 | 12 | 0 | 55 | 5D | 3 | 5 | 5D | 34 |
| Octal | 367 | 46 | 22 | 0 | 125 | 135 | 3 | 5 | 135 | 64 |
| Binary | 11110111 | 100110 | 10010 | 0 | 1010101 | 1011101 | 11 | 101 | 1011101 | 110100 |
Color Harmonies of #F72612
Complementary color
Monochromatic Colors of #F72612
Black with #F72612
Text Example
Text Example
White with #F72612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72612; }
p { color: rgb(247,38,18); }
H1.HeaderClassName
{
color: #F72612;
}
.AnyTagClassName
{
color: #F72612;
}
</style>
background-color css
<style>
a { background-color: #F72612; }
a { background-color: rgb(247,38,18); }
div.DivClassName
{
background-color: #F72612;
}
.BgClassName
{
background-color: #F72612;
}
</style>
border-color css
<style>
span { border-color: #F72612; }
span { border-color: rgb(247,38,18); }
td.TdClassName
{
border-color: #F72612;
}
.TagClassName
{
border-color: #F72612;
}
</style>