Shades of Alizarin #DD2133
Tints of Alizarin #DD2133
RGB
CMYK
RGB Variations
Color information
#DD2133 (or 0xDD2133) is known color: Alizarin. HEX triplet: DD, 21 and 33. RGB value is (221,33,51). Sum of RGB (Red+Green+Blue) = 221+33+51=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2133 is #22DECC. Grayscale: #5B5B5B. Windows color (decimal): -2285261 or 3351005. OLE color: 3351005.
HSL color Cylindrical-coordinate representation of color #DD2133: hue angle of 354.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2133 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.13 |
| HSL | 354.26º | 0.74% | 0.5% | - |
| HSV(B) | 354.26º | 0.85% | 0.87% | - |
| XYZ | 30.96 | 16.7 | 4.72 | - |
| YUV | 91.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 51 | 0 | 0.85 | 0.77 | 0.13 | 354.26 | 0.74 | 0.5 |
| Hex | DD | 21 | 33 | 0 | 55 | 4D | D | 162 | 4A | 32 |
| Octal | 335 | 41 | 63 | 0 | 125 | 115 | 15 | 542 | 112 | 62 |
| Binary | 11011101 | 100001 | 110011 | 0 | 1010101 | 1001101 | 1101 | 101100010 | 1001010 | 110010 |
Color Harmonies of #DD2133
Complementary color
Monochromatic Colors of #DD2133
Black with #DD2133
Text Example
Text Example
White with #DD2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2133; }
p { color: rgb(221,33,51); }
H1.HeaderClassName
{
color: #DD2133;
}
.AnyTagClassName
{
color: #DD2133;
}
</style>
background-color css
<style>
a { background-color: #DD2133; }
a { background-color: rgb(221,33,51); }
div.DivClassName
{
background-color: #DD2133;
}
.BgClassName
{
background-color: #DD2133;
}
</style>
border-color css
<style>
span { border-color: #DD2133; }
span { border-color: rgb(221,33,51); }
td.TdClassName
{
border-color: #DD2133;
}
.TagClassName
{
border-color: #DD2133;
}
</style>