Shades of Amaranth #DD3E45
Tints of Amaranth #DD3E45
RGB
CMYK
RGB Variations
Color information
#DD3E45 (or 0xDD3E45) is known color: Amaranth. HEX triplet: DD, 3E and 45. RGB value is (221,62,69). Sum of RGB (Red+Green+Blue) = 221+62+69=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E45 is #22C1BA. Grayscale: #6E6E6E. Windows color (decimal): -2277819 or 4538077. OLE color: 4538077.
HSL color Cylindrical-coordinate representation of color #DD3E45: hue angle of 357.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E45 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 69 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.13 |
| HSL | 357.36º | 0.7% | 0.55% | - |
| HSV(B) | 357.36º | 0.72% | 0.87% | - |
| XYZ | 32.62 | 19.25 | 7.63 | - |
| YUV | 110.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 69 | 0 | 0.72 | 0.69 | 0.13 | 357.36 | 0.7 | 0.55 |
| Hex | DD | 3E | 45 | 0 | 48 | 45 | D | 165 | 46 | 37 |
| Octal | 335 | 76 | 105 | 0 | 110 | 105 | 15 | 545 | 106 | 67 |
| Binary | 11011101 | 111110 | 1000101 | 0 | 1001000 | 1000101 | 1101 | 101100101 | 1000110 | 110111 |
Color Harmonies of #DD3E45
Complementary color
Monochromatic Colors of #DD3E45
Black with #DD3E45
Text Example
Text Example
White with #DD3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E45; }
p { color: rgb(221,62,69); }
H1.HeaderClassName
{
color: #DD3E45;
}
.AnyTagClassName
{
color: #DD3E45;
}
</style>
background-color css
<style>
a { background-color: #DD3E45; }
a { background-color: rgb(221,62,69); }
div.DivClassName
{
background-color: #DD3E45;
}
.BgClassName
{
background-color: #DD3E45;
}
</style>
border-color css
<style>
span { border-color: #DD3E45; }
span { border-color: rgb(221,62,69); }
td.TdClassName
{
border-color: #DD3E45;
}
.TagClassName
{
border-color: #DD3E45;
}
</style>