Shades of Amaranth #D41F4D
Tints of Amaranth #D41F4D
RGB
CMYK
RGB Variations
Color information
#D41F4D (or 0xD41F4D) is known color: Amaranth. HEX triplet: D4, 1F and 4D. RGB value is (212,31,77). Sum of RGB (Red+Green+Blue) = 212+31+77=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41F4D is #2BE0B2. Grayscale: #5A5A5A. Windows color (decimal): -2875571 or 5054420. OLE color: 5054420.
HSL color Cylindrical-coordinate representation of color #D41F4D: hue angle of 344.75º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41F4D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 77 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.17 |
| HSL | 344.75º | 0.74% | 0.48% | - |
| HSV(B) | 344.75º | 0.85% | 0.83% | - |
| XYZ | 28.98 | 15.51 | 8.49 | - |
| YUV | 90.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 77 | 0 | 0.85 | 0.64 | 0.17 | 344.75 | 0.74 | 0.48 |
| Hex | D4 | 1F | 4D | 0 | 55 | 40 | 11 | 159 | 4A | 30 |
| Octal | 324 | 37 | 115 | 0 | 125 | 100 | 21 | 531 | 112 | 60 |
| Binary | 11010100 | 11111 | 1001101 | 0 | 1010101 | 1000000 | 10001 | 101011001 | 1001010 | 110000 |
Color Harmonies of #D41F4D
Complementary color
Monochromatic Colors of #D41F4D
Black with #D41F4D
Text Example
Text Example
White with #D41F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41F4D; }
p { color: rgb(212,31,77); }
H1.HeaderClassName
{
color: #D41F4D;
}
.AnyTagClassName
{
color: #D41F4D;
}
</style>
background-color css
<style>
a { background-color: #D41F4D; }
a { background-color: rgb(212,31,77); }
div.DivClassName
{
background-color: #D41F4D;
}
.BgClassName
{
background-color: #D41F4D;
}
</style>
border-color css
<style>
span { border-color: #D41F4D; }
span { border-color: rgb(212,31,77); }
td.TdClassName
{
border-color: #D41F4D;
}
.TagClassName
{
border-color: #D41F4D;
}
</style>