Shades of Amaranth #D4294C
Tints of Amaranth #D4294C
RGB
CMYK
RGB Variations
Color information
#D4294C (or 0xD4294C) is known color: Amaranth. HEX triplet: D4, 29 and 4C. RGB value is (212,41,76). Sum of RGB (Red+Green+Blue) = 212+41+76=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4294C is #2BD6B3. Grayscale: #606060. Windows color (decimal): -2873012 or 4991444. OLE color: 4991444.
HSL color Cylindrical-coordinate representation of color #D4294C: hue angle of 347.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4294C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 76 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.17 |
| HSL | 347.72º | 0.68% | 0.5% | - |
| HSV(B) | 347.72º | 0.81% | 0.83% | - |
| XYZ | 29.25 | 16.1 | 8.4 | - |
| YUV | 96.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 76 | 0 | 0.81 | 0.64 | 0.17 | 347.72 | 0.68 | 0.5 |
| Hex | D4 | 29 | 4C | 0 | 51 | 40 | 11 | 15C | 44 | 32 |
| Octal | 324 | 51 | 114 | 0 | 121 | 100 | 21 | 534 | 104 | 62 |
| Binary | 11010100 | 101001 | 1001100 | 0 | 1010001 | 1000000 | 10001 | 101011100 | 1000100 | 110010 |
Color Harmonies of #D4294C
Complementary color
Monochromatic Colors of #D4294C
Black with #D4294C
Text Example
Text Example
White with #D4294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4294C; }
p { color: rgb(212,41,76); }
H1.HeaderClassName
{
color: #D4294C;
}
.AnyTagClassName
{
color: #D4294C;
}
</style>
background-color css
<style>
a { background-color: #D4294C; }
a { background-color: rgb(212,41,76); }
div.DivClassName
{
background-color: #D4294C;
}
.BgClassName
{
background-color: #D4294C;
}
</style>
border-color css
<style>
span { border-color: #D4294C; }
span { border-color: rgb(212,41,76); }
td.TdClassName
{
border-color: #D4294C;
}
.TagClassName
{
border-color: #D4294C;
}
</style>