Shades of Alizarin #DD323D
Tints of Alizarin #DD323D
RGB
CMYK
RGB Variations
Color information
#DD323D (or 0xDD323D) is known color: Alizarin. HEX triplet: DD, 32 and 3D. RGB value is (221,50,61). Sum of RGB (Red+Green+Blue) = 221+50+61=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323D is #22CDC2. Grayscale: #666666. Windows color (decimal): -2280899 or 4010717. OLE color: 4010717.
HSL color Cylindrical-coordinate representation of color #DD323D: hue angle of 356.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD323D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 61 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.13 |
| HSL | 356.14º | 0.72% | 0.53% | - |
| HSV(B) | 356.14º | 0.77% | 0.87% | - |
| XYZ | 31.8 | 17.99 | 6.21 | - |
| YUV | 102.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 61 | 0 | 0.77 | 0.72 | 0.13 | 356.14 | 0.72 | 0.53 |
| Hex | DD | 32 | 3D | 0 | 4D | 48 | D | 164 | 48 | 35 |
| Octal | 335 | 62 | 75 | 0 | 115 | 110 | 15 | 544 | 110 | 65 |
| Binary | 11011101 | 110010 | 111101 | 0 | 1001101 | 1001000 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DD323D
Complementary color
Monochromatic Colors of #DD323D
Black with #DD323D
Text Example
Text Example
White with #DD323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD323D; }
p { color: rgb(221,50,61); }
H1.HeaderClassName
{
color: #DD323D;
}
.AnyTagClassName
{
color: #DD323D;
}
</style>
background-color css
<style>
a { background-color: #DD323D; }
a { background-color: rgb(221,50,61); }
div.DivClassName
{
background-color: #DD323D;
}
.BgClassName
{
background-color: #DD323D;
}
</style>
border-color css
<style>
span { border-color: #DD323D; }
span { border-color: rgb(221,50,61); }
td.TdClassName
{
border-color: #DD323D;
}
.TagClassName
{
border-color: #DD323D;
}
</style>