Shades of Alizarin #DD353C
Tints of Alizarin #DD353C
RGB
CMYK
RGB Variations
Color information
#DD353C (or 0xDD353C) is known color: Alizarin. HEX triplet: DD, 35 and 3C. RGB value is (221,53,60). Sum of RGB (Red+Green+Blue) = 221+53+60=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD353C is #22CAC3. Grayscale: #686868. Windows color (decimal): -2280132 or 3945949. OLE color: 3945949.
HSL color Cylindrical-coordinate representation of color #DD353C: hue angle of 357.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD353C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 357.5º | 0.71% | 0.54% | - |
| HSV(B) | 357.5º | 0.76% | 0.87% | - |
| XYZ | 31.91 | 18.24 | 6.11 | - |
| YUV | 104.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 60 | 0 | 0.76 | 0.73 | 0.13 | 357.5 | 0.71 | 0.54 |
| Hex | DD | 35 | 3C | 0 | 4C | 49 | D | 166 | 47 | 36 |
| Octal | 335 | 65 | 74 | 0 | 114 | 111 | 15 | 546 | 107 | 66 |
| Binary | 11011101 | 110101 | 111100 | 0 | 1001100 | 1001001 | 1101 | 101100110 | 1000111 | 110110 |
Color Harmonies of #DD353C
Complementary color
Monochromatic Colors of #DD353C
Black with #DD353C
Text Example
Text Example
White with #DD353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD353C; }
p { color: rgb(221,53,60); }
H1.HeaderClassName
{
color: #DD353C;
}
.AnyTagClassName
{
color: #DD353C;
}
</style>
background-color css
<style>
a { background-color: #DD353C; }
a { background-color: rgb(221,53,60); }
div.DivClassName
{
background-color: #DD353C;
}
.BgClassName
{
background-color: #DD353C;
}
</style>
border-color css
<style>
span { border-color: #DD353C; }
span { border-color: rgb(221,53,60); }
td.TdClassName
{
border-color: #DD353C;
}
.TagClassName
{
border-color: #DD353C;
}
</style>