Shades of Amaranth #D52454
Tints of Amaranth #D52454
RGB
CMYK
RGB Variations
Color information
#D52454 (or 0xD52454) is known color: Amaranth. HEX triplet: D5, 24 and 54. RGB value is (213,36,84). Sum of RGB (Red+Green+Blue) = 213+36+84=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52454 is #2ADBAB. Grayscale: #5E5E5E. Windows color (decimal): -2808748 or 5514453. OLE color: 5514453.
HSL color Cylindrical-coordinate representation of color #D52454: hue angle of 343.73º degrees, saturation: 0.71, 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 #D52454 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 84 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.16 |
| HSL | 343.73º | 0.71% | 0.49% | - |
| HSV(B) | 343.73º | 0.83% | 0.84% | - |
| XYZ | 29.67 | 16.05 | 9.92 | - |
| YUV | 94.4 | 122.14 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 84 | 0 | 0.83 | 0.61 | 0.16 | 343.73 | 0.71 | 0.49 |
| Hex | D5 | 24 | 54 | 0 | 53 | 3D | 10 | 158 | 47 | 31 |
| Octal | 325 | 44 | 124 | 0 | 123 | 75 | 20 | 530 | 107 | 61 |
| Binary | 11010101 | 100100 | 1010100 | 0 | 1010011 | 111101 | 10000 | 101011000 | 1000111 | 110001 |
Color Harmonies of #D52454
Complementary color
Monochromatic Colors of #D52454
Black with #D52454
Text Example
Text Example
White with #D52454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52454; }
p { color: rgb(213,36,84); }
H1.HeaderClassName
{
color: #D52454;
}
.AnyTagClassName
{
color: #D52454;
}
</style>
background-color css
<style>
a { background-color: #D52454; }
a { background-color: rgb(213,36,84); }
div.DivClassName
{
background-color: #D52454;
}
.BgClassName
{
background-color: #D52454;
}
</style>
border-color css
<style>
span { border-color: #D52454; }
span { border-color: rgb(213,36,84); }
td.TdClassName
{
border-color: #D52454;
}
.TagClassName
{
border-color: #D52454;
}
</style>