Shades of Amaranth #DD3548
Tints of Amaranth #DD3548
RGB
CMYK
RGB Variations
Color information
#DD3548 (or 0xDD3548) is known color: Amaranth. HEX triplet: DD, 35 and 48. RGB value is (221,53,72). Sum of RGB (Red+Green+Blue) = 221+53+72=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3548 is #22CAB7. Grayscale: #696969. Windows color (decimal): -2280120 or 4732381. OLE color: 4732381.
HSL color Cylindrical-coordinate representation of color #DD3548: hue angle of 353.21º 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 #DD3548 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.13 |
| HSL | 353.21º | 0.71% | 0.54% | - |
| HSV(B) | 353.21º | 0.76% | 0.87% | - |
| XYZ | 32.26 | 18.39 | 7.98 | - |
| YUV | 105.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 72 | 0 | 0.76 | 0.67 | 0.13 | 353.21 | 0.71 | 0.54 |
| Hex | DD | 35 | 48 | 0 | 4C | 43 | D | 161 | 47 | 36 |
| Octal | 335 | 65 | 110 | 0 | 114 | 103 | 15 | 541 | 107 | 66 |
| Binary | 11011101 | 110101 | 1001000 | 0 | 1001100 | 1000011 | 1101 | 101100001 | 1000111 | 110110 |
Color Harmonies of #DD3548
Complementary color
Monochromatic Colors of #DD3548
Black with #DD3548
Text Example
Text Example
White with #DD3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3548; }
p { color: rgb(221,53,72); }
H1.HeaderClassName
{
color: #DD3548;
}
.AnyTagClassName
{
color: #DD3548;
}
</style>
background-color css
<style>
a { background-color: #DD3548; }
a { background-color: rgb(221,53,72); }
div.DivClassName
{
background-color: #DD3548;
}
.BgClassName
{
background-color: #DD3548;
}
</style>
border-color css
<style>
span { border-color: #DD3548; }
span { border-color: rgb(221,53,72); }
td.TdClassName
{
border-color: #DD3548;
}
.TagClassName
{
border-color: #DD3548;
}
</style>