Shades of Amaranth #D52350
Tints of Amaranth #D52350
RGB
CMYK
RGB Variations
Color information
#D52350 (or 0xD52350) is known color: Amaranth. HEX triplet: D5, 23 and 50. RGB value is (213,35,80). Sum of RGB (Red+Green+Blue) = 213+35+80=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D52350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52350 is #2ADCAF. Grayscale: #5D5D5D. Windows color (decimal): -2809008 or 5252053. OLE color: 5252053.
HSL color Cylindrical-coordinate representation of color #D52350: hue angle of 344.83º 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 #D52350 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 80 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.16 |
| HSL | 344.83º | 0.72% | 0.49% | - |
| HSV(B) | 344.83º | 0.84% | 0.84% | - |
| XYZ | 29.49 | 15.93 | 9.11 | - |
| YUV | 93.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 80 | 0 | 0.84 | 0.62 | 0.16 | 344.83 | 0.72 | 0.49 |
| Hex | D5 | 23 | 50 | 0 | 54 | 3E | 10 | 159 | 48 | 31 |
| Octal | 325 | 43 | 120 | 0 | 124 | 76 | 20 | 531 | 110 | 61 |
| Binary | 11010101 | 100011 | 1010000 | 0 | 1010100 | 111110 | 10000 | 101011001 | 1001000 | 110001 |
Color Harmonies of #D52350
Complementary color
Monochromatic Colors of #D52350
Black with #D52350
Text Example
Text Example
White with #D52350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52350; }
p { color: rgb(213,35,80); }
H1.HeaderClassName
{
color: #D52350;
}
.AnyTagClassName
{
color: #D52350;
}
</style>
background-color css
<style>
a { background-color: #D52350; }
a { background-color: rgb(213,35,80); }
div.DivClassName
{
background-color: #D52350;
}
.BgClassName
{
background-color: #D52350;
}
</style>
border-color css
<style>
span { border-color: #D52350; }
span { border-color: rgb(213,35,80); }
td.TdClassName
{
border-color: #D52350;
}
.TagClassName
{
border-color: #D52350;
}
</style>