Shades of Amaranth #D7324C
Tints of Amaranth #D7324C
RGB
CMYK
RGB Variations
Color information
#D7324C (or 0xD7324C) is known color: Amaranth. HEX triplet: D7, 32 and 4C. RGB value is (215,50,76). Sum of RGB (Red+Green+Blue) = 215+50+76=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7324C is #28CDB3. Grayscale: #666666. Windows color (decimal): -2674100 or 4993751. OLE color: 4993751.
HSL color Cylindrical-coordinate representation of color #D7324C: hue angle of 350.55º 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 #D7324C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 76 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.16 |
| HSL | 350.55º | 0.67% | 0.52% | - |
| HSV(B) | 350.55º | 0.77% | 0.84% | - |
| XYZ | 30.47 | 17.25 | 8.56 | - |
| YUV | 102.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 76 | 0 | 0.77 | 0.65 | 0.16 | 350.55 | 0.67 | 0.52 |
| Hex | D7 | 32 | 4C | 0 | 4D | 41 | 10 | 15F | 43 | 34 |
| Octal | 327 | 62 | 114 | 0 | 115 | 101 | 20 | 537 | 103 | 64 |
| Binary | 11010111 | 110010 | 1001100 | 0 | 1001101 | 1000001 | 10000 | 101011111 | 1000011 | 110100 |
Color Harmonies of #D7324C
Complementary color
Monochromatic Colors of #D7324C
Black with #D7324C
Text Example
Text Example
White with #D7324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7324C; }
p { color: rgb(215,50,76); }
H1.HeaderClassName
{
color: #D7324C;
}
.AnyTagClassName
{
color: #D7324C;
}
</style>
background-color css
<style>
a { background-color: #D7324C; }
a { background-color: rgb(215,50,76); }
div.DivClassName
{
background-color: #D7324C;
}
.BgClassName
{
background-color: #D7324C;
}
</style>
border-color css
<style>
span { border-color: #D7324C; }
span { border-color: rgb(215,50,76); }
td.TdClassName
{
border-color: #D7324C;
}
.TagClassName
{
border-color: #D7324C;
}
</style>