Shades of Amaranth #D7344D
Tints of Amaranth #D7344D
RGB
CMYK
RGB Variations
Color information
#D7344D (or 0xD7344D) is known color: Amaranth. HEX triplet: D7, 34 and 4D. RGB value is (215,52,77). Sum of RGB (Red+Green+Blue) = 215+52+77=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7344D is #28CBB2. Grayscale: #676767. Windows color (decimal): -2673587 or 5059799. OLE color: 5059799.
HSL color Cylindrical-coordinate representation of color #D7344D: hue angle of 350.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7344D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 77 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.16 |
| HSL | 350.8º | 0.67% | 0.52% | - |
| HSV(B) | 350.8º | 0.76% | 0.84% | - |
| XYZ | 30.59 | 17.44 | 8.77 | - |
| YUV | 103.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 77 | 0 | 0.76 | 0.64 | 0.16 | 350.8 | 0.67 | 0.52 |
| Hex | D7 | 34 | 4D | 0 | 4C | 40 | 10 | 15F | 43 | 34 |
| Octal | 327 | 64 | 115 | 0 | 114 | 100 | 20 | 537 | 103 | 64 |
| Binary | 11010111 | 110100 | 1001101 | 0 | 1001100 | 1000000 | 10000 | 101011111 | 1000011 | 110100 |
Color Harmonies of #D7344D
Complementary color
Monochromatic Colors of #D7344D
Black with #D7344D
Text Example
Text Example
White with #D7344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7344D; }
p { color: rgb(215,52,77); }
H1.HeaderClassName
{
color: #D7344D;
}
.AnyTagClassName
{
color: #D7344D;
}
</style>
background-color css
<style>
a { background-color: #D7344D; }
a { background-color: rgb(215,52,77); }
div.DivClassName
{
background-color: #D7344D;
}
.BgClassName
{
background-color: #D7344D;
}
</style>
border-color css
<style>
span { border-color: #D7344D; }
span { border-color: rgb(215,52,77); }
td.TdClassName
{
border-color: #D7344D;
}
.TagClassName
{
border-color: #D7344D;
}
</style>