Shades of Scarlet #F22121
Tints of Scarlet #F22121
RGB
CMYK
RGB Variations
Color information
#F22121 (or 0xF22121) is known color: Scarlet. HEX triplet: F2, 21 and 21. RGB value is (242,33,33). Sum of RGB (Red+Green+Blue) = 242+33+33=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F22121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22121 is #0DDEDE. Grayscale: #5F5F5F. Windows color (decimal): -909023 or 2171378. OLE color: 2171378.
HSL color Cylindrical-coordinate representation of color #F22121: hue angle of 0º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22121 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 33 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 0º | 0.89% | 0.54% | - |
| HSV(B) | 0º | 0.86% | 0.95% | - |
| XYZ | 37.44 | 20.07 | 3.34 | - |
| YUV | 95.49 | 92.74 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 33 | 0 | 0.86 | 0.86 | 0.05 | 0 | 0.89 | 0.54 |
| Hex | F2 | 21 | 21 | 0 | 56 | 56 | 5 | 0 | 59 | 36 |
| Octal | 362 | 41 | 41 | 0 | 126 | 126 | 5 | 0 | 131 | 66 |
| Binary | 11110010 | 100001 | 100001 | 0 | 1010110 | 1010110 | 101 | 0 | 1011001 | 110110 |
Color Harmonies of #F22121
Complementary color
Monochromatic Colors of #F22121
Black with #F22121
Text Example
Text Example
White with #F22121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22121; }
p { color: rgb(242,33,33); }
H1.HeaderClassName
{
color: #F22121;
}
.AnyTagClassName
{
color: #F22121;
}
</style>
background-color css
<style>
a { background-color: #F22121; }
a { background-color: rgb(242,33,33); }
div.DivClassName
{
background-color: #F22121;
}
.BgClassName
{
background-color: #F22121;
}
</style>
border-color css
<style>
span { border-color: #F22121; }
span { border-color: rgb(242,33,33); }
td.TdClassName
{
border-color: #F22121;
}
.TagClassName
{
border-color: #F22121;
}
</style>