Shades of Alizarin #DC2B32
Tints of Alizarin #DC2B32
RGB
CMYK
RGB Variations
Color information
#DC2B32 (or 0xDC2B32) is known color: Alizarin. HEX triplet: DC, 2B and 32. RGB value is (220,43,50). Sum of RGB (Red+Green+Blue) = 220+43+50=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B32 is #23D4CD. Grayscale: #606060. Windows color (decimal): -2348238 or 3288028. OLE color: 3288028.
HSL color Cylindrical-coordinate representation of color #DC2B32: hue angle of 357.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 50 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.14 |
| HSL | 357.63º | 0.72% | 0.52% | - |
| HSV(B) | 357.63º | 0.8% | 0.86% | - |
| XYZ | 30.95 | 17.17 | 4.7 | - |
| YUV | 96.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 50 | 0 | 0.80 | 0.77 | 0.14 | 357.63 | 0.72 | 0.52 |
| Hex | DC | 2B | 32 | 0 | 50 | 4D | E | 166 | 48 | 34 |
| Octal | 334 | 53 | 62 | 0 | 120 | 115 | 16 | 546 | 110 | 64 |
| Binary | 11011100 | 101011 | 110010 | 0 | 1010000 | 1001101 | 1110 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DC2B32
Complementary color
Monochromatic Colors of #DC2B32
Black with #DC2B32
Text Example
Text Example
White with #DC2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B32; }
p { color: rgb(220,43,50); }
H1.HeaderClassName
{
color: #DC2B32;
}
.AnyTagClassName
{
color: #DC2B32;
}
</style>
background-color css
<style>
a { background-color: #DC2B32; }
a { background-color: rgb(220,43,50); }
div.DivClassName
{
background-color: #DC2B32;
}
.BgClassName
{
background-color: #DC2B32;
}
</style>
border-color css
<style>
span { border-color: #DC2B32; }
span { border-color: rgb(220,43,50); }
td.TdClassName
{
border-color: #DC2B32;
}
.TagClassName
{
border-color: #DC2B32;
}
</style>