Shades of Alizarin #DD2038
Tints of Alizarin #DD2038
RGB
CMYK
RGB Variations
Color information
#DD2038 (or 0xDD2038) is known color: Alizarin. HEX triplet: DD, 20 and 38. RGB value is (221,32,56). Sum of RGB (Red+Green+Blue) = 221+32+56=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2038 is #22DFC7. Grayscale: #5B5B5B. Windows color (decimal): -2285512 or 3678429. OLE color: 3678429.
HSL color Cylindrical-coordinate representation of color #DD2038: hue angle of 352.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2038 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 56 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.13 |
| HSL | 352.38º | 0.75% | 0.5% | - |
| HSV(B) | 352.38º | 0.86% | 0.87% | - |
| XYZ | 31.05 | 16.69 | 5.33 | - |
| YUV | 91.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 56 | 0 | 0.86 | 0.75 | 0.13 | 352.38 | 0.75 | 0.5 |
| Hex | DD | 20 | 38 | 0 | 56 | 4B | D | 160 | 4B | 32 |
| Octal | 335 | 40 | 70 | 0 | 126 | 113 | 15 | 540 | 113 | 62 |
| Binary | 11011101 | 100000 | 111000 | 0 | 1010110 | 1001011 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DD2038
Complementary color
Monochromatic Colors of #DD2038
Black with #DD2038
Text Example
Text Example
White with #DD2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2038; }
p { color: rgb(221,32,56); }
H1.HeaderClassName
{
color: #DD2038;
}
.AnyTagClassName
{
color: #DD2038;
}
</style>
background-color css
<style>
a { background-color: #DD2038; }
a { background-color: rgb(221,32,56); }
div.DivClassName
{
background-color: #DD2038;
}
.BgClassName
{
background-color: #DD2038;
}
</style>
border-color css
<style>
span { border-color: #DD2038; }
span { border-color: rgb(221,32,56); }
td.TdClassName
{
border-color: #DD2038;
}
.TagClassName
{
border-color: #DD2038;
}
</style>