Shades of Alizarin #DD2C2F
Tints of Alizarin #DD2C2F
RGB
CMYK
RGB Variations
Color information
#DD2C2F (or 0xDD2C2F) is known color: Alizarin. HEX triplet: DD, 2C and 2F. RGB value is (221,44,47). Sum of RGB (Red+Green+Blue) = 221+44+47=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C2F is #22D3D0. Grayscale: #616161. Windows color (decimal): -2282449 or 3091677. OLE color: 3091677.
HSL color Cylindrical-coordinate representation of color #DD2C2F: hue angle of 358.98º 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 #DD2C2F is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 47 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.13 |
| HSL | 358.98º | 0.72% | 0.52% | - |
| HSV(B) | 358.98º | 0.8% | 0.87% | - |
| XYZ | 31.23 | 17.38 | 4.4 | - |
| YUV | 97.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 47 | 0 | 0.80 | 0.79 | 0.13 | 358.98 | 0.72 | 0.52 |
| Hex | DD | 2C | 2F | 0 | 50 | 4F | D | 167 | 48 | 34 |
| Octal | 335 | 54 | 57 | 0 | 120 | 117 | 15 | 547 | 110 | 64 |
| Binary | 11011101 | 101100 | 101111 | 0 | 1010000 | 1001111 | 1101 | 101100111 | 1001000 | 110100 |
Color Harmonies of #DD2C2F
Complementary color
Monochromatic Colors of #DD2C2F
Black with #DD2C2F
Text Example
Text Example
White with #DD2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C2F; }
p { color: rgb(221,44,47); }
H1.HeaderClassName
{
color: #DD2C2F;
}
.AnyTagClassName
{
color: #DD2C2F;
}
</style>
background-color css
<style>
a { background-color: #DD2C2F; }
a { background-color: rgb(221,44,47); }
div.DivClassName
{
background-color: #DD2C2F;
}
.BgClassName
{
background-color: #DD2C2F;
}
</style>
border-color css
<style>
span { border-color: #DD2C2F; }
span { border-color: rgb(221,44,47); }
td.TdClassName
{
border-color: #DD2C2F;
}
.TagClassName
{
border-color: #DD2C2F;
}
</style>