Shades of Alizarin #DD2C38
Tints of Alizarin #DD2C38
RGB
CMYK
RGB Variations
Color information
#DD2C38 (or 0xDD2C38) is known color: Alizarin. HEX triplet: DD, 2C and 38. RGB value is (221,44,56). Sum of RGB (Red+Green+Blue) = 221+44+56=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C38 is #22D3C7. Grayscale: #626262. Windows color (decimal): -2282440 or 3681501. OLE color: 3681501.
HSL color Cylindrical-coordinate representation of color #DD2C38: hue angle of 355.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C38 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 56 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.13 |
| HSL | 355.93º | 0.72% | 0.52% | - |
| HSV(B) | 355.93º | 0.8% | 0.87% | - |
| XYZ | 31.43 | 17.46 | 5.45 | - |
| YUV | 98.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 56 | 0 | 0.80 | 0.75 | 0.13 | 355.93 | 0.72 | 0.52 |
| Hex | DD | 2C | 38 | 0 | 50 | 4B | D | 164 | 48 | 34 |
| Octal | 335 | 54 | 70 | 0 | 120 | 113 | 15 | 544 | 110 | 64 |
| Binary | 11011101 | 101100 | 111000 | 0 | 1010000 | 1001011 | 1101 | 101100100 | 1001000 | 110100 |
Color Harmonies of #DD2C38
Complementary color
Monochromatic Colors of #DD2C38
Black with #DD2C38
Text Example
Text Example
White with #DD2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C38; }
p { color: rgb(221,44,56); }
H1.HeaderClassName
{
color: #DD2C38;
}
.AnyTagClassName
{
color: #DD2C38;
}
</style>
background-color css
<style>
a { background-color: #DD2C38; }
a { background-color: rgb(221,44,56); }
div.DivClassName
{
background-color: #DD2C38;
}
.BgClassName
{
background-color: #DD2C38;
}
</style>
border-color css
<style>
span { border-color: #DD2C38; }
span { border-color: rgb(221,44,56); }
td.TdClassName
{
border-color: #DD2C38;
}
.TagClassName
{
border-color: #DD2C38;
}
</style>