Shades of Alizarin #DD1B29
Tints of Alizarin #DD1B29
RGB
CMYK
RGB Variations
Color information
#DD1B29 (or 0xDD1B29) is known color: Alizarin. HEX triplet: DD, 1B and 29. RGB value is (221,27,41). Sum of RGB (Red+Green+Blue) = 221+27+41=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B29 is #22E4D6. Grayscale: #565656. Windows color (decimal): -2286807 or 2694109. OLE color: 2694109.
HSL color Cylindrical-coordinate representation of color #DD1B29: hue angle of 355.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B29 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 41 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.13 |
| HSL | 355.67º | 0.78% | 0.49% | - |
| HSV(B) | 355.67º | 0.88% | 0.87% | - |
| XYZ | 30.61 | 16.32 | 3.63 | - |
| YUV | 86.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 41 | 0 | 0.88 | 0.81 | 0.13 | 355.67 | 0.78 | 0.49 |
| Hex | DD | 1B | 29 | 0 | 58 | 51 | D | 164 | 4E | 31 |
| Octal | 335 | 33 | 51 | 0 | 130 | 121 | 15 | 544 | 116 | 61 |
| Binary | 11011101 | 11011 | 101001 | 0 | 1011000 | 1010001 | 1101 | 101100100 | 1001110 | 110001 |
Color Harmonies of #DD1B29
Complementary color
Monochromatic Colors of #DD1B29
Black with #DD1B29
Text Example
Text Example
White with #DD1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B29; }
p { color: rgb(221,27,41); }
H1.HeaderClassName
{
color: #DD1B29;
}
.AnyTagClassName
{
color: #DD1B29;
}
</style>
background-color css
<style>
a { background-color: #DD1B29; }
a { background-color: rgb(221,27,41); }
div.DivClassName
{
background-color: #DD1B29;
}
.BgClassName
{
background-color: #DD1B29;
}
</style>
border-color css
<style>
span { border-color: #DD1B29; }
span { border-color: rgb(221,27,41); }
td.TdClassName
{
border-color: #DD1B29;
}
.TagClassName
{
border-color: #DD1B29;
}
</style>