Shades of Scarlet #F01510
Tints of Scarlet #F01510
RGB
CMYK
RGB Variations
Color information
#F01510 (or 0xF01510) is known color: Scarlet. HEX triplet: F0, 15 and 10. RGB value is (240,21,16). Sum of RGB (Red+Green+Blue) = 240+21+16=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F01510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01510 is #0FEAEF. Grayscale: #565656. Windows color (decimal): -1043184 or 1054192. OLE color: 1054192.
HSL color Cylindrical-coordinate representation of color #F01510: hue angle of 1.34º 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 #F01510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.06 |
| HSL | 1.34º | 0.88% | 0.5% | - |
| HSV(B) | 1.34º | 0.93% | 0.94% | - |
| XYZ | 36.3 | 19.1 | 2.26 | - |
| YUV | 85.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 16 | 0 | 0.91 | 0.93 | 0.06 | 1.34 | 0.88 | 0.5 |
| Hex | F0 | 15 | 10 | 0 | 5B | 5D | 6 | 1 | 58 | 32 |
| Octal | 360 | 25 | 20 | 0 | 133 | 135 | 6 | 1 | 130 | 62 |
| Binary | 11110000 | 10101 | 10000 | 0 | 1011011 | 1011101 | 110 | 1 | 1011000 | 110010 |
Color Harmonies of #F01510
Complementary color
Monochromatic Colors of #F01510
Black with #F01510
Text Example
Text Example
White with #F01510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01510; }
p { color: rgb(240,21,16); }
H1.HeaderClassName
{
color: #F01510;
}
.AnyTagClassName
{
color: #F01510;
}
</style>
background-color css
<style>
a { background-color: #F01510; }
a { background-color: rgb(240,21,16); }
div.DivClassName
{
background-color: #F01510;
}
.BgClassName
{
background-color: #F01510;
}
</style>
border-color css
<style>
span { border-color: #F01510; }
span { border-color: rgb(240,21,16); }
td.TdClassName
{
border-color: #F01510;
}
.TagClassName
{
border-color: #F01510;
}
</style>