Shades of Amaranth #D62C49
Tints of Amaranth #D62C49
RGB
CMYK
RGB Variations
Color information
#D62C49 (or 0xD62C49) is known color: Amaranth. HEX triplet: D6, 2C and 49. RGB value is (214,44,73). Sum of RGB (Red+Green+Blue) = 214+44+73=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C49 is #29D3B6. Grayscale: #626262. Windows color (decimal): -2741175 or 4795606. OLE color: 4795606.
HSL color Cylindrical-coordinate representation of color #D62C49: hue angle of 349.76º 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 #D62C49 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 73 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.16 |
| HSL | 349.76º | 0.67% | 0.51% | - |
| HSV(B) | 349.76º | 0.79% | 0.84% | - |
| XYZ | 29.83 | 16.58 | 7.93 | - |
| YUV | 98.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 73 | 0 | 0.79 | 0.66 | 0.16 | 349.76 | 0.67 | 0.51 |
| Hex | D6 | 2C | 49 | 0 | 4F | 42 | 10 | 15E | 43 | 33 |
| Octal | 326 | 54 | 111 | 0 | 117 | 102 | 20 | 536 | 103 | 63 |
| Binary | 11010110 | 101100 | 1001001 | 0 | 1001111 | 1000010 | 10000 | 101011110 | 1000011 | 110011 |
Color Harmonies of #D62C49
Complementary color
Monochromatic Colors of #D62C49
Black with #D62C49
Text Example
Text Example
White with #D62C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C49; }
p { color: rgb(214,44,73); }
H1.HeaderClassName
{
color: #D62C49;
}
.AnyTagClassName
{
color: #D62C49;
}
</style>
background-color css
<style>
a { background-color: #D62C49; }
a { background-color: rgb(214,44,73); }
div.DivClassName
{
background-color: #D62C49;
}
.BgClassName
{
background-color: #D62C49;
}
</style>
border-color css
<style>
span { border-color: #D62C49; }
span { border-color: rgb(214,44,73); }
td.TdClassName
{
border-color: #D62C49;
}
.TagClassName
{
border-color: #D62C49;
}
</style>