Shades of Amaranth #DD394C
Tints of Amaranth #DD394C
RGB
CMYK
RGB Variations
Color information
#DD394C (or 0xDD394C) is known color: Amaranth. HEX triplet: DD, 39 and 4C. RGB value is (221,57,76). Sum of RGB (Red+Green+Blue) = 221+57+76=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD394C is #22C6B3. Grayscale: #6C6C6C. Windows color (decimal): -2279092 or 4995549. OLE color: 4995549.
HSL color Cylindrical-coordinate representation of color #DD394C: hue angle of 353.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD394C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 76 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.13 |
| HSL | 353.05º | 0.71% | 0.55% | - |
| HSV(B) | 353.05º | 0.74% | 0.87% | - |
| XYZ | 32.59 | 18.82 | 8.75 | - |
| YUV | 108.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 76 | 0 | 0.74 | 0.66 | 0.13 | 353.05 | 0.71 | 0.55 |
| Hex | DD | 39 | 4C | 0 | 4A | 42 | D | 161 | 47 | 37 |
| Octal | 335 | 71 | 114 | 0 | 112 | 102 | 15 | 541 | 107 | 67 |
| Binary | 11011101 | 111001 | 1001100 | 0 | 1001010 | 1000010 | 1101 | 101100001 | 1000111 | 110111 |
Color Harmonies of #DD394C
Complementary color
Monochromatic Colors of #DD394C
Black with #DD394C
Text Example
Text Example
White with #DD394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD394C; }
p { color: rgb(221,57,76); }
H1.HeaderClassName
{
color: #DD394C;
}
.AnyTagClassName
{
color: #DD394C;
}
</style>
background-color css
<style>
a { background-color: #DD394C; }
a { background-color: rgb(221,57,76); }
div.DivClassName
{
background-color: #DD394C;
}
.BgClassName
{
background-color: #DD394C;
}
</style>
border-color css
<style>
span { border-color: #DD394C; }
span { border-color: rgb(221,57,76); }
td.TdClassName
{
border-color: #DD394C;
}
.TagClassName
{
border-color: #DD394C;
}
</style>