Shades of Scarlet #F02115
Tints of Scarlet #F02115
RGB
CMYK
RGB Variations
Color information
#F02115 (or 0xF02115) is known color: Scarlet. HEX triplet: F0, 21 and 15. RGB value is (240,33,21). Sum of RGB (Red+Green+Blue) = 240+33+21=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02115 is #0FDEEA. Grayscale: #5D5D5D. Windows color (decimal): -1040107 or 1384944. OLE color: 1384944.
HSL color Cylindrical-coordinate representation of color #F02115: hue angle of 3.29º 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 #F02115 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 21 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.06 |
| HSL | 3.29º | 0.88% | 0.51% | - |
| HSV(B) | 3.29º | 0.91% | 0.94% | - |
| XYZ | 36.61 | 19.67 | 2.58 | - |
| YUV | 93.53 | 87.08 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 21 | 0 | 0.86 | 0.91 | 0.06 | 3.29 | 0.88 | 0.51 |
| Hex | F0 | 21 | 15 | 0 | 56 | 5B | 6 | 3 | 58 | 33 |
| Octal | 360 | 41 | 25 | 0 | 126 | 133 | 6 | 3 | 130 | 63 |
| Binary | 11110000 | 100001 | 10101 | 0 | 1010110 | 1011011 | 110 | 11 | 1011000 | 110011 |
Color Harmonies of #F02115
Complementary color
Monochromatic Colors of #F02115
Black with #F02115
Text Example
Text Example
White with #F02115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02115; }
p { color: rgb(240,33,21); }
H1.HeaderClassName
{
color: #F02115;
}
.AnyTagClassName
{
color: #F02115;
}
</style>
background-color css
<style>
a { background-color: #F02115; }
a { background-color: rgb(240,33,21); }
div.DivClassName
{
background-color: #F02115;
}
.BgClassName
{
background-color: #F02115;
}
</style>
border-color css
<style>
span { border-color: #F02115; }
span { border-color: rgb(240,33,21); }
td.TdClassName
{
border-color: #F02115;
}
.TagClassName
{
border-color: #F02115;
}
</style>