Shades of Scarlet #F72918
Tints of Scarlet #F72918
RGB
CMYK
RGB Variations
Color information
#F72918 (or 0xF72918) is known color: Scarlet. HEX triplet: F7, 29 and 18. RGB value is (247,41,24). Sum of RGB (Red+Green+Blue) = 247+41+24=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F72918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72918 is #08D6E7. Grayscale: #646464. Windows color (decimal): -579304 or 1583607. OLE color: 1583607.
HSL color Cylindrical-coordinate representation of color #F72918: hue angle of 4.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F72918 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.03 |
| HSL | 4.57º | 0.93% | 0.53% | - |
| HSV(B) | 4.57º | 0.9% | 0.97% | - |
| XYZ | 39.32 | 21.43 | 2.93 | - |
| YUV | 100.66 | 84.75 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 24 | 0 | 0.83 | 0.90 | 0.03 | 4.57 | 0.93 | 0.53 |
| Hex | F7 | 29 | 18 | 0 | 53 | 5A | 3 | 5 | 5D | 35 |
| Octal | 367 | 51 | 30 | 0 | 123 | 132 | 3 | 5 | 135 | 65 |
| Binary | 11110111 | 101001 | 11000 | 0 | 1010011 | 1011010 | 11 | 101 | 1011101 | 110101 |
Color Harmonies of #F72918
Complementary color
Monochromatic Colors of #F72918
Black with #F72918
Text Example
Text Example
White with #F72918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72918; }
p { color: rgb(247,41,24); }
H1.HeaderClassName
{
color: #F72918;
}
.AnyTagClassName
{
color: #F72918;
}
</style>
background-color css
<style>
a { background-color: #F72918; }
a { background-color: rgb(247,41,24); }
div.DivClassName
{
background-color: #F72918;
}
.BgClassName
{
background-color: #F72918;
}
</style>
border-color css
<style>
span { border-color: #F72918; }
span { border-color: rgb(247,41,24); }
td.TdClassName
{
border-color: #F72918;
}
.TagClassName
{
border-color: #F72918;
}
</style>