Shades of Alizarin #DD3739
Tints of Alizarin #DD3739
RGB
CMYK
RGB Variations
Color information
#DD3739 (or 0xDD3739) is known color: Alizarin. HEX triplet: DD, 37 and 39. RGB value is (221,55,57). Sum of RGB (Red+Green+Blue) = 221+55+57=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3739 is #22C8C6. Grayscale: #696969. Windows color (decimal): -2279623 or 3749853. OLE color: 3749853.
HSL color Cylindrical-coordinate representation of color #DD3739: hue angle of 359.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3739 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 57 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.13 |
| HSL | 359.28º | 0.71% | 0.54% | - |
| HSV(B) | 359.28º | 0.75% | 0.87% | - |
| XYZ | 31.92 | 18.4 | 5.74 | - |
| YUV | 104.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 57 | 0 | 0.75 | 0.74 | 0.13 | 359.28 | 0.71 | 0.54 |
| Hex | DD | 37 | 39 | 0 | 4B | 4A | D | 167 | 47 | 36 |
| Octal | 335 | 67 | 71 | 0 | 113 | 112 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 110111 | 111001 | 0 | 1001011 | 1001010 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD3739
Complementary color
Monochromatic Colors of #DD3739
Black with #DD3739
Text Example
Text Example
White with #DD3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3739; }
p { color: rgb(221,55,57); }
H1.HeaderClassName
{
color: #DD3739;
}
.AnyTagClassName
{
color: #DD3739;
}
</style>
background-color css
<style>
a { background-color: #DD3739; }
a { background-color: rgb(221,55,57); }
div.DivClassName
{
background-color: #DD3739;
}
.BgClassName
{
background-color: #DD3739;
}
</style>
border-color css
<style>
span { border-color: #DD3739; }
span { border-color: rgb(221,55,57); }
td.TdClassName
{
border-color: #DD3739;
}
.TagClassName
{
border-color: #DD3739;
}
</style>