Shades of Scarlet #F72919
Tints of Scarlet #F72919
RGB
CMYK
RGB Variations
Color information
#F72919 (or 0xF72919) is known color: Scarlet. HEX triplet: F7, 29 and 19. RGB value is (247,41,25). Sum of RGB (Red+Green+Blue) = 247+41+25=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F72919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72919 is #08D6E6. Grayscale: #656565. Windows color (decimal): -579303 or 1649143. OLE color: 1649143.
HSL color Cylindrical-coordinate representation of color #F72919: hue angle of 4.32º 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 #F72919 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.03 |
| HSL | 4.32º | 0.93% | 0.53% | - |
| HSV(B) | 4.32º | 0.9% | 0.97% | - |
| XYZ | 39.33 | 21.43 | 2.98 | - |
| YUV | 100.77 | 85.25 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 25 | 0 | 0.83 | 0.90 | 0.03 | 4.32 | 0.93 | 0.53 |
| Hex | F7 | 29 | 19 | 0 | 53 | 5A | 3 | 4 | 5D | 35 |
| Octal | 367 | 51 | 31 | 0 | 123 | 132 | 3 | 4 | 135 | 65 |
| Binary | 11110111 | 101001 | 11001 | 0 | 1010011 | 1011010 | 11 | 100 | 1011101 | 110101 |
Color Harmonies of #F72919
Complementary color
Monochromatic Colors of #F72919
Black with #F72919
Text Example
Text Example
White with #F72919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72919; }
p { color: rgb(247,41,25); }
H1.HeaderClassName
{
color: #F72919;
}
.AnyTagClassName
{
color: #F72919;
}
</style>
background-color css
<style>
a { background-color: #F72919; }
a { background-color: rgb(247,41,25); }
div.DivClassName
{
background-color: #F72919;
}
.BgClassName
{
background-color: #F72919;
}
</style>
border-color css
<style>
span { border-color: #F72919; }
span { border-color: rgb(247,41,25); }
td.TdClassName
{
border-color: #F72919;
}
.TagClassName
{
border-color: #F72919;
}
</style>