Shades of Alizarin #DC2031
Tints of Alizarin #DC2031
RGB
CMYK
RGB Variations
Color information
#DC2031 (or 0xDC2031) is known color: Alizarin. HEX triplet: DC, 20 and 31. RGB value is (220,32,49). Sum of RGB (Red+Green+Blue) = 220+32+49=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2031 is #23DFCE. Grayscale: #5A5A5A. Windows color (decimal): -2351055 or 3219676. OLE color: 3219676.
HSL color Cylindrical-coordinate representation of color #DC2031: hue angle of 354.57º 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 #DC2031 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 49 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.14 |
| HSL | 354.57º | 0.75% | 0.49% | - |
| HSV(B) | 354.57º | 0.85% | 0.86% | - |
| XYZ | 30.59 | 16.47 | 4.47 | - |
| YUV | 90.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 49 | 0 | 0.85 | 0.78 | 0.14 | 354.57 | 0.75 | 0.49 |
| Hex | DC | 20 | 31 | 0 | 55 | 4E | E | 163 | 4B | 31 |
| Octal | 334 | 40 | 61 | 0 | 125 | 116 | 16 | 543 | 113 | 61 |
| Binary | 11011100 | 100000 | 110001 | 0 | 1010101 | 1001110 | 1110 | 101100011 | 1001011 | 110001 |
Color Harmonies of #DC2031
Complementary color
Monochromatic Colors of #DC2031
Black with #DC2031
Text Example
Text Example
White with #DC2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2031; }
p { color: rgb(220,32,49); }
H1.HeaderClassName
{
color: #DC2031;
}
.AnyTagClassName
{
color: #DC2031;
}
</style>
background-color css
<style>
a { background-color: #DC2031; }
a { background-color: rgb(220,32,49); }
div.DivClassName
{
background-color: #DC2031;
}
.BgClassName
{
background-color: #DC2031;
}
</style>
border-color css
<style>
span { border-color: #DC2031; }
span { border-color: rgb(220,32,49); }
td.TdClassName
{
border-color: #DC2031;
}
.TagClassName
{
border-color: #DC2031;
}
</style>