Shades of Alizarin #DD2D40
Tints of Alizarin #DD2D40
RGB
CMYK
RGB Variations
Color information
#DD2D40 (or 0xDD2D40) is known color: Alizarin. HEX triplet: DD, 2D and 40. RGB value is (221,45,64). Sum of RGB (Red+Green+Blue) = 221+45+64=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D40 is #22D2BF. Grayscale: #636363. Windows color (decimal): -2282176 or 4206045. OLE color: 4206045.
HSL color Cylindrical-coordinate representation of color #DD2D40: hue angle of 353.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D40 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 64 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.13 |
| HSL | 353.52º | 0.72% | 0.52% | - |
| HSV(B) | 353.52º | 0.8% | 0.87% | - |
| XYZ | 31.68 | 17.62 | 6.58 | - |
| YUV | 99.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 64 | 0 | 0.80 | 0.71 | 0.13 | 353.52 | 0.72 | 0.52 |
| Hex | DD | 2D | 40 | 0 | 50 | 47 | D | 162 | 48 | 34 |
| Octal | 335 | 55 | 100 | 0 | 120 | 107 | 15 | 542 | 110 | 64 |
| Binary | 11011101 | 101101 | 1000000 | 0 | 1010000 | 1000111 | 1101 | 101100010 | 1001000 | 110100 |
Color Harmonies of #DD2D40
Complementary color
Monochromatic Colors of #DD2D40
Black with #DD2D40
Text Example
Text Example
White with #DD2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D40; }
p { color: rgb(221,45,64); }
H1.HeaderClassName
{
color: #DD2D40;
}
.AnyTagClassName
{
color: #DD2D40;
}
</style>
background-color css
<style>
a { background-color: #DD2D40; }
a { background-color: rgb(221,45,64); }
div.DivClassName
{
background-color: #DD2D40;
}
.BgClassName
{
background-color: #DD2D40;
}
</style>
border-color css
<style>
span { border-color: #DD2D40; }
span { border-color: rgb(221,45,64); }
td.TdClassName
{
border-color: #DD2D40;
}
.TagClassName
{
border-color: #DD2D40;
}
</style>