Shades of Alizarin #DD3032
Tints of Alizarin #DD3032
RGB
CMYK
RGB Variations
Color information
#DD3032 (or 0xDD3032) is known color: Alizarin. HEX triplet: DD, 30 and 32. RGB value is (221,48,50). Sum of RGB (Red+Green+Blue) = 221+48+50=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3032 is #22CFCD. Grayscale: #646464. Windows color (decimal): -2281422 or 3289309. OLE color: 3289309.
HSL color Cylindrical-coordinate representation of color #DD3032: hue angle of 359.31º 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 #DD3032 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 50 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.13 |
| HSL | 359.31º | 0.72% | 0.53% | - |
| HSV(B) | 359.31º | 0.78% | 0.87% | - |
| XYZ | 31.45 | 17.72 | 4.78 | - |
| YUV | 99.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 50 | 0 | 0.78 | 0.77 | 0.13 | 359.31 | 0.72 | 0.53 |
| Hex | DD | 30 | 32 | 0 | 4E | 4D | D | 167 | 48 | 35 |
| Octal | 335 | 60 | 62 | 0 | 116 | 115 | 15 | 547 | 110 | 65 |
| Binary | 11011101 | 110000 | 110010 | 0 | 1001110 | 1001101 | 1101 | 101100111 | 1001000 | 110101 |
Color Harmonies of #DD3032
Complementary color
Monochromatic Colors of #DD3032
Black with #DD3032
Text Example
Text Example
White with #DD3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3032; }
p { color: rgb(221,48,50); }
H1.HeaderClassName
{
color: #DD3032;
}
.AnyTagClassName
{
color: #DD3032;
}
</style>
background-color css
<style>
a { background-color: #DD3032; }
a { background-color: rgb(221,48,50); }
div.DivClassName
{
background-color: #DD3032;
}
.BgClassName
{
background-color: #DD3032;
}
</style>
border-color css
<style>
span { border-color: #DD3032; }
span { border-color: rgb(221,48,50); }
td.TdClassName
{
border-color: #DD3032;
}
.TagClassName
{
border-color: #DD3032;
}
</style>