Shades of Amaranth #D42B51
Tints of Amaranth #D42B51
RGB
CMYK
RGB Variations
Color information
#D42B51 (or 0xD42B51) is known color: Amaranth. HEX triplet: D4, 2B and 51. RGB value is (212,43,81). Sum of RGB (Red+Green+Blue) = 212+43+81=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B51 is #2BD4AE. Grayscale: #616161. Windows color (decimal): -2872495 or 5319636. OLE color: 5319636.
HSL color Cylindrical-coordinate representation of color #D42B51: hue angle of 346.51º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B51 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 81 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.17 |
| HSL | 346.51º | 0.66% | 0.5% | - |
| HSV(B) | 346.51º | 0.8% | 0.83% | - |
| XYZ | 29.5 | 16.32 | 9.38 | - |
| YUV | 97.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 81 | 0 | 0.80 | 0.62 | 0.17 | 346.51 | 0.66 | 0.5 |
| Hex | D4 | 2B | 51 | 0 | 50 | 3E | 11 | 15B | 42 | 32 |
| Octal | 324 | 53 | 121 | 0 | 120 | 76 | 21 | 533 | 102 | 62 |
| Binary | 11010100 | 101011 | 1010001 | 0 | 1010000 | 111110 | 10001 | 101011011 | 1000010 | 110010 |
Color Harmonies of #D42B51
Complementary color
Monochromatic Colors of #D42B51
Black with #D42B51
Text Example
Text Example
White with #D42B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B51; }
p { color: rgb(212,43,81); }
H1.HeaderClassName
{
color: #D42B51;
}
.AnyTagClassName
{
color: #D42B51;
}
</style>
background-color css
<style>
a { background-color: #D42B51; }
a { background-color: rgb(212,43,81); }
div.DivClassName
{
background-color: #D42B51;
}
.BgClassName
{
background-color: #D42B51;
}
</style>
border-color css
<style>
span { border-color: #D42B51; }
span { border-color: rgb(212,43,81); }
td.TdClassName
{
border-color: #D42B51;
}
.TagClassName
{
border-color: #D42B51;
}
</style>