Shades of Alizarin #DD353D
Tints of Alizarin #DD353D
RGB
CMYK
RGB Variations
Color information
#DD353D (or 0xDD353D) is known color: Alizarin. HEX triplet: DD, 35 and 3D. RGB value is (221,53,61). Sum of RGB (Red+Green+Blue) = 221+53+61=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD353D is #22CAC2. Grayscale: #686868. Windows color (decimal): -2280131 or 4011485. OLE color: 4011485.
HSL color Cylindrical-coordinate representation of color #DD353D: hue angle of 357.14º 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 #DD353D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 61 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 357.14º | 0.71% | 0.54% | - |
| HSV(B) | 357.14º | 0.76% | 0.87% | - |
| XYZ | 31.93 | 18.26 | 6.26 | - |
| YUV | 104.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 61 | 0 | 0.76 | 0.72 | 0.13 | 357.14 | 0.71 | 0.54 |
| Hex | DD | 35 | 3D | 0 | 4C | 48 | D | 165 | 47 | 36 |
| Octal | 335 | 65 | 75 | 0 | 114 | 110 | 15 | 545 | 107 | 66 |
| Binary | 11011101 | 110101 | 111101 | 0 | 1001100 | 1001000 | 1101 | 101100101 | 1000111 | 110110 |
Color Harmonies of #DD353D
Complementary color
Monochromatic Colors of #DD353D
Black with #DD353D
Text Example
Text Example
White with #DD353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD353D; }
p { color: rgb(221,53,61); }
H1.HeaderClassName
{
color: #DD353D;
}
.AnyTagClassName
{
color: #DD353D;
}
</style>
background-color css
<style>
a { background-color: #DD353D; }
a { background-color: rgb(221,53,61); }
div.DivClassName
{
background-color: #DD353D;
}
.BgClassName
{
background-color: #DD353D;
}
</style>
border-color css
<style>
span { border-color: #DD353D; }
span { border-color: rgb(221,53,61); }
td.TdClassName
{
border-color: #DD353D;
}
.TagClassName
{
border-color: #DD353D;
}
</style>