Shades of Alizarin #DD2A3C
Tints of Alizarin #DD2A3C
RGB
CMYK
RGB Variations
Color information
#DD2A3C (or 0xDD2A3C) is known color: Alizarin. HEX triplet: DD, 2A and 3C. RGB value is (221,42,60). Sum of RGB (Red+Green+Blue) = 221+42+60=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A3C is #22D5C3. Grayscale: #616161. Windows color (decimal): -2282948 or 3943133. OLE color: 3943133.
HSL color Cylindrical-coordinate representation of color #DD2A3C: hue angle of 353.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A3C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 60 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.13 |
| HSL | 353.97º | 0.72% | 0.52% | - |
| HSV(B) | 353.97º | 0.81% | 0.87% | - |
| XYZ | 31.46 | 17.35 | 5.97 | - |
| YUV | 97.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 60 | 0 | 0.81 | 0.73 | 0.13 | 353.97 | 0.72 | 0.52 |
| Hex | DD | 2A | 3C | 0 | 51 | 49 | D | 162 | 48 | 34 |
| Octal | 335 | 52 | 74 | 0 | 121 | 111 | 15 | 542 | 110 | 64 |
| Binary | 11011101 | 101010 | 111100 | 0 | 1010001 | 1001001 | 1101 | 101100010 | 1001000 | 110100 |
Color Harmonies of #DD2A3C
Complementary color
Monochromatic Colors of #DD2A3C
Black with #DD2A3C
Text Example
Text Example
White with #DD2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A3C; }
p { color: rgb(221,42,60); }
H1.HeaderClassName
{
color: #DD2A3C;
}
.AnyTagClassName
{
color: #DD2A3C;
}
</style>
background-color css
<style>
a { background-color: #DD2A3C; }
a { background-color: rgb(221,42,60); }
div.DivClassName
{
background-color: #DD2A3C;
}
.BgClassName
{
background-color: #DD2A3C;
}
</style>
border-color css
<style>
span { border-color: #DD2A3C; }
span { border-color: rgb(221,42,60); }
td.TdClassName
{
border-color: #DD2A3C;
}
.TagClassName
{
border-color: #DD2A3C;
}
</style>