Shades of Scarlet #F7310A
Tints of Scarlet #F7310A
RGB
CMYK
RGB Variations
Color information
#F7310A (or 0xF7310A) is known color: Scarlet. HEX triplet: F7, 31 and 0A. RGB value is (247,49,10). Sum of RGB (Red+Green+Blue) = 247+49+10=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F7310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7310A is #08CEF5. Grayscale: #686868. Windows color (decimal): -577270 or 668151. OLE color: 668151.
HSL color Cylindrical-coordinate representation of color #F7310A: hue angle of 9.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7310A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.03 |
| HSL | 9.87º | 0.94% | 0.5% | - |
| HSV(B) | 9.87º | 0.96% | 0.97% | - |
| XYZ | 39.51 | 21.99 | 2.45 | - |
| YUV | 103.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 10 | 0 | 0.80 | 0.96 | 0.03 | 9.87 | 0.94 | 0.5 |
| Hex | F7 | 31 | A | 0 | 50 | 60 | 3 | A | 5E | 32 |
| Octal | 367 | 61 | 12 | 0 | 120 | 140 | 3 | 12 | 136 | 62 |
| Binary | 11110111 | 110001 | 1010 | 0 | 1010000 | 1100000 | 11 | 1010 | 1011110 | 110010 |
Color Harmonies of #F7310A
Complementary color
Monochromatic Colors of #F7310A
Black with #F7310A
Text Example
Text Example
White with #F7310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7310A; }
p { color: rgb(247,49,10); }
H1.HeaderClassName
{
color: #F7310A;
}
.AnyTagClassName
{
color: #F7310A;
}
</style>
background-color css
<style>
a { background-color: #F7310A; }
a { background-color: rgb(247,49,10); }
div.DivClassName
{
background-color: #F7310A;
}
.BgClassName
{
background-color: #F7310A;
}
</style>
border-color css
<style>
span { border-color: #F7310A; }
span { border-color: rgb(247,49,10); }
td.TdClassName
{
border-color: #F7310A;
}
.TagClassName
{
border-color: #F7310A;
}
</style>