Shades of Amaranth #D6294C
Tints of Amaranth #D6294C
RGB
CMYK
RGB Variations
Color information
#D6294C (or 0xD6294C) is known color: Amaranth. HEX triplet: D6, 29 and 4C. RGB value is (214,41,76). Sum of RGB (Red+Green+Blue) = 214+41+76=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6294C is #29D6B3. Grayscale: #606060. Windows color (decimal): -2741940 or 4991446. OLE color: 4991446.
HSL color Cylindrical-coordinate representation of color #D6294C: hue angle of 347.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6294C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 76 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.16 |
| HSL | 347.86º | 0.68% | 0.5% | - |
| HSV(B) | 347.86º | 0.81% | 0.84% | - |
| XYZ | 29.83 | 16.4 | 8.43 | - |
| YUV | 96.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 76 | 0 | 0.81 | 0.64 | 0.16 | 347.86 | 0.68 | 0.5 |
| Hex | D6 | 29 | 4C | 0 | 51 | 40 | 10 | 15C | 44 | 32 |
| Octal | 326 | 51 | 114 | 0 | 121 | 100 | 20 | 534 | 104 | 62 |
| Binary | 11010110 | 101001 | 1001100 | 0 | 1010001 | 1000000 | 10000 | 101011100 | 1000100 | 110010 |
Color Harmonies of #D6294C
Complementary color
Monochromatic Colors of #D6294C
Black with #D6294C
Text Example
Text Example
White with #D6294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6294C; }
p { color: rgb(214,41,76); }
H1.HeaderClassName
{
color: #D6294C;
}
.AnyTagClassName
{
color: #D6294C;
}
</style>
background-color css
<style>
a { background-color: #D6294C; }
a { background-color: rgb(214,41,76); }
div.DivClassName
{
background-color: #D6294C;
}
.BgClassName
{
background-color: #D6294C;
}
</style>
border-color css
<style>
span { border-color: #D6294C; }
span { border-color: rgb(214,41,76); }
td.TdClassName
{
border-color: #D6294C;
}
.TagClassName
{
border-color: #D6294C;
}
</style>