Shades of Scarlet #F71810
Tints of Scarlet #F71810
RGB
CMYK
RGB Variations
Color information
#F71810 (or 0xF71810) is known color: Scarlet. HEX triplet: F7, 18 and 10. RGB value is (247,24,16). Sum of RGB (Red+Green+Blue) = 247+24+16=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F71810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71810 is #08E7EF. Grayscale: #5A5A5A. Windows color (decimal): -583664 or 1054967. OLE color: 1054967.
HSL color Cylindrical-coordinate representation of color #F71810: hue angle of 2.08º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71810 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 16 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.03 |
| HSL | 2.08º | 0.94% | 0.52% | - |
| HSV(B) | 2.08º | 0.94% | 0.97% | - |
| XYZ | 38.78 | 20.46 | 2.4 | - |
| YUV | 89.77 | 86.38 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 16 | 0 | 0.90 | 0.94 | 0.03 | 2.08 | 0.94 | 0.52 |
| Hex | F7 | 18 | 10 | 0 | 5A | 5E | 3 | 2 | 5E | 34 |
| Octal | 367 | 30 | 20 | 0 | 132 | 136 | 3 | 2 | 136 | 64 |
| Binary | 11110111 | 11000 | 10000 | 0 | 1011010 | 1011110 | 11 | 10 | 1011110 | 110100 |
Color Harmonies of #F71810
Complementary color
Monochromatic Colors of #F71810
Black with #F71810
Text Example
Text Example
White with #F71810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71810; }
p { color: rgb(247,24,16); }
H1.HeaderClassName
{
color: #F71810;
}
.AnyTagClassName
{
color: #F71810;
}
</style>
background-color css
<style>
a { background-color: #F71810; }
a { background-color: rgb(247,24,16); }
div.DivClassName
{
background-color: #F71810;
}
.BgClassName
{
background-color: #F71810;
}
</style>
border-color css
<style>
span { border-color: #F71810; }
span { border-color: rgb(247,24,16); }
td.TdClassName
{
border-color: #F71810;
}
.TagClassName
{
border-color: #F71810;
}
</style>