Shades of Alizarin #DC2732
Tints of Alizarin #DC2732
RGB
CMYK
RGB Variations
Color information
#DC2732 (or 0xDC2732) is known color: Alizarin. HEX triplet: DC, 27 and 32. RGB value is (220,39,50). Sum of RGB (Red+Green+Blue) = 220+39+50=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2732 is #23D8CD. Grayscale: #5E5E5E. Windows color (decimal): -2349262 or 3287004. OLE color: 3287004.
HSL color Cylindrical-coordinate representation of color #DC2732: hue angle of 356.35º 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 #DC2732 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.14 |
| HSL | 356.35º | 0.72% | 0.51% | - |
| HSV(B) | 356.35º | 0.82% | 0.86% | - |
| XYZ | 30.82 | 16.9 | 4.65 | - |
| YUV | 94.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 50 | 0 | 0.82 | 0.77 | 0.14 | 356.35 | 0.72 | 0.51 |
| Hex | DC | 27 | 32 | 0 | 52 | 4D | E | 164 | 48 | 33 |
| Octal | 334 | 47 | 62 | 0 | 122 | 115 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 100111 | 110010 | 0 | 1010010 | 1001101 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2732
Complementary color
Monochromatic Colors of #DC2732
Black with #DC2732
Text Example
Text Example
White with #DC2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2732; }
p { color: rgb(220,39,50); }
H1.HeaderClassName
{
color: #DC2732;
}
.AnyTagClassName
{
color: #DC2732;
}
</style>
background-color css
<style>
a { background-color: #DC2732; }
a { background-color: rgb(220,39,50); }
div.DivClassName
{
background-color: #DC2732;
}
.BgClassName
{
background-color: #DC2732;
}
</style>
border-color css
<style>
span { border-color: #DC2732; }
span { border-color: rgb(220,39,50); }
td.TdClassName
{
border-color: #DC2732;
}
.TagClassName
{
border-color: #DC2732;
}
</style>