Shades of Amaranth #D6394C
Tints of Amaranth #D6394C
RGB
CMYK
RGB Variations
Color information
#D6394C (or 0xD6394C) is known color: Amaranth. HEX triplet: D6, 39 and 4C. RGB value is (214,57,76). Sum of RGB (Red+Green+Blue) = 214+57+76=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6394C is #29C6B3. Grayscale: #6A6A6A. Windows color (decimal): -2737844 or 4995542. OLE color: 4995542.
HSL color Cylindrical-coordinate representation of color #D6394C: hue angle of 352.74º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6394C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 76 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.16 |
| HSL | 352.74º | 0.66% | 0.53% | - |
| HSV(B) | 352.74º | 0.73% | 0.84% | - |
| XYZ | 30.5 | 17.74 | 8.65 | - |
| YUV | 106.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 76 | 0 | 0.73 | 0.64 | 0.16 | 352.74 | 0.66 | 0.53 |
| Hex | D6 | 39 | 4C | 0 | 49 | 40 | 10 | 161 | 42 | 35 |
| Octal | 326 | 71 | 114 | 0 | 111 | 100 | 20 | 541 | 102 | 65 |
| Binary | 11010110 | 111001 | 1001100 | 0 | 1001001 | 1000000 | 10000 | 101100001 | 1000010 | 110101 |
Color Harmonies of #D6394C
Complementary color
Monochromatic Colors of #D6394C
Black with #D6394C
Text Example
Text Example
White with #D6394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6394C; }
p { color: rgb(214,57,76); }
H1.HeaderClassName
{
color: #D6394C;
}
.AnyTagClassName
{
color: #D6394C;
}
</style>
background-color css
<style>
a { background-color: #D6394C; }
a { background-color: rgb(214,57,76); }
div.DivClassName
{
background-color: #D6394C;
}
.BgClassName
{
background-color: #D6394C;
}
</style>
border-color css
<style>
span { border-color: #D6394C; }
span { border-color: rgb(214,57,76); }
td.TdClassName
{
border-color: #D6394C;
}
.TagClassName
{
border-color: #D6394C;
}
</style>