Shades of Amaranth #D8394C
Tints of Amaranth #D8394C
RGB
CMYK
RGB Variations
Color information
#D8394C (or 0xD8394C) is known color: Amaranth. HEX triplet: D8, 39 and 4C. RGB value is (216,57,76). Sum of RGB (Red+Green+Blue) = 216+57+76=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8394C is #27C6B3. Grayscale: #6A6A6A. Windows color (decimal): -2606772 or 4995544. OLE color: 4995544.
HSL color Cylindrical-coordinate representation of color #D8394C: hue angle of 352.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8394C is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 76 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.15 |
| HSL | 352.83º | 0.67% | 0.54% | - |
| HSV(B) | 352.83º | 0.74% | 0.85% | - |
| XYZ | 31.09 | 18.05 | 8.68 | - |
| YUV | 106.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 76 | 0 | 0.74 | 0.65 | 0.15 | 352.83 | 0.67 | 0.54 |
| Hex | D8 | 39 | 4C | 0 | 4A | 41 | F | 161 | 43 | 36 |
| Octal | 330 | 71 | 114 | 0 | 112 | 101 | 17 | 541 | 103 | 66 |
| Binary | 11011000 | 111001 | 1001100 | 0 | 1001010 | 1000001 | 1111 | 101100001 | 1000011 | 110110 |
Color Harmonies of #D8394C
Complementary color
Monochromatic Colors of #D8394C
Black with #D8394C
Text Example
Text Example
White with #D8394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8394C; }
p { color: rgb(216,57,76); }
H1.HeaderClassName
{
color: #D8394C;
}
.AnyTagClassName
{
color: #D8394C;
}
</style>
background-color css
<style>
a { background-color: #D8394C; }
a { background-color: rgb(216,57,76); }
div.DivClassName
{
background-color: #D8394C;
}
.BgClassName
{
background-color: #D8394C;
}
</style>
border-color css
<style>
span { border-color: #D8394C; }
span { border-color: rgb(216,57,76); }
td.TdClassName
{
border-color: #D8394C;
}
.TagClassName
{
border-color: #D8394C;
}
</style>