Shades of Alizarin #DD3241
Tints of Alizarin #DD3241
RGB
CMYK
RGB Variations
Color information
#DD3241 (or 0xDD3241) is known color: Alizarin. HEX triplet: DD, 32 and 41. RGB value is (221,50,65). Sum of RGB (Red+Green+Blue) = 221+50+65=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3241 is #22CDBE. Grayscale: #666666. Windows color (decimal): -2280895 or 4272861. OLE color: 4272861.
HSL color Cylindrical-coordinate representation of color #DD3241: hue angle of 354.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3241 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 65 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.13 |
| HSL | 354.74º | 0.72% | 0.53% | - |
| HSV(B) | 354.74º | 0.77% | 0.87% | - |
| XYZ | 31.91 | 18.04 | 6.8 | - |
| YUV | 102.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 65 | 0 | 0.77 | 0.71 | 0.13 | 354.74 | 0.72 | 0.53 |
| Hex | DD | 32 | 41 | 0 | 4D | 47 | D | 163 | 48 | 35 |
| Octal | 335 | 62 | 101 | 0 | 115 | 107 | 15 | 543 | 110 | 65 |
| Binary | 11011101 | 110010 | 1000001 | 0 | 1001101 | 1000111 | 1101 | 101100011 | 1001000 | 110101 |
Color Harmonies of #DD3241
Complementary color
Monochromatic Colors of #DD3241
Black with #DD3241
Text Example
Text Example
White with #DD3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3241; }
p { color: rgb(221,50,65); }
H1.HeaderClassName
{
color: #DD3241;
}
.AnyTagClassName
{
color: #DD3241;
}
</style>
background-color css
<style>
a { background-color: #DD3241; }
a { background-color: rgb(221,50,65); }
div.DivClassName
{
background-color: #DD3241;
}
.BgClassName
{
background-color: #DD3241;
}
</style>
border-color css
<style>
span { border-color: #DD3241; }
span { border-color: rgb(221,50,65); }
td.TdClassName
{
border-color: #DD3241;
}
.TagClassName
{
border-color: #DD3241;
}
</style>