Shades of Alizarin #DD292A
Tints of Alizarin #DD292A
RGB
CMYK
RGB Variations
Color information
#DD292A (or 0xDD292A) is known color: Alizarin. HEX triplet: DD, 29 and 2A. RGB value is (221,41,42). Sum of RGB (Red+Green+Blue) = 221+41+42=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292A is #22D6D5. Grayscale: #5F5F5F. Windows color (decimal): -2283222 or 2763229. OLE color: 2763229.
HSL color Cylindrical-coordinate representation of color #DD292A: hue angle of 359.67º 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 #DD292A is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 42 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.13 |
| HSL | 359.67º | 0.73% | 0.51% | - |
| HSV(B) | 359.67º | 0.81% | 0.87% | - |
| XYZ | 31.03 | 17.13 | 3.86 | - |
| YUV | 94.93 | 98.13 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 42 | 0 | 0.81 | 0.81 | 0.13 | 359.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 2A | 0 | 51 | 51 | D | 168 | 49 | 33 |
| Octal | 335 | 51 | 52 | 0 | 121 | 121 | 15 | 550 | 111 | 63 |
| Binary | 11011101 | 101001 | 101010 | 0 | 1010001 | 1010001 | 1101 | 101101000 | 1001001 | 110011 |
Color Harmonies of #DD292A
Complementary color
Monochromatic Colors of #DD292A
Black with #DD292A
Text Example
Text Example
White with #DD292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD292A; }
p { color: rgb(221,41,42); }
H1.HeaderClassName
{
color: #DD292A;
}
.AnyTagClassName
{
color: #DD292A;
}
</style>
background-color css
<style>
a { background-color: #DD292A; }
a { background-color: rgb(221,41,42); }
div.DivClassName
{
background-color: #DD292A;
}
.BgClassName
{
background-color: #DD292A;
}
</style>
border-color css
<style>
span { border-color: #DD292A; }
span { border-color: rgb(221,41,42); }
td.TdClassName
{
border-color: #DD292A;
}
.TagClassName
{
border-color: #DD292A;
}
</style>