Shades of Alizarin #DD2941
Tints of Alizarin #DD2941
RGB
CMYK
RGB Variations
Color information
#DD2941 (or 0xDD2941) is known color: Alizarin. HEX triplet: DD, 29 and 41. RGB value is (221,41,65). Sum of RGB (Red+Green+Blue) = 221+41+65=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2941 is #22D6BE. Grayscale: #616161. Windows color (decimal): -2283199 or 4270557. OLE color: 4270557.
HSL color Cylindrical-coordinate representation of color #DD2941: hue angle of 352º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2941 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.13 |
| HSL | 352º | 0.73% | 0.51% | - |
| HSV(B) | 352º | 0.81% | 0.87% | - |
| XYZ | 31.57 | 17.34 | 6.68 | - |
| YUV | 97.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 65 | 0 | 0.81 | 0.71 | 0.13 | 352 | 0.73 | 0.51 |
| Hex | DD | 29 | 41 | 0 | 51 | 47 | D | 160 | 49 | 33 |
| Octal | 335 | 51 | 101 | 0 | 121 | 107 | 15 | 540 | 111 | 63 |
| Binary | 11011101 | 101001 | 1000001 | 0 | 1010001 | 1000111 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DD2941
Complementary color
Monochromatic Colors of #DD2941
Black with #DD2941
Text Example
Text Example
White with #DD2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2941; }
p { color: rgb(221,41,65); }
H1.HeaderClassName
{
color: #DD2941;
}
.AnyTagClassName
{
color: #DD2941;
}
</style>
background-color css
<style>
a { background-color: #DD2941; }
a { background-color: rgb(221,41,65); }
div.DivClassName
{
background-color: #DD2941;
}
.BgClassName
{
background-color: #DD2941;
}
</style>
border-color css
<style>
span { border-color: #DD2941; }
span { border-color: rgb(221,41,65); }
td.TdClassName
{
border-color: #DD2941;
}
.TagClassName
{
border-color: #DD2941;
}
</style>