Shades of Amaranth #D7324D
Tints of Amaranth #D7324D
RGB
CMYK
RGB Variations
Color information
#D7324D (or 0xD7324D) is known color: Amaranth. HEX triplet: D7, 32 and 4D. RGB value is (215,50,77). Sum of RGB (Red+Green+Blue) = 215+50+77=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7324D is #28CDB2. Grayscale: #666666. Windows color (decimal): -2674099 or 5059287. OLE color: 5059287.
HSL color Cylindrical-coordinate representation of color #D7324D: hue angle of 350.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7324D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 77 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.16 |
| HSL | 350.18º | 0.67% | 0.52% | - |
| HSV(B) | 350.18º | 0.77% | 0.84% | - |
| XYZ | 30.5 | 17.26 | 8.75 | - |
| YUV | 102.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 77 | 0 | 0.77 | 0.64 | 0.16 | 350.18 | 0.67 | 0.52 |
| Hex | D7 | 32 | 4D | 0 | 4D | 40 | 10 | 15E | 43 | 34 |
| Octal | 327 | 62 | 115 | 0 | 115 | 100 | 20 | 536 | 103 | 64 |
| Binary | 11010111 | 110010 | 1001101 | 0 | 1001101 | 1000000 | 10000 | 101011110 | 1000011 | 110100 |
Color Harmonies of #D7324D
Complementary color
Monochromatic Colors of #D7324D
Black with #D7324D
Text Example
Text Example
White with #D7324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7324D; }
p { color: rgb(215,50,77); }
H1.HeaderClassName
{
color: #D7324D;
}
.AnyTagClassName
{
color: #D7324D;
}
</style>
background-color css
<style>
a { background-color: #D7324D; }
a { background-color: rgb(215,50,77); }
div.DivClassName
{
background-color: #D7324D;
}
.BgClassName
{
background-color: #D7324D;
}
</style>
border-color css
<style>
span { border-color: #D7324D; }
span { border-color: rgb(215,50,77); }
td.TdClassName
{
border-color: #D7324D;
}
.TagClassName
{
border-color: #D7324D;
}
</style>