Shades of Alizarin #DD2935
Tints of Alizarin #DD2935
RGB
CMYK
RGB Variations
Color information
#DD2935 (or 0xDD2935) is known color: Alizarin. HEX triplet: DD, 29 and 35. RGB value is (221,41,53). Sum of RGB (Red+Green+Blue) = 221+41+53=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2935 is #22D6CA. Grayscale: #606060. Windows color (decimal): -2283211 or 3484125. OLE color: 3484125.
HSL color Cylindrical-coordinate representation of color #DD2935: hue angle of 356º 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 #DD2935 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 53 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.13 |
| HSL | 356º | 0.73% | 0.51% | - |
| HSV(B) | 356º | 0.81% | 0.87% | - |
| XYZ | 31.25 | 17.22 | 5.04 | - |
| YUV | 96.19 | 103.63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 53 | 0 | 0.81 | 0.76 | 0.13 | 356 | 0.73 | 0.51 |
| Hex | DD | 29 | 35 | 0 | 51 | 4C | D | 164 | 49 | 33 |
| Octal | 335 | 51 | 65 | 0 | 121 | 114 | 15 | 544 | 111 | 63 |
| Binary | 11011101 | 101001 | 110101 | 0 | 1010001 | 1001100 | 1101 | 101100100 | 1001001 | 110011 |
Color Harmonies of #DD2935
Complementary color
Monochromatic Colors of #DD2935
Black with #DD2935
Text Example
Text Example
White with #DD2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2935; }
p { color: rgb(221,41,53); }
H1.HeaderClassName
{
color: #DD2935;
}
.AnyTagClassName
{
color: #DD2935;
}
</style>
background-color css
<style>
a { background-color: #DD2935; }
a { background-color: rgb(221,41,53); }
div.DivClassName
{
background-color: #DD2935;
}
.BgClassName
{
background-color: #DD2935;
}
</style>
border-color css
<style>
span { border-color: #DD2935; }
span { border-color: rgb(221,41,53); }
td.TdClassName
{
border-color: #DD2935;
}
.TagClassName
{
border-color: #DD2935;
}
</style>