Shades of Amaranth #DD3750
Tints of Amaranth #DD3750
RGB
CMYK
RGB Variations
Color information
#DD3750 (or 0xDD3750) is known color: Amaranth. HEX triplet: DD, 37 and 50. RGB value is (221,55,80). Sum of RGB (Red+Green+Blue) = 221+55+80=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3750 is #22C8AF. Grayscale: #6B6B6B. Windows color (decimal): -2279600 or 5257181. OLE color: 5257181.
HSL color Cylindrical-coordinate representation of color #DD3750: hue angle of 350.96º 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 #DD3750 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 80 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.13 |
| HSL | 350.96º | 0.71% | 0.54% | - |
| HSV(B) | 350.96º | 0.75% | 0.87% | - |
| XYZ | 32.63 | 18.68 | 9.48 | - |
| YUV | 107.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 80 | 0 | 0.75 | 0.64 | 0.13 | 350.96 | 0.71 | 0.54 |
| Hex | DD | 37 | 50 | 0 | 4B | 40 | D | 15F | 47 | 36 |
| Octal | 335 | 67 | 120 | 0 | 113 | 100 | 15 | 537 | 107 | 66 |
| Binary | 11011101 | 110111 | 1010000 | 0 | 1001011 | 1000000 | 1101 | 101011111 | 1000111 | 110110 |
Color Harmonies of #DD3750
Complementary color
Monochromatic Colors of #DD3750
Black with #DD3750
Text Example
Text Example
White with #DD3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3750; }
p { color: rgb(221,55,80); }
H1.HeaderClassName
{
color: #DD3750;
}
.AnyTagClassName
{
color: #DD3750;
}
</style>
background-color css
<style>
a { background-color: #DD3750; }
a { background-color: rgb(221,55,80); }
div.DivClassName
{
background-color: #DD3750;
}
.BgClassName
{
background-color: #DD3750;
}
</style>
border-color css
<style>
span { border-color: #DD3750; }
span { border-color: rgb(221,55,80); }
td.TdClassName
{
border-color: #DD3750;
}
.TagClassName
{
border-color: #DD3750;
}
</style>