Shades of Alizarin #DD323C
Tints of Alizarin #DD323C
RGB
CMYK
RGB Variations
Color information
#DD323C (or 0xDD323C) is known color: Alizarin. HEX triplet: DD, 32 and 3C. RGB value is (221,50,60). Sum of RGB (Red+Green+Blue) = 221+50+60=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323C is #22CDC3. Grayscale: #666666. Windows color (decimal): -2280900 or 3945181. OLE color: 3945181.
HSL color Cylindrical-coordinate representation of color #DD323C: hue angle of 356.49º 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 #DD323C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.13 |
| HSL | 356.49º | 0.72% | 0.53% | - |
| HSV(B) | 356.49º | 0.77% | 0.87% | - |
| XYZ | 31.78 | 17.98 | 6.07 | - |
| YUV | 102.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 60 | 0 | 0.77 | 0.73 | 0.13 | 356.49 | 0.72 | 0.53 |
| Hex | DD | 32 | 3C | 0 | 4D | 49 | D | 164 | 48 | 35 |
| Octal | 335 | 62 | 74 | 0 | 115 | 111 | 15 | 544 | 110 | 65 |
| Binary | 11011101 | 110010 | 111100 | 0 | 1001101 | 1001001 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DD323C
Complementary color
Monochromatic Colors of #DD323C
Black with #DD323C
Text Example
Text Example
White with #DD323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD323C; }
p { color: rgb(221,50,60); }
H1.HeaderClassName
{
color: #DD323C;
}
.AnyTagClassName
{
color: #DD323C;
}
</style>
background-color css
<style>
a { background-color: #DD323C; }
a { background-color: rgb(221,50,60); }
div.DivClassName
{
background-color: #DD323C;
}
.BgClassName
{
background-color: #DD323C;
}
</style>
border-color css
<style>
span { border-color: #DD323C; }
span { border-color: rgb(221,50,60); }
td.TdClassName
{
border-color: #DD323C;
}
.TagClassName
{
border-color: #DD323C;
}
</style>