Shades of Alizarin #DD1C32
Tints of Alizarin #DD1C32
RGB
CMYK
RGB Variations
Color information
#DD1C32 (or 0xDD1C32) is known color: Alizarin. HEX triplet: DD, 1C and 32. RGB value is (221,28,50). Sum of RGB (Red+Green+Blue) = 221+28+50=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C32 is #22E3CD. Grayscale: #585858. Windows color (decimal): -2286542 or 3284189. OLE color: 3284189.
HSL color Cylindrical-coordinate representation of color #DD1C32: hue angle of 353.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C32 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 50 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.13 |
| HSL | 353.16º | 0.78% | 0.49% | - |
| HSV(B) | 353.16º | 0.87% | 0.87% | - |
| XYZ | 30.81 | 16.43 | 4.57 | - |
| YUV | 88.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 50 | 0 | 0.87 | 0.77 | 0.13 | 353.16 | 0.78 | 0.49 |
| Hex | DD | 1C | 32 | 0 | 57 | 4D | D | 161 | 4E | 31 |
| Octal | 335 | 34 | 62 | 0 | 127 | 115 | 15 | 541 | 116 | 61 |
| Binary | 11011101 | 11100 | 110010 | 0 | 1010111 | 1001101 | 1101 | 101100001 | 1001110 | 110001 |
Color Harmonies of #DD1C32
Complementary color
Monochromatic Colors of #DD1C32
Black with #DD1C32
Text Example
Text Example
White with #DD1C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C32; }
p { color: rgb(221,28,50); }
H1.HeaderClassName
{
color: #DD1C32;
}
.AnyTagClassName
{
color: #DD1C32;
}
</style>
background-color css
<style>
a { background-color: #DD1C32; }
a { background-color: rgb(221,28,50); }
div.DivClassName
{
background-color: #DD1C32;
}
.BgClassName
{
background-color: #DD1C32;
}
</style>
border-color css
<style>
span { border-color: #DD1C32; }
span { border-color: rgb(221,28,50); }
td.TdClassName
{
border-color: #DD1C32;
}
.TagClassName
{
border-color: #DD1C32;
}
</style>