Shades of Alizarin #DC2832
Tints of Alizarin #DC2832
RGB
CMYK
RGB Variations
Color information
#DC2832 (or 0xDC2832) is known color: Alizarin. HEX triplet: DC, 28 and 32. RGB value is (220,40,50). Sum of RGB (Red+Green+Blue) = 220+40+50=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2832 is #23D7CD. Grayscale: #5F5F5F. Windows color (decimal): -2349006 or 3287260. OLE color: 3287260.
HSL color Cylindrical-coordinate representation of color #DC2832: hue angle of 356.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2832 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.14 |
| HSL | 356.67º | 0.72% | 0.51% | - |
| HSV(B) | 356.67º | 0.82% | 0.86% | - |
| XYZ | 30.85 | 16.96 | 4.67 | - |
| YUV | 94.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 50 | 0 | 0.82 | 0.77 | 0.14 | 356.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 32 | 0 | 52 | 4D | E | 165 | 48 | 33 |
| Octal | 334 | 50 | 62 | 0 | 122 | 115 | 16 | 545 | 110 | 63 |
| Binary | 11011100 | 101000 | 110010 | 0 | 1010010 | 1001101 | 1110 | 101100101 | 1001000 | 110011 |
Color Harmonies of #DC2832
Complementary color
Monochromatic Colors of #DC2832
Black with #DC2832
Text Example
Text Example
White with #DC2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2832; }
p { color: rgb(220,40,50); }
H1.HeaderClassName
{
color: #DC2832;
}
.AnyTagClassName
{
color: #DC2832;
}
</style>
background-color css
<style>
a { background-color: #DC2832; }
a { background-color: rgb(220,40,50); }
div.DivClassName
{
background-color: #DC2832;
}
.BgClassName
{
background-color: #DC2832;
}
</style>
border-color css
<style>
span { border-color: #DC2832; }
span { border-color: rgb(220,40,50); }
td.TdClassName
{
border-color: #DC2832;
}
.TagClassName
{
border-color: #DC2832;
}
</style>