Shades of Scarlet #F72900
Tints of Scarlet #F72900
RGB
CMYK
RGB Variations
Color information
#F72900 (or 0xF72900) is known color: Scarlet. HEX triplet: F7, 29 and 00. RGB value is (247,41,0). Sum of RGB (Red+Green+Blue) = 247+41+0=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F72900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72900 is #08D6FF. Grayscale: #626262. Windows color (decimal): -579328 or 10743. OLE color: 10743.
HSL color Cylindrical-coordinate representation of color #F72900: hue angle of 9.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F72900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.03 |
| HSL | 9.96º | 1% | 0.48% | - |
| HSV(B) | 9.96º | 1% | 0.97% | - |
| XYZ | 39.15 | 21.36 | 2.06 | - |
| YUV | 97.92 | 72.75 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 0 | 0 | 0.83 | 1 | 0.03 | 9.96 | 1 | 0.48 |
| Hex | F7 | 29 | 0 | 0 | 53 | 64 | 3 | A | 64 | 30 |
| Octal | 367 | 51 | 0 | 0 | 123 | 144 | 3 | 12 | 144 | 60 |
| Binary | 11110111 | 101001 | 0 | 0 | 1010011 | 1100100 | 11 | 1010 | 1100100 | 110000 |
Color Harmonies of #F72900
Complementary color
Monochromatic Colors of #F72900
Black with #F72900
Text Example
Text Example
White with #F72900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72900; }
p { color: rgb(247,41,0); }
H1.HeaderClassName
{
color: #F72900;
}
.AnyTagClassName
{
color: #F72900;
}
</style>
background-color css
<style>
a { background-color: #F72900; }
a { background-color: rgb(247,41,0); }
div.DivClassName
{
background-color: #F72900;
}
.BgClassName
{
background-color: #F72900;
}
</style>
border-color css
<style>
span { border-color: #F72900; }
span { border-color: rgb(247,41,0); }
td.TdClassName
{
border-color: #F72900;
}
.TagClassName
{
border-color: #F72900;
}
</style>