Shades of Alizarin #DD353B
Tints of Alizarin #DD353B
RGB
CMYK
RGB Variations
Color information
#DD353B (or 0xDD353B) is known color: Alizarin. HEX triplet: DD, 35 and 3B. RGB value is (221,53,59). Sum of RGB (Red+Green+Blue) = 221+53+59=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD353B is #22CAC4. Grayscale: #686868. Windows color (decimal): -2280133 or 3880413. OLE color: 3880413.
HSL color Cylindrical-coordinate representation of color #DD353B: hue angle of 357.86º 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 #DD353B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 59 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 357.86º | 0.71% | 0.54% | - |
| HSV(B) | 357.86º | 0.76% | 0.87% | - |
| XYZ | 31.88 | 18.23 | 5.98 | - |
| YUV | 103.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 59 | 0 | 0.76 | 0.73 | 0.13 | 357.86 | 0.71 | 0.54 |
| Hex | DD | 35 | 3B | 0 | 4C | 49 | D | 166 | 47 | 36 |
| Octal | 335 | 65 | 73 | 0 | 114 | 111 | 15 | 546 | 107 | 66 |
| Binary | 11011101 | 110101 | 111011 | 0 | 1001100 | 1001001 | 1101 | 101100110 | 1000111 | 110110 |
Color Harmonies of #DD353B
Complementary color
Monochromatic Colors of #DD353B
Black with #DD353B
Text Example
Text Example
White with #DD353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD353B; }
p { color: rgb(221,53,59); }
H1.HeaderClassName
{
color: #DD353B;
}
.AnyTagClassName
{
color: #DD353B;
}
</style>
background-color css
<style>
a { background-color: #DD353B; }
a { background-color: rgb(221,53,59); }
div.DivClassName
{
background-color: #DD353B;
}
.BgClassName
{
background-color: #DD353B;
}
</style>
border-color css
<style>
span { border-color: #DD353B; }
span { border-color: rgb(221,53,59); }
td.TdClassName
{
border-color: #DD353B;
}
.TagClassName
{
border-color: #DD353B;
}
</style>