Shades of Amaranth #D22C54
Tints of Amaranth #D22C54
RGB
CMYK
RGB Variations
Color information
#D22C54 (or 0xD22C54) is known color: Amaranth. HEX triplet: D2, 2C and 54. RGB value is (210,44,84). Sum of RGB (Red+Green+Blue) = 210+44+84=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C54 is #2DD3AB. Grayscale: #626262. Windows color (decimal): -3003308 or 5516498. OLE color: 5516498.
HSL color Cylindrical-coordinate representation of color #D22C54: hue angle of 345.54º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C54 is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 84 | - |
| CMYK | 0 | 0.79 | 0.6 | 0.18 |
| HSL | 345.54º | 0.65% | 0.5% | - |
| HSV(B) | 345.54º | 0.79% | 0.82% | - |
| XYZ | 29.08 | 16.14 | 9.97 | - |
| YUV | 98.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 84 | 0 | 0.79 | 0.6 | 0.18 | 345.54 | 0.65 | 0.5 |
| Hex | D2 | 2C | 54 | 0 | 4F | 3C | 12 | 15A | 41 | 32 |
| Octal | 322 | 54 | 124 | 0 | 117 | 74 | 22 | 532 | 101 | 62 |
| Binary | 11010010 | 101100 | 1010100 | 0 | 1001111 | 111100 | 10010 | 101011010 | 1000001 | 110010 |
Color Harmonies of #D22C54
Complementary color
Monochromatic Colors of #D22C54
Black with #D22C54
Text Example
Text Example
White with #D22C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C54; }
p { color: rgb(210,44,84); }
H1.HeaderClassName
{
color: #D22C54;
}
.AnyTagClassName
{
color: #D22C54;
}
</style>
background-color css
<style>
a { background-color: #D22C54; }
a { background-color: rgb(210,44,84); }
div.DivClassName
{
background-color: #D22C54;
}
.BgClassName
{
background-color: #D22C54;
}
</style>
border-color css
<style>
span { border-color: #D22C54; }
span { border-color: rgb(210,44,84); }
td.TdClassName
{
border-color: #D22C54;
}
.TagClassName
{
border-color: #D22C54;
}
</style>