Shades of Amaranth #D32C51
Tints of Amaranth #D32C51
RGB
CMYK
RGB Variations
Color information
#D32C51 (or 0xD32C51) is known color: Amaranth. HEX triplet: D3, 2C and 51. RGB value is (211,44,81). Sum of RGB (Red+Green+Blue) = 211+44+81=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D32C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32C51 is #2CD3AE. Grayscale: #626262. Windows color (decimal): -2937775 or 5319891. OLE color: 5319891.
HSL color Cylindrical-coordinate representation of color #D32C51: hue angle of 346.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32C51 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 44 | 81 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.17 |
| HSL | 346.71º | 0.65% | 0.5% | - |
| HSV(B) | 346.71º | 0.79% | 0.83% | - |
| XYZ | 29.25 | 16.24 | 9.38 | - |
| YUV | 98.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 81 | 0 | 0.79 | 0.62 | 0.17 | 346.71 | 0.65 | 0.5 |
| Hex | D3 | 2C | 51 | 0 | 4F | 3E | 11 | 15B | 41 | 32 |
| Octal | 323 | 54 | 121 | 0 | 117 | 76 | 21 | 533 | 101 | 62 |
| Binary | 11010011 | 101100 | 1010001 | 0 | 1001111 | 111110 | 10001 | 101011011 | 1000001 | 110010 |
Color Harmonies of #D32C51
Complementary color
Monochromatic Colors of #D32C51
Black with #D32C51
Text Example
Text Example
White with #D32C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32C51; }
p { color: rgb(211,44,81); }
H1.HeaderClassName
{
color: #D32C51;
}
.AnyTagClassName
{
color: #D32C51;
}
</style>
background-color css
<style>
a { background-color: #D32C51; }
a { background-color: rgb(211,44,81); }
div.DivClassName
{
background-color: #D32C51;
}
.BgClassName
{
background-color: #D32C51;
}
</style>
border-color css
<style>
span { border-color: #D32C51; }
span { border-color: rgb(211,44,81); }
td.TdClassName
{
border-color: #D32C51;
}
.TagClassName
{
border-color: #D32C51;
}
</style>