Shades of Alizarin #DD2E33
Tints of Alizarin #DD2E33
RGB
CMYK
RGB Variations
Color information
#DD2E33 (or 0xDD2E33) is known color: Alizarin. HEX triplet: DD, 2E and 33. RGB value is (221,46,51). Sum of RGB (Red+Green+Blue) = 221+46+51=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E33 is #22D1CC. Grayscale: #636363. Windows color (decimal): -2281933 or 3354333. OLE color: 3354333.
HSL color Cylindrical-coordinate representation of color #DD2E33: hue angle of 358.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E33 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 51 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.13 |
| HSL | 358.29º | 0.72% | 0.52% | - |
| HSV(B) | 358.29º | 0.79% | 0.87% | - |
| XYZ | 31.39 | 17.57 | 4.87 | - |
| YUV | 98.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 51 | 0 | 0.79 | 0.77 | 0.13 | 358.29 | 0.72 | 0.52 |
| Hex | DD | 2E | 33 | 0 | 4F | 4D | D | 166 | 48 | 34 |
| Octal | 335 | 56 | 63 | 0 | 117 | 115 | 15 | 546 | 110 | 64 |
| Binary | 11011101 | 101110 | 110011 | 0 | 1001111 | 1001101 | 1101 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DD2E33
Complementary color
Monochromatic Colors of #DD2E33
Black with #DD2E33
Text Example
Text Example
White with #DD2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E33; }
p { color: rgb(221,46,51); }
H1.HeaderClassName
{
color: #DD2E33;
}
.AnyTagClassName
{
color: #DD2E33;
}
</style>
background-color css
<style>
a { background-color: #DD2E33; }
a { background-color: rgb(221,46,51); }
div.DivClassName
{
background-color: #DD2E33;
}
.BgClassName
{
background-color: #DD2E33;
}
</style>
border-color css
<style>
span { border-color: #DD2E33; }
span { border-color: rgb(221,46,51); }
td.TdClassName
{
border-color: #DD2E33;
}
.TagClassName
{
border-color: #DD2E33;
}
</style>