Shades of Scarlet #F73416
Tints of Scarlet #F73416
RGB
CMYK
RGB Variations
Color information
#F73416 (or 0xF73416) is known color: Scarlet. HEX triplet: F7, 34 and 16. RGB value is (247,52,22). Sum of RGB (Red+Green+Blue) = 247+52+22=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F73416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73416 is #08CBE9. Grayscale: #6B6B6B. Windows color (decimal): -576490 or 1455351. OLE color: 1455351.
HSL color Cylindrical-coordinate representation of color #F73416: hue angle of 8º 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 #F73416 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 22 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.03 |
| HSL | 8º | 0.93% | 0.53% | - |
| HSV(B) | 8º | 0.91% | 0.97% | - |
| XYZ | 39.73 | 22.29 | 2.97 | - |
| YUV | 106.89 | 80.1 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 22 | 0 | 0.79 | 0.91 | 0.03 | 8 | 0.93 | 0.53 |
| Hex | F7 | 34 | 16 | 0 | 4F | 5B | 3 | 8 | 5D | 35 |
| Octal | 367 | 64 | 26 | 0 | 117 | 133 | 3 | 10 | 135 | 65 |
| Binary | 11110111 | 110100 | 10110 | 0 | 1001111 | 1011011 | 11 | 1000 | 1011101 | 110101 |
Color Harmonies of #F73416
Complementary color
Monochromatic Colors of #F73416
Black with #F73416
Text Example
Text Example
White with #F73416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73416; }
p { color: rgb(247,52,22); }
H1.HeaderClassName
{
color: #F73416;
}
.AnyTagClassName
{
color: #F73416;
}
</style>
background-color css
<style>
a { background-color: #F73416; }
a { background-color: rgb(247,52,22); }
div.DivClassName
{
background-color: #F73416;
}
.BgClassName
{
background-color: #F73416;
}
</style>
border-color css
<style>
span { border-color: #F73416; }
span { border-color: rgb(247,52,22); }
td.TdClassName
{
border-color: #F73416;
}
.TagClassName
{
border-color: #F73416;
}
</style>