Shades of Scarlet #F02111
Tints of Scarlet #F02111
RGB
CMYK
RGB Variations
Color information
#F02111 (or 0xF02111) is known color: Scarlet. HEX triplet: F0, 21 and 11. RGB value is (240,33,17). Sum of RGB (Red+Green+Blue) = 240+33+17=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F02111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02111 is #0FDEEE. Grayscale: #5D5D5D. Windows color (decimal): -1040111 or 1122800. OLE color: 1122800.
HSL color Cylindrical-coordinate representation of color #F02111: hue angle of 4.3º 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 #F02111 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.06 |
| HSL | 4.3º | 0.88% | 0.5% | - |
| HSV(B) | 4.3º | 0.93% | 0.94% | - |
| XYZ | 36.58 | 19.65 | 2.4 | - |
| YUV | 93.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 17 | 0 | 0.86 | 0.93 | 0.06 | 4.3 | 0.88 | 0.5 |
| Hex | F0 | 21 | 11 | 0 | 56 | 5D | 6 | 4 | 58 | 32 |
| Octal | 360 | 41 | 21 | 0 | 126 | 135 | 6 | 4 | 130 | 62 |
| Binary | 11110000 | 100001 | 10001 | 0 | 1010110 | 1011101 | 110 | 100 | 1011000 | 110010 |
Color Harmonies of #F02111
Complementary color
Monochromatic Colors of #F02111
Black with #F02111
Text Example
Text Example
White with #F02111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02111; }
p { color: rgb(240,33,17); }
H1.HeaderClassName
{
color: #F02111;
}
.AnyTagClassName
{
color: #F02111;
}
</style>
background-color css
<style>
a { background-color: #F02111; }
a { background-color: rgb(240,33,17); }
div.DivClassName
{
background-color: #F02111;
}
.BgClassName
{
background-color: #F02111;
}
</style>
border-color css
<style>
span { border-color: #F02111; }
span { border-color: rgb(240,33,17); }
td.TdClassName
{
border-color: #F02111;
}
.TagClassName
{
border-color: #F02111;
}
</style>