Shades of Scarlet #F01710
Tints of Scarlet #F01710
RGB
CMYK
RGB Variations
Color information
#F01710 (or 0xF01710) is known color: Scarlet. HEX triplet: F0, 17 and 10. RGB value is (240,23,16). Sum of RGB (Red+Green+Blue) = 240+23+16=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01710 is #0FE8EF. Grayscale: #575757. Windows color (decimal): -1042672 or 1054704. OLE color: 1054704.
HSL color Cylindrical-coordinate representation of color #F01710: hue angle of 1.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01710 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.06 |
| HSL | 1.88º | 0.88% | 0.5% | - |
| HSV(B) | 1.88º | 0.93% | 0.94% | - |
| XYZ | 36.34 | 19.18 | 2.28 | - |
| YUV | 87.09 | 87.89 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 16 | 0 | 0.90 | 0.93 | 0.06 | 1.88 | 0.88 | 0.5 |
| Hex | F0 | 17 | 10 | 0 | 5A | 5D | 6 | 2 | 58 | 32 |
| Octal | 360 | 27 | 20 | 0 | 132 | 135 | 6 | 2 | 130 | 62 |
| Binary | 11110000 | 10111 | 10000 | 0 | 1011010 | 1011101 | 110 | 10 | 1011000 | 110010 |
Color Harmonies of #F01710
Complementary color
Monochromatic Colors of #F01710
Black with #F01710
Text Example
Text Example
White with #F01710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01710; }
p { color: rgb(240,23,16); }
H1.HeaderClassName
{
color: #F01710;
}
.AnyTagClassName
{
color: #F01710;
}
</style>
background-color css
<style>
a { background-color: #F01710; }
a { background-color: rgb(240,23,16); }
div.DivClassName
{
background-color: #F01710;
}
.BgClassName
{
background-color: #F01710;
}
</style>
border-color css
<style>
span { border-color: #F01710; }
span { border-color: rgb(240,23,16); }
td.TdClassName
{
border-color: #F01710;
}
.TagClassName
{
border-color: #F01710;
}
</style>