Shades of Scarlet #F73113
Tints of Scarlet #F73113
RGB
CMYK
RGB Variations
Color information
#F73113 (or 0xF73113) is known color: Scarlet. HEX triplet: F7, 31 and 13. RGB value is (247,49,19). Sum of RGB (Red+Green+Blue) = 247+49+19=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F73113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73113 is #08CEEC. Grayscale: #696969. Windows color (decimal): -577261 or 1257975. OLE color: 1257975.
HSL color Cylindrical-coordinate representation of color #F73113: hue angle of 7.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F73113 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.03 |
| HSL | 7.89º | 0.93% | 0.52% | - |
| HSV(B) | 7.89º | 0.92% | 0.97% | - |
| XYZ | 39.57 | 22.02 | 2.78 | - |
| YUV | 104.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 19 | 0 | 0.80 | 0.92 | 0.03 | 7.89 | 0.93 | 0.52 |
| Hex | F7 | 31 | 13 | 0 | 50 | 5C | 3 | 8 | 5D | 34 |
| Octal | 367 | 61 | 23 | 0 | 120 | 134 | 3 | 10 | 135 | 64 |
| Binary | 11110111 | 110001 | 10011 | 0 | 1010000 | 1011100 | 11 | 1000 | 1011101 | 110100 |
Color Harmonies of #F73113
Complementary color
Monochromatic Colors of #F73113
Black with #F73113
Text Example
Text Example
White with #F73113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73113; }
p { color: rgb(247,49,19); }
H1.HeaderClassName
{
color: #F73113;
}
.AnyTagClassName
{
color: #F73113;
}
</style>
background-color css
<style>
a { background-color: #F73113; }
a { background-color: rgb(247,49,19); }
div.DivClassName
{
background-color: #F73113;
}
.BgClassName
{
background-color: #F73113;
}
</style>
border-color css
<style>
span { border-color: #F73113; }
span { border-color: rgb(247,49,19); }
td.TdClassName
{
border-color: #F73113;
}
.TagClassName
{
border-color: #F73113;
}
</style>