Shades of Alizarin #D52232
Tints of Alizarin #D52232
RGB
CMYK
RGB Variations
Color information
#D52232 (or 0xD52232) is known color: Alizarin. HEX triplet: D5, 22 and 32. RGB value is (213,34,50). Sum of RGB (Red+Green+Blue) = 213+34+50=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D52232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52232 is #2ADDCD. Grayscale: #595959. Windows color (decimal): -2809294 or 3285717. OLE color: 3285717.
HSL color Cylindrical-coordinate representation of color #D52232: hue angle of 354.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52232 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 50 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.16 |
| HSL | 354.64º | 0.72% | 0.48% | - |
| HSV(B) | 354.64º | 0.84% | 0.84% | - |
| XYZ | 28.59 | 15.52 | 4.51 | - |
| YUV | 89.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 50 | 0 | 0.84 | 0.77 | 0.16 | 354.64 | 0.72 | 0.48 |
| Hex | D5 | 22 | 32 | 0 | 54 | 4D | 10 | 163 | 48 | 30 |
| Octal | 325 | 42 | 62 | 0 | 124 | 115 | 20 | 543 | 110 | 60 |
| Binary | 11010101 | 100010 | 110010 | 0 | 1010100 | 1001101 | 10000 | 101100011 | 1001000 | 110000 |
Color Harmonies of #D52232
Complementary color
Monochromatic Colors of #D52232
Black with #D52232
Text Example
Text Example
White with #D52232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52232; }
p { color: rgb(213,34,50); }
H1.HeaderClassName
{
color: #D52232;
}
.AnyTagClassName
{
color: #D52232;
}
</style>
background-color css
<style>
a { background-color: #D52232; }
a { background-color: rgb(213,34,50); }
div.DivClassName
{
background-color: #D52232;
}
.BgClassName
{
background-color: #D52232;
}
</style>
border-color css
<style>
span { border-color: #D52232; }
span { border-color: rgb(213,34,50); }
td.TdClassName
{
border-color: #D52232;
}
.TagClassName
{
border-color: #D52232;
}
</style>