Shades of Alizarin #DD2C3A
Tints of Alizarin #DD2C3A
RGB
CMYK
RGB Variations
Color information
#DD2C3A (or 0xDD2C3A) is known color: Alizarin. HEX triplet: DD, 2C and 3A. RGB value is (221,44,58). Sum of RGB (Red+Green+Blue) = 221+44+58=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C3A is #22D3C5. Grayscale: #626262. Windows color (decimal): -2282438 or 3812573. OLE color: 3812573.
HSL color Cylindrical-coordinate representation of color #DD2C3A: hue angle of 355.25º 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 #DD2C3A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 58 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.13 |
| HSL | 355.25º | 0.72% | 0.52% | - |
| HSV(B) | 355.25º | 0.8% | 0.87% | - |
| XYZ | 31.48 | 17.48 | 5.72 | - |
| YUV | 98.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 58 | 0 | 0.80 | 0.74 | 0.13 | 355.25 | 0.72 | 0.52 |
| Hex | DD | 2C | 3A | 0 | 50 | 4A | D | 163 | 48 | 34 |
| Octal | 335 | 54 | 72 | 0 | 120 | 112 | 15 | 543 | 110 | 64 |
| Binary | 11011101 | 101100 | 111010 | 0 | 1010000 | 1001010 | 1101 | 101100011 | 1001000 | 110100 |
Color Harmonies of #DD2C3A
Complementary color
Monochromatic Colors of #DD2C3A
Black with #DD2C3A
Text Example
Text Example
White with #DD2C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C3A; }
p { color: rgb(221,44,58); }
H1.HeaderClassName
{
color: #DD2C3A;
}
.AnyTagClassName
{
color: #DD2C3A;
}
</style>
background-color css
<style>
a { background-color: #DD2C3A; }
a { background-color: rgb(221,44,58); }
div.DivClassName
{
background-color: #DD2C3A;
}
.BgClassName
{
background-color: #DD2C3A;
}
</style>
border-color css
<style>
span { border-color: #DD2C3A; }
span { border-color: rgb(221,44,58); }
td.TdClassName
{
border-color: #DD2C3A;
}
.TagClassName
{
border-color: #DD2C3A;
}
</style>