Shades of Alizarin #DD2443
Tints of Alizarin #DD2443
RGB
CMYK
RGB Variations
Color information
#DD2443 (or 0xDD2443) is known color: Alizarin. HEX triplet: DD, 24 and 43. RGB value is (221,36,67). Sum of RGB (Red+Green+Blue) = 221+36+67=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2443 is #22DBBC. Grayscale: #5E5E5E. Windows color (decimal): -2284477 or 4400349. OLE color: 4400349.
HSL color Cylindrical-coordinate representation of color #DD2443: hue angle of 349.95º 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 #DD2443 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 67 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.13 |
| HSL | 349.95º | 0.73% | 0.5% | - |
| HSV(B) | 349.95º | 0.84% | 0.87% | - |
| XYZ | 31.46 | 17.04 | 6.94 | - |
| YUV | 94.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 67 | 0 | 0.84 | 0.70 | 0.13 | 349.95 | 0.73 | 0.5 |
| Hex | DD | 24 | 43 | 0 | 54 | 46 | D | 15E | 49 | 32 |
| Octal | 335 | 44 | 103 | 0 | 124 | 106 | 15 | 536 | 111 | 62 |
| Binary | 11011101 | 100100 | 1000011 | 0 | 1010100 | 1000110 | 1101 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DD2443
Complementary color
Monochromatic Colors of #DD2443
Black with #DD2443
Text Example
Text Example
White with #DD2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2443; }
p { color: rgb(221,36,67); }
H1.HeaderClassName
{
color: #DD2443;
}
.AnyTagClassName
{
color: #DD2443;
}
</style>
background-color css
<style>
a { background-color: #DD2443; }
a { background-color: rgb(221,36,67); }
div.DivClassName
{
background-color: #DD2443;
}
.BgClassName
{
background-color: #DD2443;
}
</style>
border-color css
<style>
span { border-color: #DD2443; }
span { border-color: rgb(221,36,67); }
td.TdClassName
{
border-color: #DD2443;
}
.TagClassName
{
border-color: #DD2443;
}
</style>