Shades of Amaranth #D52352
Tints of Amaranth #D52352
RGB
CMYK
RGB Variations
Color information
#D52352 (or 0xD52352) is known color: Amaranth. HEX triplet: D5, 23 and 52. RGB value is (213,35,82). Sum of RGB (Red+Green+Blue) = 213+35+82=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D52352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52352 is #2ADCAD. Grayscale: #5D5D5D. Windows color (decimal): -2809006 or 5383125. OLE color: 5383125.
HSL color Cylindrical-coordinate representation of color #D52352: hue angle of 344.16º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52352 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 82 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.16 |
| HSL | 344.16º | 0.72% | 0.49% | - |
| HSV(B) | 344.16º | 0.84% | 0.84% | - |
| XYZ | 29.56 | 15.96 | 9.5 | - |
| YUV | 93.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 82 | 0 | 0.84 | 0.62 | 0.16 | 344.16 | 0.72 | 0.49 |
| Hex | D5 | 23 | 52 | 0 | 54 | 3E | 10 | 158 | 48 | 31 |
| Octal | 325 | 43 | 122 | 0 | 124 | 76 | 20 | 530 | 110 | 61 |
| Binary | 11010101 | 100011 | 1010010 | 0 | 1010100 | 111110 | 10000 | 101011000 | 1001000 | 110001 |
Color Harmonies of #D52352
Complementary color
Monochromatic Colors of #D52352
Black with #D52352
Text Example
Text Example
White with #D52352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52352; }
p { color: rgb(213,35,82); }
H1.HeaderClassName
{
color: #D52352;
}
.AnyTagClassName
{
color: #D52352;
}
</style>
background-color css
<style>
a { background-color: #D52352; }
a { background-color: rgb(213,35,82); }
div.DivClassName
{
background-color: #D52352;
}
.BgClassName
{
background-color: #D52352;
}
</style>
border-color css
<style>
span { border-color: #D52352; }
span { border-color: rgb(213,35,82); }
td.TdClassName
{
border-color: #D52352;
}
.TagClassName
{
border-color: #D52352;
}
</style>