Shades of Alizarin #DD2841
Tints of Alizarin #DD2841
RGB
CMYK
RGB Variations
Color information
#DD2841 (or 0xDD2841) is known color: Alizarin. HEX triplet: DD, 28 and 41. RGB value is (221,40,65). Sum of RGB (Red+Green+Blue) = 221+40+65=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2841 is #22D7BE. Grayscale: #616161. Windows color (decimal): -2283455 or 4270301. OLE color: 4270301.
HSL color Cylindrical-coordinate representation of color #DD2841: hue angle of 351.71º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2841 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 65 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.13 |
| HSL | 351.71º | 0.73% | 0.51% | - |
| HSV(B) | 351.71º | 0.82% | 0.87% | - |
| XYZ | 31.53 | 17.27 | 6.67 | - |
| YUV | 96.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 65 | 0 | 0.82 | 0.71 | 0.13 | 351.71 | 0.73 | 0.51 |
| Hex | DD | 28 | 41 | 0 | 52 | 47 | D | 160 | 49 | 33 |
| Octal | 335 | 50 | 101 | 0 | 122 | 107 | 15 | 540 | 111 | 63 |
| Binary | 11011101 | 101000 | 1000001 | 0 | 1010010 | 1000111 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DD2841
Complementary color
Monochromatic Colors of #DD2841
Black with #DD2841
Text Example
Text Example
White with #DD2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2841; }
p { color: rgb(221,40,65); }
H1.HeaderClassName
{
color: #DD2841;
}
.AnyTagClassName
{
color: #DD2841;
}
</style>
background-color css
<style>
a { background-color: #DD2841; }
a { background-color: rgb(221,40,65); }
div.DivClassName
{
background-color: #DD2841;
}
.BgClassName
{
background-color: #DD2841;
}
</style>
border-color css
<style>
span { border-color: #DD2841; }
span { border-color: rgb(221,40,65); }
td.TdClassName
{
border-color: #DD2841;
}
.TagClassName
{
border-color: #DD2841;
}
</style>