Shades of Amaranth #DD2945
Tints of Amaranth #DD2945
RGB
CMYK
RGB Variations
Color information
#DD2945 (or 0xDD2945) is known color: Amaranth. HEX triplet: DD, 29 and 45. RGB value is (221,41,69). Sum of RGB (Red+Green+Blue) = 221+41+69=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2945 is #22D6BA. Grayscale: #626262. Windows color (decimal): -2283195 or 4532701. OLE color: 4532701.
HSL color Cylindrical-coordinate representation of color #DD2945: hue angle of 350.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2945 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 69 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.13 |
| HSL | 350.67º | 0.73% | 0.51% | - |
| HSV(B) | 350.67º | 0.81% | 0.87% | - |
| XYZ | 31.69 | 17.39 | 7.32 | - |
| YUV | 98.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 69 | 0 | 0.81 | 0.69 | 0.13 | 350.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 45 | 0 | 51 | 45 | D | 15F | 49 | 33 |
| Octal | 335 | 51 | 105 | 0 | 121 | 105 | 15 | 537 | 111 | 63 |
| Binary | 11011101 | 101001 | 1000101 | 0 | 1010001 | 1000101 | 1101 | 101011111 | 1001001 | 110011 |
Color Harmonies of #DD2945
Complementary color
Monochromatic Colors of #DD2945
Black with #DD2945
Text Example
Text Example
White with #DD2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2945; }
p { color: rgb(221,41,69); }
H1.HeaderClassName
{
color: #DD2945;
}
.AnyTagClassName
{
color: #DD2945;
}
</style>
background-color css
<style>
a { background-color: #DD2945; }
a { background-color: rgb(221,41,69); }
div.DivClassName
{
background-color: #DD2945;
}
.BgClassName
{
background-color: #DD2945;
}
</style>
border-color css
<style>
span { border-color: #DD2945; }
span { border-color: rgb(221,41,69); }
td.TdClassName
{
border-color: #DD2945;
}
.TagClassName
{
border-color: #DD2945;
}
</style>