Shades of Scarlet #F02119
Tints of Scarlet #F02119
RGB
CMYK
RGB Variations
Color information
#F02119 (or 0xF02119) is known color: Scarlet. HEX triplet: F0, 21 and 19. RGB value is (240,33,25). Sum of RGB (Red+Green+Blue) = 240+33+25=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02119 is #0FDEE6. Grayscale: #5E5E5E. Windows color (decimal): -1040103 or 1647088. OLE color: 1647088.
HSL color Cylindrical-coordinate representation of color #F02119: hue angle of 2.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F02119 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.06 |
| HSL | 2.23º | 0.88% | 0.52% | - |
| HSV(B) | 2.23º | 0.9% | 0.94% | - |
| XYZ | 36.65 | 19.68 | 2.79 | - |
| YUV | 93.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 25 | 0 | 0.86 | 0.90 | 0.06 | 2.23 | 0.88 | 0.52 |
| Hex | F0 | 21 | 19 | 0 | 56 | 5A | 6 | 2 | 58 | 34 |
| Octal | 360 | 41 | 31 | 0 | 126 | 132 | 6 | 2 | 130 | 64 |
| Binary | 11110000 | 100001 | 11001 | 0 | 1010110 | 1011010 | 110 | 10 | 1011000 | 110100 |
Color Harmonies of #F02119
Complementary color
Monochromatic Colors of #F02119
Black with #F02119
Text Example
Text Example
White with #F02119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02119; }
p { color: rgb(240,33,25); }
H1.HeaderClassName
{
color: #F02119;
}
.AnyTagClassName
{
color: #F02119;
}
</style>
background-color css
<style>
a { background-color: #F02119; }
a { background-color: rgb(240,33,25); }
div.DivClassName
{
background-color: #F02119;
}
.BgClassName
{
background-color: #F02119;
}
</style>
border-color css
<style>
span { border-color: #F02119; }
span { border-color: rgb(240,33,25); }
td.TdClassName
{
border-color: #F02119;
}
.TagClassName
{
border-color: #F02119;
}
</style>