Shades of Alizarin #F22128
Tints of Alizarin #F22128
RGB
CMYK
RGB Variations
Color information
#F22128 (or 0xF22128) is known color: Alizarin. HEX triplet: F2, 21 and 28. RGB value is (242,33,40). Sum of RGB (Red+Green+Blue) = 242+33+40=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22128 is #0DDED7. Grayscale: #606060. Windows color (decimal): -909016 or 2630130. OLE color: 2630130.
HSL color Cylindrical-coordinate representation of color #F22128: hue angle of 357.99º 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 #F22128 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.05 |
| HSL | 357.99º | 0.89% | 0.54% | - |
| HSV(B) | 357.99º | 0.86% | 0.95% | - |
| XYZ | 37.54 | 20.12 | 3.91 | - |
| YUV | 96.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 40 | 0 | 0.86 | 0.83 | 0.05 | 357.99 | 0.89 | 0.54 |
| Hex | F2 | 21 | 28 | 0 | 56 | 53 | 5 | 166 | 59 | 36 |
| Octal | 362 | 41 | 50 | 0 | 126 | 123 | 5 | 546 | 131 | 66 |
| Binary | 11110010 | 100001 | 101000 | 0 | 1010110 | 1010011 | 101 | 101100110 | 1011001 | 110110 |
Color Harmonies of #F22128
Complementary color
Monochromatic Colors of #F22128
Black with #F22128
Text Example
Text Example
White with #F22128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22128; }
p { color: rgb(242,33,40); }
H1.HeaderClassName
{
color: #F22128;
}
.AnyTagClassName
{
color: #F22128;
}
</style>
background-color css
<style>
a { background-color: #F22128; }
a { background-color: rgb(242,33,40); }
div.DivClassName
{
background-color: #F22128;
}
.BgClassName
{
background-color: #F22128;
}
</style>
border-color css
<style>
span { border-color: #F22128; }
span { border-color: rgb(242,33,40); }
td.TdClassName
{
border-color: #F22128;
}
.TagClassName
{
border-color: #F22128;
}
</style>