Shades of Scarlet #F73103
Tints of Scarlet #F73103
RGB
CMYK
RGB Variations
Color information
#F73103 (or 0xF73103) is known color: Scarlet. HEX triplet: F7, 31 and 03. RGB value is (247,49,3). Sum of RGB (Red+Green+Blue) = 247+49+3=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F73103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73103 is #08CEFC. Grayscale: #676767. Windows color (decimal): -577277 or 209399. OLE color: 209399.
HSL color Cylindrical-coordinate representation of color #F73103: hue angle of 11.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73103 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.03 |
| HSL | 11.31º | 0.98% | 0.49% | - |
| HSV(B) | 11.31º | 0.99% | 0.97% | - |
| XYZ | 39.47 | 21.98 | 2.25 | - |
| YUV | 102.96 | 71.6 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 3 | 0 | 0.80 | 0.99 | 0.03 | 11.31 | 0.98 | 0.49 |
| Hex | F7 | 31 | 3 | 0 | 50 | 63 | 3 | B | 62 | 31 |
| Octal | 367 | 61 | 3 | 0 | 120 | 143 | 3 | 13 | 142 | 61 |
| Binary | 11110111 | 110001 | 11 | 0 | 1010000 | 1100011 | 11 | 1011 | 1100010 | 110001 |
Color Harmonies of #F73103
Complementary color
Monochromatic Colors of #F73103
Black with #F73103
Text Example
Text Example
White with #F73103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73103; }
p { color: rgb(247,49,3); }
H1.HeaderClassName
{
color: #F73103;
}
.AnyTagClassName
{
color: #F73103;
}
</style>
background-color css
<style>
a { background-color: #F73103; }
a { background-color: rgb(247,49,3); }
div.DivClassName
{
background-color: #F73103;
}
.BgClassName
{
background-color: #F73103;
}
</style>
border-color css
<style>
span { border-color: #F73103; }
span { border-color: rgb(247,49,3); }
td.TdClassName
{
border-color: #F73103;
}
.TagClassName
{
border-color: #F73103;
}
</style>