Shades of Alizarin #DD3536
Tints of Alizarin #DD3536
RGB
CMYK
RGB Variations
Color information
#DD3536 (or 0xDD3536) is known color: Alizarin. HEX triplet: DD, 35 and 36. RGB value is (221,53,54). Sum of RGB (Red+Green+Blue) = 221+53+54=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3536 is #22CAC9. Grayscale: #676767. Windows color (decimal): -2280138 or 3552733. OLE color: 3552733.
HSL color Cylindrical-coordinate representation of color #DD3536: hue angle of 359.64º 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 #DD3536 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 54 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.13 |
| HSL | 359.64º | 0.71% | 0.54% | - |
| HSV(B) | 359.64º | 0.76% | 0.87% | - |
| XYZ | 31.76 | 18.18 | 5.33 | - |
| YUV | 103.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 54 | 0 | 0.76 | 0.76 | 0.13 | 359.64 | 0.71 | 0.54 |
| Hex | DD | 35 | 36 | 0 | 4C | 4C | D | 168 | 47 | 36 |
| Octal | 335 | 65 | 66 | 0 | 114 | 114 | 15 | 550 | 107 | 66 |
| Binary | 11011101 | 110101 | 110110 | 0 | 1001100 | 1001100 | 1101 | 101101000 | 1000111 | 110110 |
Color Harmonies of #DD3536
Complementary color
Monochromatic Colors of #DD3536
Black with #DD3536
Text Example
Text Example
White with #DD3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3536; }
p { color: rgb(221,53,54); }
H1.HeaderClassName
{
color: #DD3536;
}
.AnyTagClassName
{
color: #DD3536;
}
</style>
background-color css
<style>
a { background-color: #DD3536; }
a { background-color: rgb(221,53,54); }
div.DivClassName
{
background-color: #DD3536;
}
.BgClassName
{
background-color: #DD3536;
}
</style>
border-color css
<style>
span { border-color: #DD3536; }
span { border-color: rgb(221,53,54); }
td.TdClassName
{
border-color: #DD3536;
}
.TagClassName
{
border-color: #DD3536;
}
</style>