Shades of Alizarin #DC2932
Tints of Alizarin #DC2932
RGB
CMYK
RGB Variations
Color information
#DC2932 (or 0xDC2932) is known color: Alizarin. HEX triplet: DC, 29 and 32. RGB value is (220,41,50). Sum of RGB (Red+Green+Blue) = 220+41+50=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2932 is #23D6CD. Grayscale: #5F5F5F. Windows color (decimal): -2348750 or 3287516. OLE color: 3287516.
HSL color Cylindrical-coordinate representation of color #DC2932: hue angle of 356.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2932 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 50 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.14 |
| HSL | 356.98º | 0.72% | 0.51% | - |
| HSV(B) | 356.98º | 0.81% | 0.86% | - |
| XYZ | 30.88 | 17.03 | 4.68 | - |
| YUV | 95.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 50 | 0 | 0.81 | 0.77 | 0.14 | 356.98 | 0.72 | 0.51 |
| Hex | DC | 29 | 32 | 0 | 51 | 4D | E | 165 | 48 | 33 |
| Octal | 334 | 51 | 62 | 0 | 121 | 115 | 16 | 545 | 110 | 63 |
| Binary | 11011100 | 101001 | 110010 | 0 | 1010001 | 1001101 | 1110 | 101100101 | 1001000 | 110011 |
Color Harmonies of #DC2932
Complementary color
Monochromatic Colors of #DC2932
Black with #DC2932
Text Example
Text Example
White with #DC2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2932; }
p { color: rgb(220,41,50); }
H1.HeaderClassName
{
color: #DC2932;
}
.AnyTagClassName
{
color: #DC2932;
}
</style>
background-color css
<style>
a { background-color: #DC2932; }
a { background-color: rgb(220,41,50); }
div.DivClassName
{
background-color: #DC2932;
}
.BgClassName
{
background-color: #DC2932;
}
</style>
border-color css
<style>
span { border-color: #DC2932; }
span { border-color: rgb(220,41,50); }
td.TdClassName
{
border-color: #DC2932;
}
.TagClassName
{
border-color: #DC2932;
}
</style>