Shades of Scarlet #F01816
Tints of Scarlet #F01816
RGB
CMYK
RGB Variations
Color information
#F01816 (or 0xF01816) is known color: Scarlet. HEX triplet: F0, 18 and 16. RGB value is (240,24,22). Sum of RGB (Red+Green+Blue) = 240+24+22=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F01816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01816 is #0FE7E9. Grayscale: #585858. Windows color (decimal): -1042410 or 1448176. OLE color: 1448176.
HSL color Cylindrical-coordinate representation of color #F01816: hue angle of 0.55º 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 #F01816 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 22 | - |
| CMYK | 0 | 0.9 | 0.91 | 0.06 |
| HSL | 0.55º | 0.88% | 0.51% | - |
| HSV(B) | 0.55º | 0.91% | 0.94% | - |
| XYZ | 36.41 | 19.24 | 2.55 | - |
| YUV | 88.36 | 90.56 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 22 | 0 | 0.9 | 0.91 | 0.06 | 0.55 | 0.88 | 0.51 |
| Hex | F0 | 18 | 16 | 0 | 5A | 5B | 6 | 1 | 58 | 33 |
| Octal | 360 | 30 | 26 | 0 | 132 | 133 | 6 | 1 | 130 | 63 |
| Binary | 11110000 | 11000 | 10110 | 0 | 1011010 | 1011011 | 110 | 1 | 1011000 | 110011 |
Color Harmonies of #F01816
Complementary color
Monochromatic Colors of #F01816
Black with #F01816
Text Example
Text Example
White with #F01816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01816; }
p { color: rgb(240,24,22); }
H1.HeaderClassName
{
color: #F01816;
}
.AnyTagClassName
{
color: #F01816;
}
</style>
background-color css
<style>
a { background-color: #F01816; }
a { background-color: rgb(240,24,22); }
div.DivClassName
{
background-color: #F01816;
}
.BgClassName
{
background-color: #F01816;
}
</style>
border-color css
<style>
span { border-color: #F01816; }
span { border-color: rgb(240,24,22); }
td.TdClassName
{
border-color: #F01816;
}
.TagClassName
{
border-color: #F01816;
}
</style>