Shades of Alizarin #DD3040
Tints of Alizarin #DD3040
RGB
CMYK
RGB Variations
Color information
#DD3040 (or 0xDD3040) is known color: Alizarin. HEX triplet: DD, 30 and 40. RGB value is (221,48,64). Sum of RGB (Red+Green+Blue) = 221+48+64=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3040 is #22CFBF. Grayscale: #656565. Windows color (decimal): -2281408 or 4206813. OLE color: 4206813.
HSL color Cylindrical-coordinate representation of color #DD3040: hue angle of 354.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3040 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 64 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.13 |
| HSL | 354.45º | 0.72% | 0.53% | - |
| HSV(B) | 354.45º | 0.78% | 0.87% | - |
| XYZ | 31.8 | 17.86 | 6.62 | - |
| YUV | 101.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 64 | 0 | 0.78 | 0.71 | 0.13 | 354.45 | 0.72 | 0.53 |
| Hex | DD | 30 | 40 | 0 | 4E | 47 | D | 162 | 48 | 35 |
| Octal | 335 | 60 | 100 | 0 | 116 | 107 | 15 | 542 | 110 | 65 |
| Binary | 11011101 | 110000 | 1000000 | 0 | 1001110 | 1000111 | 1101 | 101100010 | 1001000 | 110101 |
Color Harmonies of #DD3040
Complementary color
Monochromatic Colors of #DD3040
Black with #DD3040
Text Example
Text Example
White with #DD3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3040; }
p { color: rgb(221,48,64); }
H1.HeaderClassName
{
color: #DD3040;
}
.AnyTagClassName
{
color: #DD3040;
}
</style>
background-color css
<style>
a { background-color: #DD3040; }
a { background-color: rgb(221,48,64); }
div.DivClassName
{
background-color: #DD3040;
}
.BgClassName
{
background-color: #DD3040;
}
</style>
border-color css
<style>
span { border-color: #DD3040; }
span { border-color: rgb(221,48,64); }
td.TdClassName
{
border-color: #DD3040;
}
.TagClassName
{
border-color: #DD3040;
}
</style>