Shades of Alizarin #DD2342
Tints of Alizarin #DD2342
RGB
CMYK
RGB Variations
Color information
#DD2342 (or 0xDD2342) is known color: Alizarin. HEX triplet: DD, 23 and 42. RGB value is (221,35,66). Sum of RGB (Red+Green+Blue) = 221+35+66=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2342 is #22DCBD. Grayscale: #5E5E5E. Windows color (decimal): -2284734 or 4334557. OLE color: 4334557.
HSL color Cylindrical-coordinate representation of color #DD2342: hue angle of 350º 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 #DD2342 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 66 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.13 |
| HSL | 350º | 0.73% | 0.5% | - |
| HSV(B) | 350º | 0.84% | 0.87% | - |
| XYZ | 31.4 | 16.97 | 6.77 | - |
| YUV | 94.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 66 | 0 | 0.84 | 0.70 | 0.13 | 350 | 0.73 | 0.5 |
| Hex | DD | 23 | 42 | 0 | 54 | 46 | D | 15E | 49 | 32 |
| Octal | 335 | 43 | 102 | 0 | 124 | 106 | 15 | 536 | 111 | 62 |
| Binary | 11011101 | 100011 | 1000010 | 0 | 1010100 | 1000110 | 1101 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DD2342
Complementary color
Monochromatic Colors of #DD2342
Black with #DD2342
Text Example
Text Example
White with #DD2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2342; }
p { color: rgb(221,35,66); }
H1.HeaderClassName
{
color: #DD2342;
}
.AnyTagClassName
{
color: #DD2342;
}
</style>
background-color css
<style>
a { background-color: #DD2342; }
a { background-color: rgb(221,35,66); }
div.DivClassName
{
background-color: #DD2342;
}
.BgClassName
{
background-color: #DD2342;
}
</style>
border-color css
<style>
span { border-color: #DD2342; }
span { border-color: rgb(221,35,66); }
td.TdClassName
{
border-color: #DD2342;
}
.TagClassName
{
border-color: #DD2342;
}
</style>