Shades of Alizarin #DC323E
Tints of Alizarin #DC323E
RGB
CMYK
RGB Variations
Color information
#DC323E (or 0xDC323E) is known color: Alizarin. HEX triplet: DC, 32 and 3E. RGB value is (220,50,62). Sum of RGB (Red+Green+Blue) = 220+50+62=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323E is #23CDC1. Grayscale: #666666. Windows color (decimal): -2346434 or 4076252. OLE color: 4076252.
HSL color Cylindrical-coordinate representation of color #DC323E: hue angle of 355.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC323E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.14 |
| HSL | 355.76º | 0.71% | 0.53% | - |
| HSV(B) | 355.76º | 0.77% | 0.86% | - |
| XYZ | 31.53 | 17.84 | 6.34 | - |
| YUV | 102.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 62 | 0 | 0.77 | 0.72 | 0.14 | 355.76 | 0.71 | 0.53 |
| Hex | DC | 32 | 3E | 0 | 4D | 48 | E | 164 | 47 | 35 |
| Octal | 334 | 62 | 76 | 0 | 115 | 110 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110010 | 111110 | 0 | 1001101 | 1001000 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC323E
Complementary color
Monochromatic Colors of #DC323E
Black with #DC323E
Text Example
Text Example
White with #DC323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC323E; }
p { color: rgb(220,50,62); }
H1.HeaderClassName
{
color: #DC323E;
}
.AnyTagClassName
{
color: #DC323E;
}
</style>
background-color css
<style>
a { background-color: #DC323E; }
a { background-color: rgb(220,50,62); }
div.DivClassName
{
background-color: #DC323E;
}
.BgClassName
{
background-color: #DC323E;
}
</style>
border-color css
<style>
span { border-color: #DC323E; }
span { border-color: rgb(220,50,62); }
td.TdClassName
{
border-color: #DC323E;
}
.TagClassName
{
border-color: #DC323E;
}
</style>