Shades of Amaranth #D52554
Tints of Amaranth #D52554
RGB
CMYK
RGB Variations
Color information
#D52554 (or 0xD52554) is known color: Amaranth. HEX triplet: D5, 25 and 54. RGB value is (213,37,84). Sum of RGB (Red+Green+Blue) = 213+37+84=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D52554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52554 is #2ADAAB. Grayscale: #5E5E5E. Windows color (decimal): -2808492 or 5514709. OLE color: 5514709.
HSL color Cylindrical-coordinate representation of color #D52554: hue angle of 343.98º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52554 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 84 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.16 |
| HSL | 343.98º | 0.7% | 0.49% | - |
| HSV(B) | 343.98º | 0.83% | 0.84% | - |
| XYZ | 29.7 | 16.11 | 9.93 | - |
| YUV | 94.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 84 | 0 | 0.83 | 0.61 | 0.16 | 343.98 | 0.7 | 0.49 |
| Hex | D5 | 25 | 54 | 0 | 53 | 3D | 10 | 158 | 46 | 31 |
| Octal | 325 | 45 | 124 | 0 | 123 | 75 | 20 | 530 | 106 | 61 |
| Binary | 11010101 | 100101 | 1010100 | 0 | 1010011 | 111101 | 10000 | 101011000 | 1000110 | 110001 |
Color Harmonies of #D52554
Complementary color
Monochromatic Colors of #D52554
Black with #D52554
Text Example
Text Example
White with #D52554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52554; }
p { color: rgb(213,37,84); }
H1.HeaderClassName
{
color: #D52554;
}
.AnyTagClassName
{
color: #D52554;
}
</style>
background-color css
<style>
a { background-color: #D52554; }
a { background-color: rgb(213,37,84); }
div.DivClassName
{
background-color: #D52554;
}
.BgClassName
{
background-color: #D52554;
}
</style>
border-color css
<style>
span { border-color: #D52554; }
span { border-color: rgb(213,37,84); }
td.TdClassName
{
border-color: #D52554;
}
.TagClassName
{
border-color: #D52554;
}
</style>