Shades of Alizarin #DD2A2E
Tints of Alizarin #DD2A2E
RGB
CMYK
RGB Variations
Color information
#DD2A2E (or 0xDD2A2E) is known color: Alizarin. HEX triplet: DD, 2A and 2E. RGB value is (221,42,46). Sum of RGB (Red+Green+Blue) = 221+42+46=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A2E is #22D5D1. Grayscale: #606060. Windows color (decimal): -2282962 or 3025629. OLE color: 3025629.
HSL color Cylindrical-coordinate representation of color #DD2A2E: hue angle of 358.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A2E is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 46 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.13 |
| HSL | 358.66º | 0.72% | 0.52% | - |
| HSV(B) | 358.66º | 0.81% | 0.87% | - |
| XYZ | 31.14 | 17.23 | 4.27 | - |
| YUV | 95.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 46 | 0 | 0.81 | 0.79 | 0.13 | 358.66 | 0.72 | 0.52 |
| Hex | DD | 2A | 2E | 0 | 51 | 4F | D | 167 | 48 | 34 |
| Octal | 335 | 52 | 56 | 0 | 121 | 117 | 15 | 547 | 110 | 64 |
| Binary | 11011101 | 101010 | 101110 | 0 | 1010001 | 1001111 | 1101 | 101100111 | 1001000 | 110100 |
Color Harmonies of #DD2A2E
Complementary color
Monochromatic Colors of #DD2A2E
Black with #DD2A2E
Text Example
Text Example
White with #DD2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A2E; }
p { color: rgb(221,42,46); }
H1.HeaderClassName
{
color: #DD2A2E;
}
.AnyTagClassName
{
color: #DD2A2E;
}
</style>
background-color css
<style>
a { background-color: #DD2A2E; }
a { background-color: rgb(221,42,46); }
div.DivClassName
{
background-color: #DD2A2E;
}
.BgClassName
{
background-color: #DD2A2E;
}
</style>
border-color css
<style>
span { border-color: #DD2A2E; }
span { border-color: rgb(221,42,46); }
td.TdClassName
{
border-color: #DD2A2E;
}
.TagClassName
{
border-color: #DD2A2E;
}
</style>