Shades of Alizarin #F22133
Tints of Alizarin #F22133
RGB
CMYK
RGB Variations
Color information
#F22133 (or 0xF22133) is known color: Alizarin. HEX triplet: F2, 21 and 33. RGB value is (242,33,51). Sum of RGB (Red+Green+Blue) = 242+33+51=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F22133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22133 is #0DDECC. Grayscale: #616161. Windows color (decimal): -909005 or 3351026. OLE color: 3351026.
HSL color Cylindrical-coordinate representation of color #F22133: hue angle of 354.83º 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 #F22133 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 51 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.05 |
| HSL | 354.83º | 0.89% | 0.54% | - |
| HSV(B) | 354.83º | 0.86% | 0.95% | - |
| XYZ | 37.76 | 20.2 | 5.04 | - |
| YUV | 97.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 51 | 0 | 0.86 | 0.79 | 0.05 | 354.83 | 0.89 | 0.54 |
| Hex | F2 | 21 | 33 | 0 | 56 | 4F | 5 | 163 | 59 | 36 |
| Octal | 362 | 41 | 63 | 0 | 126 | 117 | 5 | 543 | 131 | 66 |
| Binary | 11110010 | 100001 | 110011 | 0 | 1010110 | 1001111 | 101 | 101100011 | 1011001 | 110110 |
Color Harmonies of #F22133
Complementary color
Monochromatic Colors of #F22133
Black with #F22133
Text Example
Text Example
White with #F22133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22133; }
p { color: rgb(242,33,51); }
H1.HeaderClassName
{
color: #F22133;
}
.AnyTagClassName
{
color: #F22133;
}
</style>
background-color css
<style>
a { background-color: #F22133; }
a { background-color: rgb(242,33,51); }
div.DivClassName
{
background-color: #F22133;
}
.BgClassName
{
background-color: #F22133;
}
</style>
border-color css
<style>
span { border-color: #F22133; }
span { border-color: rgb(242,33,51); }
td.TdClassName
{
border-color: #F22133;
}
.TagClassName
{
border-color: #F22133;
}
</style>