Shades of Amaranth #DD3744
Tints of Amaranth #DD3744
RGB
CMYK
RGB Variations
Color information
#DD3744 (or 0xDD3744) is known color: Amaranth. HEX triplet: DD, 37 and 44. RGB value is (221,55,68). Sum of RGB (Red+Green+Blue) = 221+55+68=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3744 is #22C8BB. Grayscale: #6A6A6A. Windows color (decimal): -2279612 or 4470749. OLE color: 4470749.
HSL color Cylindrical-coordinate representation of color #DD3744: hue angle of 355.3º 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 #DD3744 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.13 |
| HSL | 355.3º | 0.71% | 0.54% | - |
| HSV(B) | 355.3º | 0.75% | 0.87% | - |
| XYZ | 32.23 | 18.52 | 7.35 | - |
| YUV | 106.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 68 | 0 | 0.75 | 0.69 | 0.13 | 355.3 | 0.71 | 0.54 |
| Hex | DD | 37 | 44 | 0 | 4B | 45 | D | 163 | 47 | 36 |
| Octal | 335 | 67 | 104 | 0 | 113 | 105 | 15 | 543 | 107 | 66 |
| Binary | 11011101 | 110111 | 1000100 | 0 | 1001011 | 1000101 | 1101 | 101100011 | 1000111 | 110110 |
Color Harmonies of #DD3744
Complementary color
Monochromatic Colors of #DD3744
Black with #DD3744
Text Example
Text Example
White with #DD3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3744; }
p { color: rgb(221,55,68); }
H1.HeaderClassName
{
color: #DD3744;
}
.AnyTagClassName
{
color: #DD3744;
}
</style>
background-color css
<style>
a { background-color: #DD3744; }
a { background-color: rgb(221,55,68); }
div.DivClassName
{
background-color: #DD3744;
}
.BgClassName
{
background-color: #DD3744;
}
</style>
border-color css
<style>
span { border-color: #DD3744; }
span { border-color: rgb(221,55,68); }
td.TdClassName
{
border-color: #DD3744;
}
.TagClassName
{
border-color: #DD3744;
}
</style>