Shades of Alizarin #F22F32
Tints of Alizarin #F22F32
RGB
CMYK
RGB Variations
Color information
#F22F32 (or 0xF22F32) is known color: Alizarin. HEX triplet: F2, 2F and 32. RGB value is (242,47,50). Sum of RGB (Red+Green+Blue) = 242+47+50=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F32 is #0DD0CD. Grayscale: #696969. Windows color (decimal): -905422 or 3289074. OLE color: 3289074.
HSL color Cylindrical-coordinate representation of color #F22F32: hue angle of 359.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F32 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 50 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.05 |
| HSL | 359.08º | 0.88% | 0.57% | - |
| HSV(B) | 359.08º | 0.81% | 0.95% | - |
| XYZ | 38.21 | 21.14 | 5.08 | - |
| YUV | 105.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 50 | 0 | 0.81 | 0.79 | 0.05 | 359.08 | 0.88 | 0.57 |
| Hex | F2 | 2F | 32 | 0 | 51 | 4F | 5 | 167 | 58 | 39 |
| Octal | 362 | 57 | 62 | 0 | 121 | 117 | 5 | 547 | 130 | 71 |
| Binary | 11110010 | 101111 | 110010 | 0 | 1010001 | 1001111 | 101 | 101100111 | 1011000 | 111001 |
Color Harmonies of #F22F32
Complementary color
Monochromatic Colors of #F22F32
Black with #F22F32
Text Example
Text Example
White with #F22F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F32; }
p { color: rgb(242,47,50); }
H1.HeaderClassName
{
color: #F22F32;
}
.AnyTagClassName
{
color: #F22F32;
}
</style>
background-color css
<style>
a { background-color: #F22F32; }
a { background-color: rgb(242,47,50); }
div.DivClassName
{
background-color: #F22F32;
}
.BgClassName
{
background-color: #F22F32;
}
</style>
border-color css
<style>
span { border-color: #F22F32; }
span { border-color: rgb(242,47,50); }
td.TdClassName
{
border-color: #F22F32;
}
.TagClassName
{
border-color: #F22F32;
}
</style>