Shades of Scarlet #F22118
Tints of Scarlet #F22118
RGB
CMYK
RGB Variations
Color information
#F22118 (or 0xF22118) is known color: Scarlet. HEX triplet: F2, 21 and 18. RGB value is (242,33,24). Sum of RGB (Red+Green+Blue) = 242+33+24=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22118 is #0DDEE7. Grayscale: #5E5E5E. Windows color (decimal): -909032 or 1581554. OLE color: 1581554.
HSL color Cylindrical-coordinate representation of color #F22118: hue angle of 2.48º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22118 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.48º | 0.89% | 0.52% | - |
| HSV(B) | 2.48º | 0.9% | 0.95% | - |
| XYZ | 37.33 | 20.03 | 2.76 | - |
| YUV | 94.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 24 | 0 | 0.86 | 0.90 | 0.05 | 2.48 | 0.89 | 0.52 |
| Hex | F2 | 21 | 18 | 0 | 56 | 5A | 5 | 2 | 59 | 34 |
| Octal | 362 | 41 | 30 | 0 | 126 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110010 | 100001 | 11000 | 0 | 1010110 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F22118
Complementary color
Monochromatic Colors of #F22118
Black with #F22118
Text Example
Text Example
White with #F22118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22118; }
p { color: rgb(242,33,24); }
H1.HeaderClassName
{
color: #F22118;
}
.AnyTagClassName
{
color: #F22118;
}
</style>
background-color css
<style>
a { background-color: #F22118; }
a { background-color: rgb(242,33,24); }
div.DivClassName
{
background-color: #F22118;
}
.BgClassName
{
background-color: #F22118;
}
</style>
border-color css
<style>
span { border-color: #F22118; }
span { border-color: rgb(242,33,24); }
td.TdClassName
{
border-color: #F22118;
}
.TagClassName
{
border-color: #F22118;
}
</style>