Shades of Alizarin #DD2529
Tints of Alizarin #DD2529
RGB
CMYK
RGB Variations
Color information
#DD2529 (or 0xDD2529) is known color: Alizarin. HEX triplet: DD, 25 and 29. RGB value is (221,37,41). Sum of RGB (Red+Green+Blue) = 221+37+41=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2529 is #22DAD6. Grayscale: #5C5C5C. Windows color (decimal): -2284247 or 2696669. OLE color: 2696669.
HSL color Cylindrical-coordinate representation of color #DD2529: hue angle of 358.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.13 |
| HSL | 358.7º | 0.73% | 0.51% | - |
| HSV(B) | 358.7º | 0.83% | 0.87% | - |
| XYZ | 30.88 | 16.86 | 3.72 | - |
| YUV | 92.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 41 | 0 | 0.83 | 0.81 | 0.13 | 358.7 | 0.73 | 0.51 |
| Hex | DD | 25 | 29 | 0 | 53 | 51 | D | 167 | 49 | 33 |
| Octal | 335 | 45 | 51 | 0 | 123 | 121 | 15 | 547 | 111 | 63 |
| Binary | 11011101 | 100101 | 101001 | 0 | 1010011 | 1010001 | 1101 | 101100111 | 1001001 | 110011 |
Color Harmonies of #DD2529
Complementary color
Monochromatic Colors of #DD2529
Black with #DD2529
Text Example
Text Example
White with #DD2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2529; }
p { color: rgb(221,37,41); }
H1.HeaderClassName
{
color: #DD2529;
}
.AnyTagClassName
{
color: #DD2529;
}
</style>
background-color css
<style>
a { background-color: #DD2529; }
a { background-color: rgb(221,37,41); }
div.DivClassName
{
background-color: #DD2529;
}
.BgClassName
{
background-color: #DD2529;
}
</style>
border-color css
<style>
span { border-color: #DD2529; }
span { border-color: rgb(221,37,41); }
td.TdClassName
{
border-color: #DD2529;
}
.TagClassName
{
border-color: #DD2529;
}
</style>