Shades of Alizarin #DD2A31
Tints of Alizarin #DD2A31
RGB
CMYK
RGB Variations
Color information
#DD2A31 (or 0xDD2A31) is known color: Alizarin. HEX triplet: DD, 2A and 31. RGB value is (221,42,49). Sum of RGB (Red+Green+Blue) = 221+42+49=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A31 is #22D5CE. Grayscale: #606060. Windows color (decimal): -2282959 or 3222237. OLE color: 3222237.
HSL color Cylindrical-coordinate representation of color #DD2A31: hue angle of 357.65º 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 #DD2A31 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 49 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.13 |
| HSL | 357.65º | 0.72% | 0.52% | - |
| HSV(B) | 357.65º | 0.81% | 0.87% | - |
| XYZ | 31.2 | 17.25 | 4.59 | - |
| YUV | 96.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 49 | 0 | 0.81 | 0.78 | 0.13 | 357.65 | 0.72 | 0.52 |
| Hex | DD | 2A | 31 | 0 | 51 | 4E | D | 166 | 48 | 34 |
| Octal | 335 | 52 | 61 | 0 | 121 | 116 | 15 | 546 | 110 | 64 |
| Binary | 11011101 | 101010 | 110001 | 0 | 1010001 | 1001110 | 1101 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DD2A31
Complementary color
Monochromatic Colors of #DD2A31
Black with #DD2A31
Text Example
Text Example
White with #DD2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A31; }
p { color: rgb(221,42,49); }
H1.HeaderClassName
{
color: #DD2A31;
}
.AnyTagClassName
{
color: #DD2A31;
}
</style>
background-color css
<style>
a { background-color: #DD2A31; }
a { background-color: rgb(221,42,49); }
div.DivClassName
{
background-color: #DD2A31;
}
.BgClassName
{
background-color: #DD2A31;
}
</style>
border-color css
<style>
span { border-color: #DD2A31; }
span { border-color: rgb(221,42,49); }
td.TdClassName
{
border-color: #DD2A31;
}
.TagClassName
{
border-color: #DD2A31;
}
</style>