Shades of Amaranth #D7364E
Tints of Amaranth #D7364E
RGB
CMYK
RGB Variations
Color information
#D7364E (or 0xD7364E) is known color: Amaranth. HEX triplet: D7, 36 and 4E. RGB value is (215,54,78). Sum of RGB (Red+Green+Blue) = 215+54+78=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7364E is #28C9B1. Grayscale: #686868. Windows color (decimal): -2673074 or 5125847. OLE color: 5125847.
HSL color Cylindrical-coordinate representation of color #D7364E: hue angle of 351.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7364E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 78 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.16 |
| HSL | 351.06º | 0.67% | 0.53% | - |
| HSV(B) | 351.06º | 0.75% | 0.84% | - |
| XYZ | 30.72 | 17.64 | 8.99 | - |
| YUV | 104.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 78 | 0 | 0.75 | 0.64 | 0.16 | 351.06 | 0.67 | 0.53 |
| Hex | D7 | 36 | 4E | 0 | 4B | 40 | 10 | 15F | 43 | 35 |
| Octal | 327 | 66 | 116 | 0 | 113 | 100 | 20 | 537 | 103 | 65 |
| Binary | 11010111 | 110110 | 1001110 | 0 | 1001011 | 1000000 | 10000 | 101011111 | 1000011 | 110101 |
Color Harmonies of #D7364E
Complementary color
Monochromatic Colors of #D7364E
Black with #D7364E
Text Example
Text Example
White with #D7364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7364E; }
p { color: rgb(215,54,78); }
H1.HeaderClassName
{
color: #D7364E;
}
.AnyTagClassName
{
color: #D7364E;
}
</style>
background-color css
<style>
a { background-color: #D7364E; }
a { background-color: rgb(215,54,78); }
div.DivClassName
{
background-color: #D7364E;
}
.BgClassName
{
background-color: #D7364E;
}
</style>
border-color css
<style>
span { border-color: #D7364E; }
span { border-color: rgb(215,54,78); }
td.TdClassName
{
border-color: #D7364E;
}
.TagClassName
{
border-color: #D7364E;
}
</style>