Shades of Alizarin #DD2E34
Tints of Alizarin #DD2E34
RGB
CMYK
RGB Variations
Color information
#DD2E34 (or 0xDD2E34) is known color: Alizarin. HEX triplet: DD, 2E and 34. RGB value is (221,46,52). Sum of RGB (Red+Green+Blue) = 221+46+52=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E34 is #22D1CB. Grayscale: #636363. Windows color (decimal): -2281932 or 3419869. OLE color: 3419869.
HSL color Cylindrical-coordinate representation of color #DD2E34: hue angle of 357.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E34 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 52 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.13 |
| HSL | 357.94º | 0.72% | 0.52% | - |
| HSV(B) | 357.94º | 0.79% | 0.87% | - |
| XYZ | 31.42 | 17.57 | 4.99 | - |
| YUV | 99.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 52 | 0 | 0.79 | 0.76 | 0.13 | 357.94 | 0.72 | 0.52 |
| Hex | DD | 2E | 34 | 0 | 4F | 4C | D | 166 | 48 | 34 |
| Octal | 335 | 56 | 64 | 0 | 117 | 114 | 15 | 546 | 110 | 64 |
| Binary | 11011101 | 101110 | 110100 | 0 | 1001111 | 1001100 | 1101 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DD2E34
Complementary color
Monochromatic Colors of #DD2E34
Black with #DD2E34
Text Example
Text Example
White with #DD2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E34; }
p { color: rgb(221,46,52); }
H1.HeaderClassName
{
color: #DD2E34;
}
.AnyTagClassName
{
color: #DD2E34;
}
</style>
background-color css
<style>
a { background-color: #DD2E34; }
a { background-color: rgb(221,46,52); }
div.DivClassName
{
background-color: #DD2E34;
}
.BgClassName
{
background-color: #DD2E34;
}
</style>
border-color css
<style>
span { border-color: #DD2E34; }
span { border-color: rgb(221,46,52); }
td.TdClassName
{
border-color: #DD2E34;
}
.TagClassName
{
border-color: #DD2E34;
}
</style>