Shades of Alizarin #F22D32
Tints of Alizarin #F22D32
RGB
CMYK
RGB Variations
Color information
#F22D32 (or 0xF22D32) is known color: Alizarin. HEX triplet: F2, 2D and 32. RGB value is (242,45,50). Sum of RGB (Red+Green+Blue) = 242+45+50=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D32 is #0DD2CD. Grayscale: #686868. Windows color (decimal): -905934 or 3288562. OLE color: 3288562.
HSL color Cylindrical-coordinate representation of color #F22D32: hue angle of 358.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D32 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 50 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.05 |
| HSL | 358.48º | 0.88% | 0.56% | - |
| HSV(B) | 358.48º | 0.81% | 0.95% | - |
| XYZ | 38.13 | 20.98 | 5.06 | - |
| YUV | 104.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 50 | 0 | 0.81 | 0.79 | 0.05 | 358.48 | 0.88 | 0.56 |
| Hex | F2 | 2D | 32 | 0 | 51 | 4F | 5 | 166 | 58 | 38 |
| Octal | 362 | 55 | 62 | 0 | 121 | 117 | 5 | 546 | 130 | 70 |
| Binary | 11110010 | 101101 | 110010 | 0 | 1010001 | 1001111 | 101 | 101100110 | 1011000 | 111000 |
Color Harmonies of #F22D32
Complementary color
Monochromatic Colors of #F22D32
Black with #F22D32
Text Example
Text Example
White with #F22D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D32; }
p { color: rgb(242,45,50); }
H1.HeaderClassName
{
color: #F22D32;
}
.AnyTagClassName
{
color: #F22D32;
}
</style>
background-color css
<style>
a { background-color: #F22D32; }
a { background-color: rgb(242,45,50); }
div.DivClassName
{
background-color: #F22D32;
}
.BgClassName
{
background-color: #F22D32;
}
</style>
border-color css
<style>
span { border-color: #F22D32; }
span { border-color: rgb(242,45,50); }
td.TdClassName
{
border-color: #F22D32;
}
.TagClassName
{
border-color: #F22D32;
}
</style>