Shades of Scarlet #F72818
Tints of Scarlet #F72818
RGB
CMYK
RGB Variations
Color information
#F72818 (or 0xF72818) is known color: Scarlet. HEX triplet: F7, 28 and 18. RGB value is (247,40,24). Sum of RGB (Red+Green+Blue) = 247+40+24=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F72818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72818 is #08D7E7. Grayscale: #646464. Windows color (decimal): -579560 or 1583351. OLE color: 1583351.
HSL color Cylindrical-coordinate representation of color #F72818: hue angle of 4.3º 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 #F72818 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 24 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.03 |
| HSL | 4.3º | 0.93% | 0.53% | - |
| HSV(B) | 4.3º | 0.9% | 0.97% | - |
| XYZ | 39.28 | 21.36 | 2.92 | - |
| YUV | 100.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 24 | 0 | 0.84 | 0.90 | 0.03 | 4.3 | 0.93 | 0.53 |
| Hex | F7 | 28 | 18 | 0 | 54 | 5A | 3 | 4 | 5D | 35 |
| Octal | 367 | 50 | 30 | 0 | 124 | 132 | 3 | 4 | 135 | 65 |
| Binary | 11110111 | 101000 | 11000 | 0 | 1010100 | 1011010 | 11 | 100 | 1011101 | 110101 |
Color Harmonies of #F72818
Complementary color
Monochromatic Colors of #F72818
Black with #F72818
Text Example
Text Example
White with #F72818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72818; }
p { color: rgb(247,40,24); }
H1.HeaderClassName
{
color: #F72818;
}
.AnyTagClassName
{
color: #F72818;
}
</style>
background-color css
<style>
a { background-color: #F72818; }
a { background-color: rgb(247,40,24); }
div.DivClassName
{
background-color: #F72818;
}
.BgClassName
{
background-color: #F72818;
}
</style>
border-color css
<style>
span { border-color: #F72818; }
span { border-color: rgb(247,40,24); }
td.TdClassName
{
border-color: #F72818;
}
.TagClassName
{
border-color: #F72818;
}
</style>