Shades of Alizarin #DD3540
Tints of Alizarin #DD3540
RGB
CMYK
RGB Variations
Color information
#DD3540 (or 0xDD3540) is known color: Alizarin. HEX triplet: DD, 35 and 40. RGB value is (221,53,64). Sum of RGB (Red+Green+Blue) = 221+53+64=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3540 is #22CABF. Grayscale: #686868. Windows color (decimal): -2280128 or 4208093. OLE color: 4208093.
HSL color Cylindrical-coordinate representation of color #DD3540: hue angle of 356.07º 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 #DD3540 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 64 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.13 |
| HSL | 356.07º | 0.71% | 0.54% | - |
| HSV(B) | 356.07º | 0.76% | 0.87% | - |
| XYZ | 32.02 | 18.29 | 6.69 | - |
| YUV | 104.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 64 | 0 | 0.76 | 0.71 | 0.13 | 356.07 | 0.71 | 0.54 |
| Hex | DD | 35 | 40 | 0 | 4C | 47 | D | 164 | 47 | 36 |
| Octal | 335 | 65 | 100 | 0 | 114 | 107 | 15 | 544 | 107 | 66 |
| Binary | 11011101 | 110101 | 1000000 | 0 | 1001100 | 1000111 | 1101 | 101100100 | 1000111 | 110110 |
Color Harmonies of #DD3540
Complementary color
Monochromatic Colors of #DD3540
Black with #DD3540
Text Example
Text Example
White with #DD3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3540; }
p { color: rgb(221,53,64); }
H1.HeaderClassName
{
color: #DD3540;
}
.AnyTagClassName
{
color: #DD3540;
}
</style>
background-color css
<style>
a { background-color: #DD3540; }
a { background-color: rgb(221,53,64); }
div.DivClassName
{
background-color: #DD3540;
}
.BgClassName
{
background-color: #DD3540;
}
</style>
border-color css
<style>
span { border-color: #DD3540; }
span { border-color: rgb(221,53,64); }
td.TdClassName
{
border-color: #DD3540;
}
.TagClassName
{
border-color: #DD3540;
}
</style>