Shades of Alizarin #DC2033
Tints of Alizarin #DC2033
RGB
CMYK
RGB Variations
Color information
#DC2033 (or 0xDC2033) is known color: Alizarin. HEX triplet: DC, 20 and 33. RGB value is (220,32,51). Sum of RGB (Red+Green+Blue) = 220+32+51=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2033 is #23DFCC. Grayscale: #5A5A5A. Windows color (decimal): -2351053 or 3350748. OLE color: 3350748.
HSL color Cylindrical-coordinate representation of color #DC2033: hue angle of 353.94º 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 #DC2033 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.14 |
| HSL | 353.94º | 0.75% | 0.49% | - |
| HSV(B) | 353.94º | 0.85% | 0.86% | - |
| XYZ | 30.63 | 16.49 | 4.7 | - |
| YUV | 90.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 51 | 0 | 0.85 | 0.77 | 0.14 | 353.94 | 0.75 | 0.49 |
| Hex | DC | 20 | 33 | 0 | 55 | 4D | E | 162 | 4B | 31 |
| Octal | 334 | 40 | 63 | 0 | 125 | 115 | 16 | 542 | 113 | 61 |
| Binary | 11011100 | 100000 | 110011 | 0 | 1010101 | 1001101 | 1110 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DC2033
Complementary color
Monochromatic Colors of #DC2033
Black with #DC2033
Text Example
Text Example
White with #DC2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2033; }
p { color: rgb(220,32,51); }
H1.HeaderClassName
{
color: #DC2033;
}
.AnyTagClassName
{
color: #DC2033;
}
</style>
background-color css
<style>
a { background-color: #DC2033; }
a { background-color: rgb(220,32,51); }
div.DivClassName
{
background-color: #DC2033;
}
.BgClassName
{
background-color: #DC2033;
}
</style>
border-color css
<style>
span { border-color: #DC2033; }
span { border-color: rgb(220,32,51); }
td.TdClassName
{
border-color: #DC2033;
}
.TagClassName
{
border-color: #DC2033;
}
</style>