Shades of Scarlet #F72C15
Tints of Scarlet #F72C15
RGB
CMYK
RGB Variations
Color information
#F72C15 (or 0xF72C15) is known color: Scarlet. HEX triplet: F7, 2C and 15. RGB value is (247,44,21). Sum of RGB (Red+Green+Blue) = 247+44+21=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72C15 is #08D3EA. Grayscale: #666666. Windows color (decimal): -578539 or 1387767. OLE color: 1387767.
HSL color Cylindrical-coordinate representation of color #F72C15: hue angle of 6.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F72C15 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 21 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.03 |
| HSL | 6.11º | 0.93% | 0.53% | - |
| HSV(B) | 6.11º | 0.91% | 0.97% | - |
| XYZ | 39.39 | 21.63 | 2.81 | - |
| YUV | 102.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 21 | 0 | 0.82 | 0.91 | 0.03 | 6.11 | 0.93 | 0.53 |
| Hex | F7 | 2C | 15 | 0 | 52 | 5B | 3 | 6 | 5D | 35 |
| Octal | 367 | 54 | 25 | 0 | 122 | 133 | 3 | 6 | 135 | 65 |
| Binary | 11110111 | 101100 | 10101 | 0 | 1010010 | 1011011 | 11 | 110 | 1011101 | 110101 |
Color Harmonies of #F72C15
Complementary color
Monochromatic Colors of #F72C15
Black with #F72C15
Text Example
Text Example
White with #F72C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C15; }
p { color: rgb(247,44,21); }
H1.HeaderClassName
{
color: #F72C15;
}
.AnyTagClassName
{
color: #F72C15;
}
</style>
background-color css
<style>
a { background-color: #F72C15; }
a { background-color: rgb(247,44,21); }
div.DivClassName
{
background-color: #F72C15;
}
.BgClassName
{
background-color: #F72C15;
}
</style>
border-color css
<style>
span { border-color: #F72C15; }
span { border-color: rgb(247,44,21); }
td.TdClassName
{
border-color: #F72C15;
}
.TagClassName
{
border-color: #F72C15;
}
</style>