Shades of Amaranth #D4294F
Tints of Amaranth #D4294F
RGB
CMYK
RGB Variations
Color information
#D4294F (or 0xD4294F) is known color: Amaranth. HEX triplet: D4, 29 and 4F. RGB value is (212,41,79). Sum of RGB (Red+Green+Blue) = 212+41+79=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D4294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4294F is #2BD6B0. Grayscale: #606060. Windows color (decimal): -2873009 or 5188052. OLE color: 5188052.
HSL color Cylindrical-coordinate representation of color #D4294F: hue angle of 346.67º 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 #D4294F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 79 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.17 |
| HSL | 346.67º | 0.68% | 0.5% | - |
| HSV(B) | 346.67º | 0.81% | 0.83% | - |
| XYZ | 29.36 | 16.15 | 8.97 | - |
| YUV | 96.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 79 | 0 | 0.81 | 0.63 | 0.17 | 346.67 | 0.68 | 0.5 |
| Hex | D4 | 29 | 4F | 0 | 51 | 3F | 11 | 15B | 44 | 32 |
| Octal | 324 | 51 | 117 | 0 | 121 | 77 | 21 | 533 | 104 | 62 |
| Binary | 11010100 | 101001 | 1001111 | 0 | 1010001 | 111111 | 10001 | 101011011 | 1000100 | 110010 |
Color Harmonies of #D4294F
Complementary color
Monochromatic Colors of #D4294F
Black with #D4294F
Text Example
Text Example
White with #D4294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4294F; }
p { color: rgb(212,41,79); }
H1.HeaderClassName
{
color: #D4294F;
}
.AnyTagClassName
{
color: #D4294F;
}
</style>
background-color css
<style>
a { background-color: #D4294F; }
a { background-color: rgb(212,41,79); }
div.DivClassName
{
background-color: #D4294F;
}
.BgClassName
{
background-color: #D4294F;
}
</style>
border-color css
<style>
span { border-color: #D4294F; }
span { border-color: rgb(212,41,79); }
td.TdClassName
{
border-color: #D4294F;
}
.TagClassName
{
border-color: #D4294F;
}
</style>