Shades of Amaranth #D42C55
Tints of Amaranth #D42C55
RGB
CMYK
RGB Variations
Color information
#D42C55 (or 0xD42C55) is known color: Amaranth. HEX triplet: D4, 2C and 55. RGB value is (212,44,85). Sum of RGB (Red+Green+Blue) = 212+44+85=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C55 is #2BD3AA. Grayscale: #626262. Windows color (decimal): -2872235 or 5582036. OLE color: 5582036.
HSL color Cylindrical-coordinate representation of color #D42C55: hue angle of 345.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42C55 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 85 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.17 |
| HSL | 345.36º | 0.66% | 0.5% | - |
| HSV(B) | 345.36º | 0.79% | 0.83% | - |
| XYZ | 29.69 | 16.45 | 10.21 | - |
| YUV | 98.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 85 | 0 | 0.79 | 0.60 | 0.17 | 345.36 | 0.66 | 0.5 |
| Hex | D4 | 2C | 55 | 0 | 4F | 3C | 11 | 159 | 42 | 32 |
| Octal | 324 | 54 | 125 | 0 | 117 | 74 | 21 | 531 | 102 | 62 |
| Binary | 11010100 | 101100 | 1010101 | 0 | 1001111 | 111100 | 10001 | 101011001 | 1000010 | 110010 |
Color Harmonies of #D42C55
Complementary color
Monochromatic Colors of #D42C55
Black with #D42C55
Text Example
Text Example
White with #D42C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42C55; }
p { color: rgb(212,44,85); }
H1.HeaderClassName
{
color: #D42C55;
}
.AnyTagClassName
{
color: #D42C55;
}
</style>
background-color css
<style>
a { background-color: #D42C55; }
a { background-color: rgb(212,44,85); }
div.DivClassName
{
background-color: #D42C55;
}
.BgClassName
{
background-color: #D42C55;
}
</style>
border-color css
<style>
span { border-color: #D42C55; }
span { border-color: rgb(212,44,85); }
td.TdClassName
{
border-color: #D42C55;
}
.TagClassName
{
border-color: #D42C55;
}
</style>