Shades of Amaranth #D62C54
Tints of Amaranth #D62C54
RGB
CMYK
RGB Variations
Color information
#D62C54 (or 0xD62C54) is known color: Amaranth. HEX triplet: D6, 2C and 54. RGB value is (214,44,84). Sum of RGB (Red+Green+Blue) = 214+44+84=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C54 is #29D3AB. Grayscale: #636363. Windows color (decimal): -2741164 or 5516502. OLE color: 5516502.
HSL color Cylindrical-coordinate representation of color #D62C54: hue angle of 345.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C54 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 84 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.16 |
| HSL | 345.88º | 0.67% | 0.51% | - |
| HSV(B) | 345.88º | 0.79% | 0.84% | - |
| XYZ | 30.23 | 16.74 | 10.02 | - |
| YUV | 99.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 84 | 0 | 0.79 | 0.61 | 0.16 | 345.88 | 0.67 | 0.51 |
| Hex | D6 | 2C | 54 | 0 | 4F | 3D | 10 | 15A | 43 | 33 |
| Octal | 326 | 54 | 124 | 0 | 117 | 75 | 20 | 532 | 103 | 63 |
| Binary | 11010110 | 101100 | 1010100 | 0 | 1001111 | 111101 | 10000 | 101011010 | 1000011 | 110011 |
Color Harmonies of #D62C54
Complementary color
Monochromatic Colors of #D62C54
Black with #D62C54
Text Example
Text Example
White with #D62C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C54; }
p { color: rgb(214,44,84); }
H1.HeaderClassName
{
color: #D62C54;
}
.AnyTagClassName
{
color: #D62C54;
}
</style>
background-color css
<style>
a { background-color: #D62C54; }
a { background-color: rgb(214,44,84); }
div.DivClassName
{
background-color: #D62C54;
}
.BgClassName
{
background-color: #D62C54;
}
</style>
border-color css
<style>
span { border-color: #D62C54; }
span { border-color: rgb(214,44,84); }
td.TdClassName
{
border-color: #D62C54;
}
.TagClassName
{
border-color: #D62C54;
}
</style>