Shades of Alizarin #DD2533
Tints of Alizarin #DD2533
RGB
CMYK
RGB Variations
Color information
#DD2533 (or 0xDD2533) is known color: Alizarin. HEX triplet: DD, 25 and 33. RGB value is (221,37,51). Sum of RGB (Red+Green+Blue) = 221+37+51=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2533 is #22DACC. Grayscale: #5D5D5D. Windows color (decimal): -2284237 or 3352029. OLE color: 3352029.
HSL color Cylindrical-coordinate representation of color #DD2533: hue angle of 355.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2533 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.13 |
| HSL | 355.43º | 0.73% | 0.51% | - |
| HSV(B) | 355.43º | 0.83% | 0.87% | - |
| XYZ | 31.08 | 16.93 | 4.76 | - |
| YUV | 93.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 51 | 0 | 0.83 | 0.77 | 0.13 | 355.43 | 0.73 | 0.51 |
| Hex | DD | 25 | 33 | 0 | 53 | 4D | D | 163 | 49 | 33 |
| Octal | 335 | 45 | 63 | 0 | 123 | 115 | 15 | 543 | 111 | 63 |
| Binary | 11011101 | 100101 | 110011 | 0 | 1010011 | 1001101 | 1101 | 101100011 | 1001001 | 110011 |
Color Harmonies of #DD2533
Complementary color
Monochromatic Colors of #DD2533
Black with #DD2533
Text Example
Text Example
White with #DD2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2533; }
p { color: rgb(221,37,51); }
H1.HeaderClassName
{
color: #DD2533;
}
.AnyTagClassName
{
color: #DD2533;
}
</style>
background-color css
<style>
a { background-color: #DD2533; }
a { background-color: rgb(221,37,51); }
div.DivClassName
{
background-color: #DD2533;
}
.BgClassName
{
background-color: #DD2533;
}
</style>
border-color css
<style>
span { border-color: #DD2533; }
span { border-color: rgb(221,37,51); }
td.TdClassName
{
border-color: #DD2533;
}
.TagClassName
{
border-color: #DD2533;
}
</style>