Shades of Alizarin #D22332
Tints of Alizarin #D22332
RGB
CMYK
RGB Variations
Color information
#D22332 (or 0xD22332) is known color: Alizarin. HEX triplet: D2, 23 and 32. RGB value is (210,35,50). Sum of RGB (Red+Green+Blue) = 210+35+50=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D22332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22332 is #2DDCCD. Grayscale: #595959. Windows color (decimal): -3005646 or 3285970. OLE color: 3285970.
HSL color Cylindrical-coordinate representation of color #D22332: hue angle of 354.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22332 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 50 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.18 |
| HSL | 354.86º | 0.71% | 0.48% | - |
| HSV(B) | 354.86º | 0.83% | 0.82% | - |
| XYZ | 27.76 | 15.13 | 4.48 | - |
| YUV | 89.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 50 | 0 | 0.83 | 0.76 | 0.18 | 354.86 | 0.71 | 0.48 |
| Hex | D2 | 23 | 32 | 0 | 53 | 4C | 12 | 163 | 47 | 30 |
| Octal | 322 | 43 | 62 | 0 | 123 | 114 | 22 | 543 | 107 | 60 |
| Binary | 11010010 | 100011 | 110010 | 0 | 1010011 | 1001100 | 10010 | 101100011 | 1000111 | 110000 |
Color Harmonies of #D22332
Complementary color
Monochromatic Colors of #D22332
Black with #D22332
Text Example
Text Example
White with #D22332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22332; }
p { color: rgb(210,35,50); }
H1.HeaderClassName
{
color: #D22332;
}
.AnyTagClassName
{
color: #D22332;
}
</style>
background-color css
<style>
a { background-color: #D22332; }
a { background-color: rgb(210,35,50); }
div.DivClassName
{
background-color: #D22332;
}
.BgClassName
{
background-color: #D22332;
}
</style>
border-color css
<style>
span { border-color: #D22332; }
span { border-color: rgb(210,35,50); }
td.TdClassName
{
border-color: #D22332;
}
.TagClassName
{
border-color: #D22332;
}
</style>