Shades of Alizarin #DD323E
Tints of Alizarin #DD323E
RGB
CMYK
RGB Variations
Color information
#DD323E (or 0xDD323E) is known color: Alizarin. HEX triplet: DD, 32 and 3E. RGB value is (221,50,62). Sum of RGB (Red+Green+Blue) = 221+50+62=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323E is #22CDC1. Grayscale: #666666. Windows color (decimal): -2280898 or 4076253. OLE color: 4076253.
HSL color Cylindrical-coordinate representation of color #DD323E: hue angle of 355.79º 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 #DD323E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.13 |
| HSL | 355.79º | 0.72% | 0.53% | - |
| HSV(B) | 355.79º | 0.77% | 0.87% | - |
| XYZ | 31.83 | 18 | 6.35 | - |
| YUV | 102.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 62 | 0 | 0.77 | 0.72 | 0.13 | 355.79 | 0.72 | 0.53 |
| Hex | DD | 32 | 3E | 0 | 4D | 48 | D | 164 | 48 | 35 |
| Octal | 335 | 62 | 76 | 0 | 115 | 110 | 15 | 544 | 110 | 65 |
| Binary | 11011101 | 110010 | 111110 | 0 | 1001101 | 1001000 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DD323E
Complementary color
Monochromatic Colors of #DD323E
Black with #DD323E
Text Example
Text Example
White with #DD323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD323E; }
p { color: rgb(221,50,62); }
H1.HeaderClassName
{
color: #DD323E;
}
.AnyTagClassName
{
color: #DD323E;
}
</style>
background-color css
<style>
a { background-color: #DD323E; }
a { background-color: rgb(221,50,62); }
div.DivClassName
{
background-color: #DD323E;
}
.BgClassName
{
background-color: #DD323E;
}
</style>
border-color css
<style>
span { border-color: #DD323E; }
span { border-color: rgb(221,50,62); }
td.TdClassName
{
border-color: #DD323E;
}
.TagClassName
{
border-color: #DD323E;
}
</style>