Shades of Amaranth #DD364C
Tints of Amaranth #DD364C
RGB
CMYK
RGB Variations
Color information
#DD364C (or 0xDD364C) is known color: Amaranth. HEX triplet: DD, 36 and 4C. RGB value is (221,54,76). Sum of RGB (Red+Green+Blue) = 221+54+76=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD364C is #22C9B3. Grayscale: #6A6A6A. Windows color (decimal): -2279860 or 4994781. OLE color: 4994781.
HSL color Cylindrical-coordinate representation of color #DD364C: hue angle of 352.1º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD364C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 76 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.13 |
| HSL | 352.1º | 0.71% | 0.54% | - |
| HSV(B) | 352.1º | 0.76% | 0.87% | - |
| XYZ | 32.44 | 18.53 | 8.7 | - |
| YUV | 106.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 76 | 0 | 0.76 | 0.66 | 0.13 | 352.1 | 0.71 | 0.54 |
| Hex | DD | 36 | 4C | 0 | 4C | 42 | D | 160 | 47 | 36 |
| Octal | 335 | 66 | 114 | 0 | 114 | 102 | 15 | 540 | 107 | 66 |
| Binary | 11011101 | 110110 | 1001100 | 0 | 1001100 | 1000010 | 1101 | 101100000 | 1000111 | 110110 |
Color Harmonies of #DD364C
Complementary color
Monochromatic Colors of #DD364C
Black with #DD364C
Text Example
Text Example
White with #DD364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD364C; }
p { color: rgb(221,54,76); }
H1.HeaderClassName
{
color: #DD364C;
}
.AnyTagClassName
{
color: #DD364C;
}
</style>
background-color css
<style>
a { background-color: #DD364C; }
a { background-color: rgb(221,54,76); }
div.DivClassName
{
background-color: #DD364C;
}
.BgClassName
{
background-color: #DD364C;
}
</style>
border-color css
<style>
span { border-color: #DD364C; }
span { border-color: rgb(221,54,76); }
td.TdClassName
{
border-color: #DD364C;
}
.TagClassName
{
border-color: #DD364C;
}
</style>