Shades of Alizarin #DD2337
Tints of Alizarin #DD2337
RGB
CMYK
RGB Variations
Color information
#DD2337 (or 0xDD2337) is known color: Alizarin. HEX triplet: DD, 23 and 37. RGB value is (221,35,55). Sum of RGB (Red+Green+Blue) = 221+35+55=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2337 is #22DCC8. Grayscale: #5C5C5C. Windows color (decimal): -2284745 or 3613661. OLE color: 3613661.
HSL color Cylindrical-coordinate representation of color #DD2337: hue angle of 353.55º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2337 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 55 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.13 |
| HSL | 353.55º | 0.73% | 0.5% | - |
| HSV(B) | 353.55º | 0.84% | 0.87% | - |
| XYZ | 31.11 | 16.85 | 5.23 | - |
| YUV | 92.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 55 | 0 | 0.84 | 0.75 | 0.13 | 353.55 | 0.73 | 0.5 |
| Hex | DD | 23 | 37 | 0 | 54 | 4B | D | 162 | 49 | 32 |
| Octal | 335 | 43 | 67 | 0 | 124 | 113 | 15 | 542 | 111 | 62 |
| Binary | 11011101 | 100011 | 110111 | 0 | 1010100 | 1001011 | 1101 | 101100010 | 1001001 | 110010 |
Color Harmonies of #DD2337
Complementary color
Monochromatic Colors of #DD2337
Black with #DD2337
Text Example
Text Example
White with #DD2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2337; }
p { color: rgb(221,35,55); }
H1.HeaderClassName
{
color: #DD2337;
}
.AnyTagClassName
{
color: #DD2337;
}
</style>
background-color css
<style>
a { background-color: #DD2337; }
a { background-color: rgb(221,35,55); }
div.DivClassName
{
background-color: #DD2337;
}
.BgClassName
{
background-color: #DD2337;
}
</style>
border-color css
<style>
span { border-color: #DD2337; }
span { border-color: rgb(221,35,55); }
td.TdClassName
{
border-color: #DD2337;
}
.TagClassName
{
border-color: #DD2337;
}
</style>