Shades of Alizarin #DC323D
Tints of Alizarin #DC323D
RGB
CMYK
RGB Variations
Color information
#DC323D (or 0xDC323D) is known color: Alizarin. HEX triplet: DC, 32 and 3D. RGB value is (220,50,61). Sum of RGB (Red+Green+Blue) = 220+50+61=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323D is #23CDC2. Grayscale: #666666. Windows color (decimal): -2346435 or 4010716. OLE color: 4010716.
HSL color Cylindrical-coordinate representation of color #DC323D: hue angle of 356.12º 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 #DC323D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 61 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.14 |
| HSL | 356.12º | 0.71% | 0.53% | - |
| HSV(B) | 356.12º | 0.77% | 0.86% | - |
| XYZ | 31.5 | 17.83 | 6.2 | - |
| YUV | 102.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 61 | 0 | 0.77 | 0.72 | 0.14 | 356.12 | 0.71 | 0.53 |
| Hex | DC | 32 | 3D | 0 | 4D | 48 | E | 164 | 47 | 35 |
| Octal | 334 | 62 | 75 | 0 | 115 | 110 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110010 | 111101 | 0 | 1001101 | 1001000 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC323D
Complementary color
Monochromatic Colors of #DC323D
Black with #DC323D
Text Example
Text Example
White with #DC323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC323D; }
p { color: rgb(220,50,61); }
H1.HeaderClassName
{
color: #DC323D;
}
.AnyTagClassName
{
color: #DC323D;
}
</style>
background-color css
<style>
a { background-color: #DC323D; }
a { background-color: rgb(220,50,61); }
div.DivClassName
{
background-color: #DC323D;
}
.BgClassName
{
background-color: #DC323D;
}
</style>
border-color css
<style>
span { border-color: #DC323D; }
span { border-color: rgb(220,50,61); }
td.TdClassName
{
border-color: #DC323D;
}
.TagClassName
{
border-color: #DC323D;
}
</style>