Shades of Scarlet #F02114
Tints of Scarlet #F02114
RGB
CMYK
RGB Variations
Color information
#F02114 (or 0xF02114) is known color: Scarlet. HEX triplet: F0, 21 and 14. RGB value is (240,33,20). Sum of RGB (Red+Green+Blue) = 240+33+20=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F02114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02114 is #0FDEEB. Grayscale: #5D5D5D. Windows color (decimal): -1040108 or 1319408. OLE color: 1319408.
HSL color Cylindrical-coordinate representation of color #F02114: hue angle of 3.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F02114 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 20 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.06 |
| HSL | 3.55º | 0.88% | 0.51% | - |
| HSV(B) | 3.55º | 0.92% | 0.94% | - |
| XYZ | 36.61 | 19.66 | 2.53 | - |
| YUV | 93.41 | 86.58 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 20 | 0 | 0.86 | 0.92 | 0.06 | 3.55 | 0.88 | 0.51 |
| Hex | F0 | 21 | 14 | 0 | 56 | 5C | 6 | 4 | 58 | 33 |
| Octal | 360 | 41 | 24 | 0 | 126 | 134 | 6 | 4 | 130 | 63 |
| Binary | 11110000 | 100001 | 10100 | 0 | 1010110 | 1011100 | 110 | 100 | 1011000 | 110011 |
Color Harmonies of #F02114
Complementary color
Monochromatic Colors of #F02114
Black with #F02114
Text Example
Text Example
White with #F02114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02114; }
p { color: rgb(240,33,20); }
H1.HeaderClassName
{
color: #F02114;
}
.AnyTagClassName
{
color: #F02114;
}
</style>
background-color css
<style>
a { background-color: #F02114; }
a { background-color: rgb(240,33,20); }
div.DivClassName
{
background-color: #F02114;
}
.BgClassName
{
background-color: #F02114;
}
</style>
border-color css
<style>
span { border-color: #F02114; }
span { border-color: rgb(240,33,20); }
td.TdClassName
{
border-color: #F02114;
}
.TagClassName
{
border-color: #F02114;
}
</style>