Shades of Alizarin #DD2E3B
Tints of Alizarin #DD2E3B
RGB
CMYK
RGB Variations
Color information
#DD2E3B (or 0xDD2E3B) is known color: Alizarin. HEX triplet: DD, 2E and 3B. RGB value is (221,46,59). Sum of RGB (Red+Green+Blue) = 221+46+59=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E3B is #22D1C4. Grayscale: #636363. Windows color (decimal): -2281925 or 3878621. OLE color: 3878621.
HSL color Cylindrical-coordinate representation of color #DD2E3B: hue angle of 355.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E3B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 59 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.13 |
| HSL | 355.54º | 0.72% | 0.52% | - |
| HSV(B) | 355.54º | 0.79% | 0.87% | - |
| XYZ | 31.59 | 17.64 | 5.88 | - |
| YUV | 99.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 59 | 0 | 0.79 | 0.73 | 0.13 | 355.54 | 0.72 | 0.52 |
| Hex | DD | 2E | 3B | 0 | 4F | 49 | D | 164 | 48 | 34 |
| Octal | 335 | 56 | 73 | 0 | 117 | 111 | 15 | 544 | 110 | 64 |
| Binary | 11011101 | 101110 | 111011 | 0 | 1001111 | 1001001 | 1101 | 101100100 | 1001000 | 110100 |
Color Harmonies of #DD2E3B
Complementary color
Monochromatic Colors of #DD2E3B
Black with #DD2E3B
Text Example
Text Example
White with #DD2E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E3B; }
p { color: rgb(221,46,59); }
H1.HeaderClassName
{
color: #DD2E3B;
}
.AnyTagClassName
{
color: #DD2E3B;
}
</style>
background-color css
<style>
a { background-color: #DD2E3B; }
a { background-color: rgb(221,46,59); }
div.DivClassName
{
background-color: #DD2E3B;
}
.BgClassName
{
background-color: #DD2E3B;
}
</style>
border-color css
<style>
span { border-color: #DD2E3B; }
span { border-color: rgb(221,46,59); }
td.TdClassName
{
border-color: #DD2E3B;
}
.TagClassName
{
border-color: #DD2E3B;
}
</style>