Shades of Amaranth #D7344C
Tints of Amaranth #D7344C
RGB
CMYK
RGB Variations
Color information
#D7344C (or 0xD7344C) is known color: Amaranth. HEX triplet: D7, 34 and 4C. RGB value is (215,52,76). Sum of RGB (Red+Green+Blue) = 215+52+76=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7344C is #28CBB3. Grayscale: #676767. Windows color (decimal): -2673588 or 4994263. OLE color: 4994263.
HSL color Cylindrical-coordinate representation of color #D7344C: hue angle of 351.17º 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 #D7344C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.17º | 0.67% | 0.52% | - |
| HSV(B) | 351.17º | 0.76% | 0.84% | - |
| XYZ | 30.56 | 17.42 | 8.59 | - |
| YUV | 103.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 76 | 0 | 0.76 | 0.65 | 0.16 | 351.17 | 0.67 | 0.52 |
| Hex | D7 | 34 | 4C | 0 | 4C | 41 | 10 | 15F | 43 | 34 |
| Octal | 327 | 64 | 114 | 0 | 114 | 101 | 20 | 537 | 103 | 64 |
| Binary | 11010111 | 110100 | 1001100 | 0 | 1001100 | 1000001 | 10000 | 101011111 | 1000011 | 110100 |
Color Harmonies of #D7344C
Complementary color
Monochromatic Colors of #D7344C
Black with #D7344C
Text Example
Text Example
White with #D7344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7344C; }
p { color: rgb(215,52,76); }
H1.HeaderClassName
{
color: #D7344C;
}
.AnyTagClassName
{
color: #D7344C;
}
</style>
background-color css
<style>
a { background-color: #D7344C; }
a { background-color: rgb(215,52,76); }
div.DivClassName
{
background-color: #D7344C;
}
.BgClassName
{
background-color: #D7344C;
}
</style>
border-color css
<style>
span { border-color: #D7344C; }
span { border-color: rgb(215,52,76); }
td.TdClassName
{
border-color: #D7344C;
}
.TagClassName
{
border-color: #D7344C;
}
</style>