Shades of Scarlet #F01716
Tints of Scarlet #F01716
RGB
CMYK
RGB Variations
Color information
#F01716 (or 0xF01716) is known color: Scarlet. HEX triplet: F0, 17 and 16. RGB value is (240,23,22). Sum of RGB (Red+Green+Blue) = 240+23+22=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01716 is #0FE8E9. Grayscale: #575757. Windows color (decimal): -1042666 or 1447920. OLE color: 1447920.
HSL color Cylindrical-coordinate representation of color #F01716: hue angle of 0.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01716 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.06 |
| HSL | 0.28º | 0.88% | 0.51% | - |
| HSV(B) | 0.28º | 0.91% | 0.94% | - |
| XYZ | 36.39 | 19.2 | 2.55 | - |
| YUV | 87.77 | 90.89 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 22 | 0 | 0.90 | 0.91 | 0.06 | 0.28 | 0.88 | 0.51 |
| Hex | F0 | 17 | 16 | 0 | 5A | 5B | 6 | 0 | 58 | 33 |
| Octal | 360 | 27 | 26 | 0 | 132 | 133 | 6 | 0 | 130 | 63 |
| Binary | 11110000 | 10111 | 10110 | 0 | 1011010 | 1011011 | 110 | 0 | 1011000 | 110011 |
Color Harmonies of #F01716
Complementary color
Monochromatic Colors of #F01716
Black with #F01716
Text Example
Text Example
White with #F01716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01716; }
p { color: rgb(240,23,22); }
H1.HeaderClassName
{
color: #F01716;
}
.AnyTagClassName
{
color: #F01716;
}
</style>
background-color css
<style>
a { background-color: #F01716; }
a { background-color: rgb(240,23,22); }
div.DivClassName
{
background-color: #F01716;
}
.BgClassName
{
background-color: #F01716;
}
</style>
border-color css
<style>
span { border-color: #F01716; }
span { border-color: rgb(240,23,22); }
td.TdClassName
{
border-color: #F01716;
}
.TagClassName
{
border-color: #F01716;
}
</style>