Shades of Amaranth #D52453
Tints of Amaranth #D52453
RGB
CMYK
RGB Variations
Color information
#D52453 (or 0xD52453) is known color: Amaranth. HEX triplet: D5, 24 and 53. RGB value is (213,36,83). Sum of RGB (Red+Green+Blue) = 213+36+83=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D52453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52453 is #2ADBAC. Grayscale: #5E5E5E. Windows color (decimal): -2808749 or 5448917. OLE color: 5448917.
HSL color Cylindrical-coordinate representation of color #D52453: hue angle of 344.07º 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 #D52453 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 83 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.16 |
| HSL | 344.07º | 0.71% | 0.49% | - |
| HSV(B) | 344.07º | 0.83% | 0.84% | - |
| XYZ | 29.63 | 16.03 | 9.72 | - |
| YUV | 94.28 | 121.64 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 83 | 0 | 0.83 | 0.61 | 0.16 | 344.07 | 0.71 | 0.49 |
| Hex | D5 | 24 | 53 | 0 | 53 | 3D | 10 | 158 | 47 | 31 |
| Octal | 325 | 44 | 123 | 0 | 123 | 75 | 20 | 530 | 107 | 61 |
| Binary | 11010101 | 100100 | 1010011 | 0 | 1010011 | 111101 | 10000 | 101011000 | 1000111 | 110001 |
Color Harmonies of #D52453
Complementary color
Monochromatic Colors of #D52453
Black with #D52453
Text Example
Text Example
White with #D52453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52453; }
p { color: rgb(213,36,83); }
H1.HeaderClassName
{
color: #D52453;
}
.AnyTagClassName
{
color: #D52453;
}
</style>
background-color css
<style>
a { background-color: #D52453; }
a { background-color: rgb(213,36,83); }
div.DivClassName
{
background-color: #D52453;
}
.BgClassName
{
background-color: #D52453;
}
</style>
border-color css
<style>
span { border-color: #D52453; }
span { border-color: rgb(213,36,83); }
td.TdClassName
{
border-color: #D52453;
}
.TagClassName
{
border-color: #D52453;
}
</style>