Shades of Alizarin #DC2032
Tints of Alizarin #DC2032
RGB
CMYK
RGB Variations
Color information
#DC2032 (or 0xDC2032) is known color: Alizarin. HEX triplet: DC, 20 and 32. RGB value is (220,32,50). Sum of RGB (Red+Green+Blue) = 220+32+50=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2032 is #23DFCD. Grayscale: #5A5A5A. Windows color (decimal): -2351054 or 3285212. OLE color: 3285212.
HSL color Cylindrical-coordinate representation of color #DC2032: hue angle of 354.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2032 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.14 |
| HSL | 354.26º | 0.75% | 0.49% | - |
| HSV(B) | 354.26º | 0.85% | 0.86% | - |
| XYZ | 30.61 | 16.48 | 4.59 | - |
| YUV | 90.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 50 | 0 | 0.85 | 0.77 | 0.14 | 354.26 | 0.75 | 0.49 |
| Hex | DC | 20 | 32 | 0 | 55 | 4D | E | 162 | 4B | 31 |
| Octal | 334 | 40 | 62 | 0 | 125 | 115 | 16 | 542 | 113 | 61 |
| Binary | 11011100 | 100000 | 110010 | 0 | 1010101 | 1001101 | 1110 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DC2032
Complementary color
Monochromatic Colors of #DC2032
Black with #DC2032
Text Example
Text Example
White with #DC2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2032; }
p { color: rgb(220,32,50); }
H1.HeaderClassName
{
color: #DC2032;
}
.AnyTagClassName
{
color: #DC2032;
}
</style>
background-color css
<style>
a { background-color: #DC2032; }
a { background-color: rgb(220,32,50); }
div.DivClassName
{
background-color: #DC2032;
}
.BgClassName
{
background-color: #DC2032;
}
</style>
border-color css
<style>
span { border-color: #DC2032; }
span { border-color: rgb(220,32,50); }
td.TdClassName
{
border-color: #DC2032;
}
.TagClassName
{
border-color: #DC2032;
}
</style>