Shades of Amaranth #D42B52
Tints of Amaranth #D42B52
RGB
CMYK
RGB Variations
Color information
#D42B52 (or 0xD42B52) is known color: Amaranth. HEX triplet: D4, 2B and 52. RGB value is (212,43,82). Sum of RGB (Red+Green+Blue) = 212+43+82=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B52 is #2BD4AD. Grayscale: #616161. Windows color (decimal): -2872494 or 5385172. OLE color: 5385172.
HSL color Cylindrical-coordinate representation of color #D42B52: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B52 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 82 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.17 |
| HSL | 346.15º | 0.66% | 0.5% | - |
| HSV(B) | 346.15º | 0.8% | 0.83% | - |
| XYZ | 29.54 | 16.33 | 9.58 | - |
| YUV | 97.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 82 | 0 | 0.80 | 0.61 | 0.17 | 346.15 | 0.66 | 0.5 |
| Hex | D4 | 2B | 52 | 0 | 50 | 3D | 11 | 15A | 42 | 32 |
| Octal | 324 | 53 | 122 | 0 | 120 | 75 | 21 | 532 | 102 | 62 |
| Binary | 11010100 | 101011 | 1010010 | 0 | 1010000 | 111101 | 10001 | 101011010 | 1000010 | 110010 |
Color Harmonies of #D42B52
Complementary color
Monochromatic Colors of #D42B52
Black with #D42B52
Text Example
Text Example
White with #D42B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B52; }
p { color: rgb(212,43,82); }
H1.HeaderClassName
{
color: #D42B52;
}
.AnyTagClassName
{
color: #D42B52;
}
</style>
background-color css
<style>
a { background-color: #D42B52; }
a { background-color: rgb(212,43,82); }
div.DivClassName
{
background-color: #D42B52;
}
.BgClassName
{
background-color: #D42B52;
}
</style>
border-color css
<style>
span { border-color: #D42B52; }
span { border-color: rgb(212,43,82); }
td.TdClassName
{
border-color: #D42B52;
}
.TagClassName
{
border-color: #D42B52;
}
</style>