Shades of Scarlet #F02118
Tints of Scarlet #F02118
RGB
CMYK
RGB Variations
Color information
#F02118 (or 0xF02118) is known color: Scarlet. HEX triplet: F0, 21 and 18. RGB value is (240,33,24). Sum of RGB (Red+Green+Blue) = 240+33+24=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02118 is #0FDEE7. Grayscale: #5E5E5E. Windows color (decimal): -1040104 or 1581552. OLE color: 1581552.
HSL color Cylindrical-coordinate representation of color #F02118: hue angle of 2.5º 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 #F02118 is Cyan = 0, Magento = 0.86, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 24 | - |
| CMYK | 0 | 0.86 | 0.9 | 0.06 |
| HSL | 2.5º | 0.88% | 0.52% | - |
| HSV(B) | 2.5º | 0.9% | 0.94% | - |
| XYZ | 36.64 | 19.68 | 2.73 | - |
| YUV | 93.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 24 | 0 | 0.86 | 0.9 | 0.06 | 2.5 | 0.88 | 0.52 |
| Hex | F0 | 21 | 18 | 0 | 56 | 5A | 6 | 2 | 58 | 34 |
| Octal | 360 | 41 | 30 | 0 | 126 | 132 | 6 | 2 | 130 | 64 |
| Binary | 11110000 | 100001 | 11000 | 0 | 1010110 | 1011010 | 110 | 10 | 1011000 | 110100 |
Color Harmonies of #F02118
Complementary color
Monochromatic Colors of #F02118
Black with #F02118
Text Example
Text Example
White with #F02118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02118; }
p { color: rgb(240,33,24); }
H1.HeaderClassName
{
color: #F02118;
}
.AnyTagClassName
{
color: #F02118;
}
</style>
background-color css
<style>
a { background-color: #F02118; }
a { background-color: rgb(240,33,24); }
div.DivClassName
{
background-color: #F02118;
}
.BgClassName
{
background-color: #F02118;
}
</style>
border-color css
<style>
span { border-color: #F02118; }
span { border-color: rgb(240,33,24); }
td.TdClassName
{
border-color: #F02118;
}
.TagClassName
{
border-color: #F02118;
}
</style>