Shades of Alizarin #DD2441
Tints of Alizarin #DD2441
RGB
CMYK
RGB Variations
Color information
#DD2441 (or 0xDD2441) is known color: Alizarin. HEX triplet: DD, 24 and 41. RGB value is (221,36,65). Sum of RGB (Red+Green+Blue) = 221+36+65=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2441 is #22DBBE. Grayscale: #5E5E5E. Windows color (decimal): -2284479 or 4269277. OLE color: 4269277.
HSL color Cylindrical-coordinate representation of color #DD2441: hue angle of 350.59º 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 #DD2441 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 65 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.13 |
| HSL | 350.59º | 0.73% | 0.5% | - |
| HSV(B) | 350.59º | 0.84% | 0.87% | - |
| XYZ | 31.4 | 17.02 | 6.63 | - |
| YUV | 94.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 65 | 0 | 0.84 | 0.71 | 0.13 | 350.59 | 0.73 | 0.5 |
| Hex | DD | 24 | 41 | 0 | 54 | 47 | D | 15F | 49 | 32 |
| Octal | 335 | 44 | 101 | 0 | 124 | 107 | 15 | 537 | 111 | 62 |
| Binary | 11011101 | 100100 | 1000001 | 0 | 1010100 | 1000111 | 1101 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DD2441
Complementary color
Monochromatic Colors of #DD2441
Black with #DD2441
Text Example
Text Example
White with #DD2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2441; }
p { color: rgb(221,36,65); }
H1.HeaderClassName
{
color: #DD2441;
}
.AnyTagClassName
{
color: #DD2441;
}
</style>
background-color css
<style>
a { background-color: #DD2441; }
a { background-color: rgb(221,36,65); }
div.DivClassName
{
background-color: #DD2441;
}
.BgClassName
{
background-color: #DD2441;
}
</style>
border-color css
<style>
span { border-color: #DD2441; }
span { border-color: rgb(221,36,65); }
td.TdClassName
{
border-color: #DD2441;
}
.TagClassName
{
border-color: #DD2441;
}
</style>