Shades of Amaranth #DD3849
Tints of Amaranth #DD3849
RGB
CMYK
RGB Variations
Color information
#DD3849 (or 0xDD3849) is known color: Amaranth. HEX triplet: DD, 38 and 49. RGB value is (221,56,73). Sum of RGB (Red+Green+Blue) = 221+56+73=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3849 is #22C7B6. Grayscale: #6B6B6B. Windows color (decimal): -2279351 or 4798685. OLE color: 4798685.
HSL color Cylindrical-coordinate representation of color #DD3849: hue angle of 353.82º 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 #DD3849 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 73 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.13 |
| HSL | 353.82º | 0.71% | 0.54% | - |
| HSV(B) | 353.82º | 0.75% | 0.87% | - |
| XYZ | 32.44 | 18.68 | 8.2 | - |
| YUV | 107.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 73 | 0 | 0.75 | 0.67 | 0.13 | 353.82 | 0.71 | 0.54 |
| Hex | DD | 38 | 49 | 0 | 4B | 43 | D | 162 | 47 | 36 |
| Octal | 335 | 70 | 111 | 0 | 113 | 103 | 15 | 542 | 107 | 66 |
| Binary | 11011101 | 111000 | 1001001 | 0 | 1001011 | 1000011 | 1101 | 101100010 | 1000111 | 110110 |
Color Harmonies of #DD3849
Complementary color
Monochromatic Colors of #DD3849
Black with #DD3849
Text Example
Text Example
White with #DD3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3849; }
p { color: rgb(221,56,73); }
H1.HeaderClassName
{
color: #DD3849;
}
.AnyTagClassName
{
color: #DD3849;
}
</style>
background-color css
<style>
a { background-color: #DD3849; }
a { background-color: rgb(221,56,73); }
div.DivClassName
{
background-color: #DD3849;
}
.BgClassName
{
background-color: #DD3849;
}
</style>
border-color css
<style>
span { border-color: #DD3849; }
span { border-color: rgb(221,56,73); }
td.TdClassName
{
border-color: #DD3849;
}
.TagClassName
{
border-color: #DD3849;
}
</style>