Shades of Amaranth #DD3544
Tints of Amaranth #DD3544
RGB
CMYK
RGB Variations
Color information
#DD3544 (or 0xDD3544) is known color: Amaranth. HEX triplet: DD, 35 and 44. RGB value is (221,53,68). Sum of RGB (Red+Green+Blue) = 221+53+68=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3544 is #22CABB. Grayscale: #696969. Windows color (decimal): -2280124 or 4470237. OLE color: 4470237.
HSL color Cylindrical-coordinate representation of color #DD3544: hue angle of 354.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3544 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 68 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.13 |
| HSL | 354.64º | 0.71% | 0.54% | - |
| HSV(B) | 354.64º | 0.76% | 0.87% | - |
| XYZ | 32.14 | 18.34 | 7.31 | - |
| YUV | 104.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 68 | 0 | 0.76 | 0.69 | 0.13 | 354.64 | 0.71 | 0.54 |
| Hex | DD | 35 | 44 | 0 | 4C | 45 | D | 163 | 47 | 36 |
| Octal | 335 | 65 | 104 | 0 | 114 | 105 | 15 | 543 | 107 | 66 |
| Binary | 11011101 | 110101 | 1000100 | 0 | 1001100 | 1000101 | 1101 | 101100011 | 1000111 | 110110 |
Color Harmonies of #DD3544
Complementary color
Monochromatic Colors of #DD3544
Black with #DD3544
Text Example
Text Example
White with #DD3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3544; }
p { color: rgb(221,53,68); }
H1.HeaderClassName
{
color: #DD3544;
}
.AnyTagClassName
{
color: #DD3544;
}
</style>
background-color css
<style>
a { background-color: #DD3544; }
a { background-color: rgb(221,53,68); }
div.DivClassName
{
background-color: #DD3544;
}
.BgClassName
{
background-color: #DD3544;
}
</style>
border-color css
<style>
span { border-color: #DD3544; }
span { border-color: rgb(221,53,68); }
td.TdClassName
{
border-color: #DD3544;
}
.TagClassName
{
border-color: #DD3544;
}
</style>