Shades of Amaranth #DD374D
Tints of Amaranth #DD374D
RGB
CMYK
RGB Variations
Color information
#DD374D (or 0xDD374D) is known color: Amaranth. HEX triplet: DD, 37 and 4D. RGB value is (221,55,77). Sum of RGB (Red+Green+Blue) = 221+55+77=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD374D is #22C8B2. Grayscale: #6B6B6B. Windows color (decimal): -2279603 or 5060573. OLE color: 5060573.
HSL color Cylindrical-coordinate representation of color #DD374D: hue angle of 352.05º 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 #DD374D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 77 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.13 |
| HSL | 352.05º | 0.71% | 0.54% | - |
| HSV(B) | 352.05º | 0.75% | 0.87% | - |
| XYZ | 32.52 | 18.64 | 8.9 | - |
| YUV | 107.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 77 | 0 | 0.75 | 0.65 | 0.13 | 352.05 | 0.71 | 0.54 |
| Hex | DD | 37 | 4D | 0 | 4B | 41 | D | 160 | 47 | 36 |
| Octal | 335 | 67 | 115 | 0 | 113 | 101 | 15 | 540 | 107 | 66 |
| Binary | 11011101 | 110111 | 1001101 | 0 | 1001011 | 1000001 | 1101 | 101100000 | 1000111 | 110110 |
Color Harmonies of #DD374D
Complementary color
Monochromatic Colors of #DD374D
Black with #DD374D
Text Example
Text Example
White with #DD374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD374D; }
p { color: rgb(221,55,77); }
H1.HeaderClassName
{
color: #DD374D;
}
.AnyTagClassName
{
color: #DD374D;
}
</style>
background-color css
<style>
a { background-color: #DD374D; }
a { background-color: rgb(221,55,77); }
div.DivClassName
{
background-color: #DD374D;
}
.BgClassName
{
background-color: #DD374D;
}
</style>
border-color css
<style>
span { border-color: #DD374D; }
span { border-color: rgb(221,55,77); }
td.TdClassName
{
border-color: #DD374D;
}
.TagClassName
{
border-color: #DD374D;
}
</style>