Shades of Amaranth #D6324C
Tints of Amaranth #D6324C
RGB
CMYK
RGB Variations
Color information
#D6324C (or 0xD6324C) is known color: Amaranth. HEX triplet: D6, 32 and 4C. RGB value is (214,50,76). Sum of RGB (Red+Green+Blue) = 214+50+76=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6324C is #29CDB3. Grayscale: #666666. Windows color (decimal): -2739636 or 4993750. OLE color: 4993750.
HSL color Cylindrical-coordinate representation of color #D6324C: hue angle of 350.49º 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 #D6324C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 76 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.16 |
| HSL | 350.49º | 0.67% | 0.52% | - |
| HSV(B) | 350.49º | 0.77% | 0.84% | - |
| XYZ | 30.18 | 17.1 | 8.55 | - |
| YUV | 102 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 76 | 0 | 0.77 | 0.64 | 0.16 | 350.49 | 0.67 | 0.52 |
| Hex | D6 | 32 | 4C | 0 | 4D | 40 | 10 | 15E | 43 | 34 |
| Octal | 326 | 62 | 114 | 0 | 115 | 100 | 20 | 536 | 103 | 64 |
| Binary | 11010110 | 110010 | 1001100 | 0 | 1001101 | 1000000 | 10000 | 101011110 | 1000011 | 110100 |
Color Harmonies of #D6324C
Complementary color
Monochromatic Colors of #D6324C
Black with #D6324C
Text Example
Text Example
White with #D6324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6324C; }
p { color: rgb(214,50,76); }
H1.HeaderClassName
{
color: #D6324C;
}
.AnyTagClassName
{
color: #D6324C;
}
</style>
background-color css
<style>
a { background-color: #D6324C; }
a { background-color: rgb(214,50,76); }
div.DivClassName
{
background-color: #D6324C;
}
.BgClassName
{
background-color: #D6324C;
}
</style>
border-color css
<style>
span { border-color: #D6324C; }
span { border-color: rgb(214,50,76); }
td.TdClassName
{
border-color: #D6324C;
}
.TagClassName
{
border-color: #D6324C;
}
</style>