Shades of Amaranth #DD3847
Tints of Amaranth #DD3847
RGB
CMYK
RGB Variations
Color information
#DD3847 (or 0xDD3847) is known color: Amaranth. HEX triplet: DD, 38 and 47. RGB value is (221,56,71). Sum of RGB (Red+Green+Blue) = 221+56+71=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3847 is #22C7B8. Grayscale: #6B6B6B. Windows color (decimal): -2279353 or 4667613. OLE color: 4667613.
HSL color Cylindrical-coordinate representation of color #DD3847: hue angle of 354.55º 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 #DD3847 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 71 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.13 |
| HSL | 354.55º | 0.71% | 0.54% | - |
| HSV(B) | 354.55º | 0.75% | 0.87% | - |
| XYZ | 32.37 | 18.66 | 7.86 | - |
| YUV | 107.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 71 | 0 | 0.75 | 0.68 | 0.13 | 354.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 47 | 0 | 4B | 44 | D | 163 | 47 | 36 |
| Octal | 335 | 70 | 107 | 0 | 113 | 104 | 15 | 543 | 107 | 66 |
| Binary | 11011101 | 111000 | 1000111 | 0 | 1001011 | 1000100 | 1101 | 101100011 | 1000111 | 110110 |
Color Harmonies of #DD3847
Complementary color
Monochromatic Colors of #DD3847
Black with #DD3847
Text Example
Text Example
White with #DD3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3847; }
p { color: rgb(221,56,71); }
H1.HeaderClassName
{
color: #DD3847;
}
.AnyTagClassName
{
color: #DD3847;
}
</style>
background-color css
<style>
a { background-color: #DD3847; }
a { background-color: rgb(221,56,71); }
div.DivClassName
{
background-color: #DD3847;
}
.BgClassName
{
background-color: #DD3847;
}
</style>
border-color css
<style>
span { border-color: #DD3847; }
span { border-color: rgb(221,56,71); }
td.TdClassName
{
border-color: #DD3847;
}
.TagClassName
{
border-color: #DD3847;
}
</style>