Shades of Amaranth #D52C4F
Tints of Amaranth #D52C4F
RGB
CMYK
RGB Variations
Color information
#D52C4F (or 0xD52C4F) is known color: Amaranth. HEX triplet: D5, 2C and 4F. RGB value is (213,44,79). Sum of RGB (Red+Green+Blue) = 213+44+79=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C4F is #2AD3B0. Grayscale: #626262. Windows color (decimal): -2806705 or 5188821. OLE color: 5188821.
HSL color Cylindrical-coordinate representation of color #D52C4F: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C4F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 79 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.16 |
| HSL | 347.57º | 0.67% | 0.5% | - |
| HSV(B) | 347.57º | 0.79% | 0.84% | - |
| XYZ | 29.75 | 16.51 | 9.02 | - |
| YUV | 98.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 79 | 0 | 0.79 | 0.63 | 0.16 | 347.57 | 0.67 | 0.5 |
| Hex | D5 | 2C | 4F | 0 | 4F | 3F | 10 | 15C | 43 | 32 |
| Octal | 325 | 54 | 117 | 0 | 117 | 77 | 20 | 534 | 103 | 62 |
| Binary | 11010101 | 101100 | 1001111 | 0 | 1001111 | 111111 | 10000 | 101011100 | 1000011 | 110010 |
Color Harmonies of #D52C4F
Complementary color
Monochromatic Colors of #D52C4F
Black with #D52C4F
Text Example
Text Example
White with #D52C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C4F; }
p { color: rgb(213,44,79); }
H1.HeaderClassName
{
color: #D52C4F;
}
.AnyTagClassName
{
color: #D52C4F;
}
</style>
background-color css
<style>
a { background-color: #D52C4F; }
a { background-color: rgb(213,44,79); }
div.DivClassName
{
background-color: #D52C4F;
}
.BgClassName
{
background-color: #D52C4F;
}
</style>
border-color css
<style>
span { border-color: #D52C4F; }
span { border-color: rgb(213,44,79); }
td.TdClassName
{
border-color: #D52C4F;
}
.TagClassName
{
border-color: #D52C4F;
}
</style>