Shades of Alizarin #DD2E2F
Tints of Alizarin #DD2E2F
RGB
CMYK
RGB Variations
Color information
#DD2E2F (or 0xDD2E2F) is known color: Alizarin. HEX triplet: DD, 2E and 2F. RGB value is (221,46,47). Sum of RGB (Red+Green+Blue) = 221+46+47=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E2F is #22D1D0. Grayscale: #626262. Windows color (decimal): -2281937 or 3092189. OLE color: 3092189.
HSL color Cylindrical-coordinate representation of color #DD2E2F: hue angle of 359.66º 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 #DD2E2F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 47 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.13 |
| HSL | 359.66º | 0.72% | 0.52% | - |
| HSV(B) | 359.66º | 0.79% | 0.87% | - |
| XYZ | 31.31 | 17.53 | 4.42 | - |
| YUV | 98.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 47 | 0 | 0.79 | 0.79 | 0.13 | 359.66 | 0.72 | 0.52 |
| Hex | DD | 2E | 2F | 0 | 4F | 4F | D | 168 | 48 | 34 |
| Octal | 335 | 56 | 57 | 0 | 117 | 117 | 15 | 550 | 110 | 64 |
| Binary | 11011101 | 101110 | 101111 | 0 | 1001111 | 1001111 | 1101 | 101101000 | 1001000 | 110100 |
Color Harmonies of #DD2E2F
Complementary color
Monochromatic Colors of #DD2E2F
Black with #DD2E2F
Text Example
Text Example
White with #DD2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E2F; }
p { color: rgb(221,46,47); }
H1.HeaderClassName
{
color: #DD2E2F;
}
.AnyTagClassName
{
color: #DD2E2F;
}
</style>
background-color css
<style>
a { background-color: #DD2E2F; }
a { background-color: rgb(221,46,47); }
div.DivClassName
{
background-color: #DD2E2F;
}
.BgClassName
{
background-color: #DD2E2F;
}
</style>
border-color css
<style>
span { border-color: #DD2E2F; }
span { border-color: rgb(221,46,47); }
td.TdClassName
{
border-color: #DD2E2F;
}
.TagClassName
{
border-color: #DD2E2F;
}
</style>