Shades of Amaranth #D43C52
Tints of Amaranth #D43C52
RGB
CMYK
RGB Variations
Color information
#D43C52 (or 0xD43C52) is known color: Amaranth. HEX triplet: D4, 3C and 52. RGB value is (212,60,82). Sum of RGB (Red+Green+Blue) = 212+60+82=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C52 is #2BC3AD. Grayscale: #6C6C6C. Windows color (decimal): -2868142 or 5389524. OLE color: 5389524.
HSL color Cylindrical-coordinate representation of color #D43C52: hue angle of 351.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C52 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 82 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.17 |
| HSL | 351.32º | 0.64% | 0.53% | - |
| HSV(B) | 351.32º | 0.72% | 0.83% | - |
| XYZ | 30.29 | 17.84 | 9.83 | - |
| YUV | 107.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 82 | 0 | 0.72 | 0.61 | 0.17 | 351.32 | 0.64 | 0.53 |
| Hex | D4 | 3C | 52 | 0 | 48 | 3D | 11 | 15F | 40 | 35 |
| Octal | 324 | 74 | 122 | 0 | 110 | 75 | 21 | 537 | 100 | 65 |
| Binary | 11010100 | 111100 | 1010010 | 0 | 1001000 | 111101 | 10001 | 101011111 | 1000000 | 110101 |
Color Harmonies of #D43C52
Complementary color
Monochromatic Colors of #D43C52
Black with #D43C52
Text Example
Text Example
White with #D43C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C52; }
p { color: rgb(212,60,82); }
H1.HeaderClassName
{
color: #D43C52;
}
.AnyTagClassName
{
color: #D43C52;
}
</style>
background-color css
<style>
a { background-color: #D43C52; }
a { background-color: rgb(212,60,82); }
div.DivClassName
{
background-color: #D43C52;
}
.BgClassName
{
background-color: #D43C52;
}
</style>
border-color css
<style>
span { border-color: #D43C52; }
span { border-color: rgb(212,60,82); }
td.TdClassName
{
border-color: #D43C52;
}
.TagClassName
{
border-color: #D43C52;
}
</style>