Shades of Amaranth #D42D4F
Tints of Amaranth #D42D4F
RGB
CMYK
RGB Variations
Color information
#D42D4F (or 0xD42D4F) is known color: Amaranth. HEX triplet: D4, 2D and 4F. RGB value is (212,45,79). Sum of RGB (Red+Green+Blue) = 212+45+79=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D4F is #2BD2B0. Grayscale: #626262. Windows color (decimal): -2871985 or 5189076. OLE color: 5189076.
HSL color Cylindrical-coordinate representation of color #D42D4F: hue angle of 347.78º 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 #D42D4F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 79 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.17 |
| HSL | 347.78º | 0.66% | 0.5% | - |
| HSV(B) | 347.78º | 0.79% | 0.83% | - |
| XYZ | 29.5 | 16.44 | 9.02 | - |
| YUV | 98.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 79 | 0 | 0.79 | 0.63 | 0.17 | 347.78 | 0.66 | 0.5 |
| Hex | D4 | 2D | 4F | 0 | 4F | 3F | 11 | 15C | 42 | 32 |
| Octal | 324 | 55 | 117 | 0 | 117 | 77 | 21 | 534 | 102 | 62 |
| Binary | 11010100 | 101101 | 1001111 | 0 | 1001111 | 111111 | 10001 | 101011100 | 1000010 | 110010 |
Color Harmonies of #D42D4F
Complementary color
Monochromatic Colors of #D42D4F
Black with #D42D4F
Text Example
Text Example
White with #D42D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D4F; }
p { color: rgb(212,45,79); }
H1.HeaderClassName
{
color: #D42D4F;
}
.AnyTagClassName
{
color: #D42D4F;
}
</style>
background-color css
<style>
a { background-color: #D42D4F; }
a { background-color: rgb(212,45,79); }
div.DivClassName
{
background-color: #D42D4F;
}
.BgClassName
{
background-color: #D42D4F;
}
</style>
border-color css
<style>
span { border-color: #D42D4F; }
span { border-color: rgb(212,45,79); }
td.TdClassName
{
border-color: #D42D4F;
}
.TagClassName
{
border-color: #D42D4F;
}
</style>