Shades of Alizarin #F22334
Tints of Alizarin #F22334
RGB
CMYK
RGB Variations
Color information
#F22334 (or 0xF22334) is known color: Alizarin. HEX triplet: F2, 23 and 34. RGB value is (242,35,52). Sum of RGB (Red+Green+Blue) = 242+35+52=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F22334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22334 is #0DDCCB. Grayscale: #626262. Windows color (decimal): -908492 or 3417074. OLE color: 3417074.
HSL color Cylindrical-coordinate representation of color #F22334: hue angle of 355.07º 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 #F22334 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.05 |
| HSL | 355.07º | 0.89% | 0.54% | - |
| HSV(B) | 355.07º | 0.86% | 0.95% | - |
| XYZ | 37.84 | 20.33 | 5.18 | - |
| YUV | 98.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 52 | 0 | 0.86 | 0.79 | 0.05 | 355.07 | 0.89 | 0.54 |
| Hex | F2 | 23 | 34 | 0 | 56 | 4F | 5 | 163 | 59 | 36 |
| Octal | 362 | 43 | 64 | 0 | 126 | 117 | 5 | 543 | 131 | 66 |
| Binary | 11110010 | 100011 | 110100 | 0 | 1010110 | 1001111 | 101 | 101100011 | 1011001 | 110110 |
Color Harmonies of #F22334
Complementary color
Monochromatic Colors of #F22334
Black with #F22334
Text Example
Text Example
White with #F22334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22334; }
p { color: rgb(242,35,52); }
H1.HeaderClassName
{
color: #F22334;
}
.AnyTagClassName
{
color: #F22334;
}
</style>
background-color css
<style>
a { background-color: #F22334; }
a { background-color: rgb(242,35,52); }
div.DivClassName
{
background-color: #F22334;
}
.BgClassName
{
background-color: #F22334;
}
</style>
border-color css
<style>
span { border-color: #F22334; }
span { border-color: rgb(242,35,52); }
td.TdClassName
{
border-color: #F22334;
}
.TagClassName
{
border-color: #F22334;
}
</style>