Shades of Alizarin #DD2026
Tints of Alizarin #DD2026
RGB
CMYK
RGB Variations
Color information
#DD2026 (or 0xDD2026) is known color: Alizarin. HEX triplet: DD, 20 and 26. RGB value is (221,32,38). Sum of RGB (Red+Green+Blue) = 221+32+38=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2026 is #22DFD9. Grayscale: #595959. Windows color (decimal): -2285530 or 2498781. OLE color: 2498781.
HSL color Cylindrical-coordinate representation of color #DD2026: hue angle of 358.1º 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 #DD2026 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 38 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.13 |
| HSL | 358.1º | 0.75% | 0.5% | - |
| HSV(B) | 358.1º | 0.86% | 0.87% | - |
| XYZ | 30.69 | 16.55 | 3.41 | - |
| YUV | 89.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 38 | 0 | 0.86 | 0.83 | 0.13 | 358.1 | 0.75 | 0.5 |
| Hex | DD | 20 | 26 | 0 | 56 | 53 | D | 166 | 4B | 32 |
| Octal | 335 | 40 | 46 | 0 | 126 | 123 | 15 | 546 | 113 | 62 |
| Binary | 11011101 | 100000 | 100110 | 0 | 1010110 | 1010011 | 1101 | 101100110 | 1001011 | 110010 |
Color Harmonies of #DD2026
Complementary color
Monochromatic Colors of #DD2026
Black with #DD2026
Text Example
Text Example
White with #DD2026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2026; }
p { color: rgb(221,32,38); }
H1.HeaderClassName
{
color: #DD2026;
}
.AnyTagClassName
{
color: #DD2026;
}
</style>
background-color css
<style>
a { background-color: #DD2026; }
a { background-color: rgb(221,32,38); }
div.DivClassName
{
background-color: #DD2026;
}
.BgClassName
{
background-color: #DD2026;
}
</style>
border-color css
<style>
span { border-color: #DD2026; }
span { border-color: rgb(221,32,38); }
td.TdClassName
{
border-color: #DD2026;
}
.TagClassName
{
border-color: #DD2026;
}
</style>