Shades of Scarlet #F73115
Tints of Scarlet #F73115
RGB
CMYK
RGB Variations
Color information
#F73115 (or 0xF73115) is known color: Scarlet. HEX triplet: F7, 31 and 15. RGB value is (247,49,21). Sum of RGB (Red+Green+Blue) = 247+49+21=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F73115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73115 is #08CEEA. Grayscale: #696969. Windows color (decimal): -577259 or 1389047. OLE color: 1389047.
HSL color Cylindrical-coordinate representation of color #F73115: hue angle of 7.43º 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 #F73115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.03 |
| HSL | 7.43º | 0.93% | 0.53% | - |
| HSV(B) | 7.43º | 0.91% | 0.97% | - |
| XYZ | 39.59 | 22.02 | 2.87 | - |
| YUV | 105.01 | 80.6 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 21 | 0 | 0.80 | 0.91 | 0.03 | 7.43 | 0.93 | 0.53 |
| Hex | F7 | 31 | 15 | 0 | 50 | 5B | 3 | 7 | 5D | 35 |
| Octal | 367 | 61 | 25 | 0 | 120 | 133 | 3 | 7 | 135 | 65 |
| Binary | 11110111 | 110001 | 10101 | 0 | 1010000 | 1011011 | 11 | 111 | 1011101 | 110101 |
Color Harmonies of #F73115
Complementary color
Monochromatic Colors of #F73115
Black with #F73115
Text Example
Text Example
White with #F73115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73115; }
p { color: rgb(247,49,21); }
H1.HeaderClassName
{
color: #F73115;
}
.AnyTagClassName
{
color: #F73115;
}
</style>
background-color css
<style>
a { background-color: #F73115; }
a { background-color: rgb(247,49,21); }
div.DivClassName
{
background-color: #F73115;
}
.BgClassName
{
background-color: #F73115;
}
</style>
border-color css
<style>
span { border-color: #F73115; }
span { border-color: rgb(247,49,21); }
td.TdClassName
{
border-color: #F73115;
}
.TagClassName
{
border-color: #F73115;
}
</style>