Shades of Alizarin #DD2A41
Tints of Alizarin #DD2A41
RGB
CMYK
RGB Variations
Color information
#DD2A41 (or 0xDD2A41) is known color: Alizarin. HEX triplet: DD, 2A and 41. RGB value is (221,42,65). Sum of RGB (Red+Green+Blue) = 221+42+65=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A41 is #22D5BE. Grayscale: #626262. Windows color (decimal): -2282943 or 4270813. OLE color: 4270813.
HSL color Cylindrical-coordinate representation of color #DD2A41: hue angle of 352.29º 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 #DD2A41 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 65 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.13 |
| HSL | 352.29º | 0.72% | 0.52% | - |
| HSV(B) | 352.29º | 0.81% | 0.87% | - |
| XYZ | 31.6 | 17.41 | 6.7 | - |
| YUV | 98.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 65 | 0 | 0.81 | 0.71 | 0.13 | 352.29 | 0.72 | 0.52 |
| Hex | DD | 2A | 41 | 0 | 51 | 47 | D | 160 | 48 | 34 |
| Octal | 335 | 52 | 101 | 0 | 121 | 107 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101010 | 1000001 | 0 | 1010001 | 1000111 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2A41
Complementary color
Monochromatic Colors of #DD2A41
Black with #DD2A41
Text Example
Text Example
White with #DD2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A41; }
p { color: rgb(221,42,65); }
H1.HeaderClassName
{
color: #DD2A41;
}
.AnyTagClassName
{
color: #DD2A41;
}
</style>
background-color css
<style>
a { background-color: #DD2A41; }
a { background-color: rgb(221,42,65); }
div.DivClassName
{
background-color: #DD2A41;
}
.BgClassName
{
background-color: #DD2A41;
}
</style>
border-color css
<style>
span { border-color: #DD2A41; }
span { border-color: rgb(221,42,65); }
td.TdClassName
{
border-color: #DD2A41;
}
.TagClassName
{
border-color: #DD2A41;
}
</style>