Shades of Amaranth #DD364B
Tints of Amaranth #DD364B
RGB
CMYK
RGB Variations
Color information
#DD364B (or 0xDD364B) is known color: Amaranth. HEX triplet: DD, 36 and 4B. RGB value is (221,54,75). Sum of RGB (Red+Green+Blue) = 221+54+75=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD364B is #22C9B4. Grayscale: #6A6A6A. Windows color (decimal): -2279861 or 4929245. OLE color: 4929245.
HSL color Cylindrical-coordinate representation of color #DD364B: hue angle of 352.46º 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 #DD364B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 75 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.13 |
| HSL | 352.46º | 0.71% | 0.54% | - |
| HSV(B) | 352.46º | 0.76% | 0.87% | - |
| XYZ | 32.41 | 18.52 | 8.52 | - |
| YUV | 106.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 75 | 0 | 0.76 | 0.66 | 0.13 | 352.46 | 0.71 | 0.54 |
| Hex | DD | 36 | 4B | 0 | 4C | 42 | D | 160 | 47 | 36 |
| Octal | 335 | 66 | 113 | 0 | 114 | 102 | 15 | 540 | 107 | 66 |
| Binary | 11011101 | 110110 | 1001011 | 0 | 1001100 | 1000010 | 1101 | 101100000 | 1000111 | 110110 |
Color Harmonies of #DD364B
Complementary color
Monochromatic Colors of #DD364B
Black with #DD364B
Text Example
Text Example
White with #DD364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD364B; }
p { color: rgb(221,54,75); }
H1.HeaderClassName
{
color: #DD364B;
}
.AnyTagClassName
{
color: #DD364B;
}
</style>
background-color css
<style>
a { background-color: #DD364B; }
a { background-color: rgb(221,54,75); }
div.DivClassName
{
background-color: #DD364B;
}
.BgClassName
{
background-color: #DD364B;
}
</style>
border-color css
<style>
span { border-color: #DD364B; }
span { border-color: rgb(221,54,75); }
td.TdClassName
{
border-color: #DD364B;
}
.TagClassName
{
border-color: #DD364B;
}
</style>