Shades of Alizarin #F22131
Tints of Alizarin #F22131
RGB
CMYK
RGB Variations
Color information
#F22131 (or 0xF22131) is known color: Alizarin. HEX triplet: F2, 21 and 31. RGB value is (242,33,49). Sum of RGB (Red+Green+Blue) = 242+33+49=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F22131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22131 is #0DDECE. Grayscale: #616161. Windows color (decimal): -909007 or 3219954. OLE color: 3219954.
HSL color Cylindrical-coordinate representation of color #F22131: hue angle of 355.41º 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 #F22131 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 49 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.05 |
| HSL | 355.41º | 0.89% | 0.54% | - |
| HSV(B) | 355.41º | 0.86% | 0.95% | - |
| XYZ | 37.72 | 20.19 | 4.81 | - |
| YUV | 97.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 49 | 0 | 0.86 | 0.80 | 0.05 | 355.41 | 0.89 | 0.54 |
| Hex | F2 | 21 | 31 | 0 | 56 | 50 | 5 | 163 | 59 | 36 |
| Octal | 362 | 41 | 61 | 0 | 126 | 120 | 5 | 543 | 131 | 66 |
| Binary | 11110010 | 100001 | 110001 | 0 | 1010110 | 1010000 | 101 | 101100011 | 1011001 | 110110 |
Color Harmonies of #F22131
Complementary color
Monochromatic Colors of #F22131
Black with #F22131
Text Example
Text Example
White with #F22131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22131; }
p { color: rgb(242,33,49); }
H1.HeaderClassName
{
color: #F22131;
}
.AnyTagClassName
{
color: #F22131;
}
</style>
background-color css
<style>
a { background-color: #F22131; }
a { background-color: rgb(242,33,49); }
div.DivClassName
{
background-color: #F22131;
}
.BgClassName
{
background-color: #F22131;
}
</style>
border-color css
<style>
span { border-color: #F22131; }
span { border-color: rgb(242,33,49); }
td.TdClassName
{
border-color: #F22131;
}
.TagClassName
{
border-color: #F22131;
}
</style>