Shades of Alizarin #DD3137
Tints of Alizarin #DD3137
RGB
CMYK
RGB Variations
Color information
#DD3137 (or 0xDD3137) is known color: Alizarin. HEX triplet: DD, 31 and 37. RGB value is (221,49,55). Sum of RGB (Red+Green+Blue) = 221+49+55=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3137 is #22CEC8. Grayscale: #656565. Windows color (decimal): -2281161 or 3617245. OLE color: 3617245.
HSL color Cylindrical-coordinate representation of color #DD3137: hue angle of 357.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3137 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 55 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.13 |
| HSL | 357.91º | 0.72% | 0.53% | - |
| HSV(B) | 357.91º | 0.78% | 0.87% | - |
| XYZ | 31.61 | 17.84 | 5.39 | - |
| YUV | 101.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 55 | 0 | 0.78 | 0.75 | 0.13 | 357.91 | 0.72 | 0.53 |
| Hex | DD | 31 | 37 | 0 | 4E | 4B | D | 166 | 48 | 35 |
| Octal | 335 | 61 | 67 | 0 | 116 | 113 | 15 | 546 | 110 | 65 |
| Binary | 11011101 | 110001 | 110111 | 0 | 1001110 | 1001011 | 1101 | 101100110 | 1001000 | 110101 |
Color Harmonies of #DD3137
Complementary color
Monochromatic Colors of #DD3137
Black with #DD3137
Text Example
Text Example
White with #DD3137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3137; }
p { color: rgb(221,49,55); }
H1.HeaderClassName
{
color: #DD3137;
}
.AnyTagClassName
{
color: #DD3137;
}
</style>
background-color css
<style>
a { background-color: #DD3137; }
a { background-color: rgb(221,49,55); }
div.DivClassName
{
background-color: #DD3137;
}
.BgClassName
{
background-color: #DD3137;
}
</style>
border-color css
<style>
span { border-color: #DD3137; }
span { border-color: rgb(221,49,55); }
td.TdClassName
{
border-color: #DD3137;
}
.TagClassName
{
border-color: #DD3137;
}
</style>