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