Shades of Amaranth #D6364C
Tints of Amaranth #D6364C
RGB
CMYK
RGB Variations
Color information
#D6364C (or 0xD6364C) is known color: Amaranth. HEX triplet: D6, 36 and 4C. RGB value is (214,54,76). Sum of RGB (Red+Green+Blue) = 214+54+76=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6364C is #29C9B3. Grayscale: #686868. Windows color (decimal): -2738612 or 4994774. OLE color: 4994774.
HSL color Cylindrical-coordinate representation of color #D6364C: hue angle of 351.75º degrees, saturation: 0.66, 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 #D6364C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 76 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.16 |
| HSL | 351.75º | 0.66% | 0.53% | - |
| HSV(B) | 351.75º | 0.75% | 0.84% | - |
| XYZ | 30.36 | 17.46 | 8.61 | - |
| YUV | 104.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 76 | 0 | 0.75 | 0.64 | 0.16 | 351.75 | 0.66 | 0.53 |
| Hex | D6 | 36 | 4C | 0 | 4B | 40 | 10 | 160 | 42 | 35 |
| Octal | 326 | 66 | 114 | 0 | 113 | 100 | 20 | 540 | 102 | 65 |
| Binary | 11010110 | 110110 | 1001100 | 0 | 1001011 | 1000000 | 10000 | 101100000 | 1000010 | 110101 |
Color Harmonies of #D6364C
Complementary color
Monochromatic Colors of #D6364C
Black with #D6364C
Text Example
Text Example
White with #D6364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6364C; }
p { color: rgb(214,54,76); }
H1.HeaderClassName
{
color: #D6364C;
}
.AnyTagClassName
{
color: #D6364C;
}
</style>
background-color css
<style>
a { background-color: #D6364C; }
a { background-color: rgb(214,54,76); }
div.DivClassName
{
background-color: #D6364C;
}
.BgClassName
{
background-color: #D6364C;
}
</style>
border-color css
<style>
span { border-color: #D6364C; }
span { border-color: rgb(214,54,76); }
td.TdClassName
{
border-color: #D6364C;
}
.TagClassName
{
border-color: #D6364C;
}
</style>