Shades of Alizarin #DD2440
Tints of Alizarin #DD2440
RGB
CMYK
RGB Variations
Color information
#DD2440 (or 0xDD2440) is known color: Alizarin. HEX triplet: DD, 24 and 40. RGB value is (221,36,64). Sum of RGB (Red+Green+Blue) = 221+36+64=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2440 is #22DBBF. Grayscale: #5E5E5E. Windows color (decimal): -2284480 or 4203741. OLE color: 4203741.
HSL color Cylindrical-coordinate representation of color #DD2440: hue angle of 350.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2440 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.13 |
| HSL | 350.92º | 0.73% | 0.5% | - |
| HSV(B) | 350.92º | 0.84% | 0.87% | - |
| XYZ | 31.38 | 17 | 6.48 | - |
| YUV | 94.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 64 | 0 | 0.84 | 0.71 | 0.13 | 350.92 | 0.73 | 0.5 |
| Hex | DD | 24 | 40 | 0 | 54 | 47 | D | 15F | 49 | 32 |
| Octal | 335 | 44 | 100 | 0 | 124 | 107 | 15 | 537 | 111 | 62 |
| Binary | 11011101 | 100100 | 1000000 | 0 | 1010100 | 1000111 | 1101 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DD2440
Complementary color
Monochromatic Colors of #DD2440
Black with #DD2440
Text Example
Text Example
White with #DD2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2440; }
p { color: rgb(221,36,64); }
H1.HeaderClassName
{
color: #DD2440;
}
.AnyTagClassName
{
color: #DD2440;
}
</style>
background-color css
<style>
a { background-color: #DD2440; }
a { background-color: rgb(221,36,64); }
div.DivClassName
{
background-color: #DD2440;
}
.BgClassName
{
background-color: #DD2440;
}
</style>
border-color css
<style>
span { border-color: #DD2440; }
span { border-color: rgb(221,36,64); }
td.TdClassName
{
border-color: #DD2440;
}
.TagClassName
{
border-color: #DD2440;
}
</style>