Shades of Amaranth #D22554
Tints of Amaranth #D22554
RGB
CMYK
RGB Variations
Color information
#D22554 (or 0xD22554) is known color: Amaranth. HEX triplet: D2, 25 and 54. RGB value is (210,37,84). Sum of RGB (Red+Green+Blue) = 210+37+84=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22554 is #2DDAAB. Grayscale: #5E5E5E. Windows color (decimal): -3005100 or 5514706. OLE color: 5514706.
HSL color Cylindrical-coordinate representation of color #D22554: hue angle of 343.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22554 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 84 | - |
| CMYK | 0 | 0.82 | 0.6 | 0.18 |
| HSL | 343.7º | 0.7% | 0.48% | - |
| HSV(B) | 343.7º | 0.82% | 0.82% | - |
| XYZ | 28.84 | 15.66 | 9.89 | - |
| YUV | 94.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 84 | 0 | 0.82 | 0.6 | 0.18 | 343.7 | 0.7 | 0.48 |
| Hex | D2 | 25 | 54 | 0 | 52 | 3C | 12 | 158 | 46 | 30 |
| Octal | 322 | 45 | 124 | 0 | 122 | 74 | 22 | 530 | 106 | 60 |
| Binary | 11010010 | 100101 | 1010100 | 0 | 1010010 | 111100 | 10010 | 101011000 | 1000110 | 110000 |
Color Harmonies of #D22554
Complementary color
Monochromatic Colors of #D22554
Black with #D22554
Text Example
Text Example
White with #D22554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22554; }
p { color: rgb(210,37,84); }
H1.HeaderClassName
{
color: #D22554;
}
.AnyTagClassName
{
color: #D22554;
}
</style>
background-color css
<style>
a { background-color: #D22554; }
a { background-color: rgb(210,37,84); }
div.DivClassName
{
background-color: #D22554;
}
.BgClassName
{
background-color: #D22554;
}
</style>
border-color css
<style>
span { border-color: #D22554; }
span { border-color: rgb(210,37,84); }
td.TdClassName
{
border-color: #D22554;
}
.TagClassName
{
border-color: #D22554;
}
</style>