Shades of Alizarin #DD2842
Tints of Alizarin #DD2842
RGB
CMYK
RGB Variations
Color information
#DD2842 (or 0xDD2842) is known color: Alizarin. HEX triplet: DD, 28 and 42. RGB value is (221,40,66). Sum of RGB (Red+Green+Blue) = 221+40+66=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2842 is #22D7BD. Grayscale: #616161. Windows color (decimal): -2283454 or 4335837. OLE color: 4335837.
HSL color Cylindrical-coordinate representation of color #DD2842: hue angle of 351.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2842 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 66 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.13 |
| HSL | 351.38º | 0.73% | 0.51% | - |
| HSV(B) | 351.38º | 0.82% | 0.87% | - |
| XYZ | 31.56 | 17.28 | 6.83 | - |
| YUV | 97.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 66 | 0 | 0.82 | 0.70 | 0.13 | 351.38 | 0.73 | 0.51 |
| Hex | DD | 28 | 42 | 0 | 52 | 46 | D | 15F | 49 | 33 |
| Octal | 335 | 50 | 102 | 0 | 122 | 106 | 15 | 537 | 111 | 63 |
| Binary | 11011101 | 101000 | 1000010 | 0 | 1010010 | 1000110 | 1101 | 101011111 | 1001001 | 110011 |
Color Harmonies of #DD2842
Complementary color
Monochromatic Colors of #DD2842
Black with #DD2842
Text Example
Text Example
White with #DD2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2842; }
p { color: rgb(221,40,66); }
H1.HeaderClassName
{
color: #DD2842;
}
.AnyTagClassName
{
color: #DD2842;
}
</style>
background-color css
<style>
a { background-color: #DD2842; }
a { background-color: rgb(221,40,66); }
div.DivClassName
{
background-color: #DD2842;
}
.BgClassName
{
background-color: #DD2842;
}
</style>
border-color css
<style>
span { border-color: #DD2842; }
span { border-color: rgb(221,40,66); }
td.TdClassName
{
border-color: #DD2842;
}
.TagClassName
{
border-color: #DD2842;
}
</style>