Shades of Amaranth #D73C4F
Tints of Amaranth #D73C4F
RGB
CMYK
RGB Variations
Color information
#D73C4F (or 0xD73C4F) is known color: Amaranth. HEX triplet: D7, 3C and 4F. RGB value is (215,60,79). Sum of RGB (Red+Green+Blue) = 215+60+79=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C4F is #28C3B0. Grayscale: #6C6C6C. Windows color (decimal): -2671537 or 5192919. OLE color: 5192919.
HSL color Cylindrical-coordinate representation of color #D73C4F: hue angle of 352.65º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C4F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 79 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.16 |
| HSL | 352.65º | 0.66% | 0.54% | - |
| HSV(B) | 352.65º | 0.72% | 0.84% | - |
| XYZ | 31.05 | 18.24 | 9.28 | - |
| YUV | 108.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 79 | 0 | 0.72 | 0.63 | 0.16 | 352.65 | 0.66 | 0.54 |
| Hex | D7 | 3C | 4F | 0 | 48 | 3F | 10 | 161 | 42 | 36 |
| Octal | 327 | 74 | 117 | 0 | 110 | 77 | 20 | 541 | 102 | 66 |
| Binary | 11010111 | 111100 | 1001111 | 0 | 1001000 | 111111 | 10000 | 101100001 | 1000010 | 110110 |
Color Harmonies of #D73C4F
Complementary color
Monochromatic Colors of #D73C4F
Black with #D73C4F
Text Example
Text Example
White with #D73C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C4F; }
p { color: rgb(215,60,79); }
H1.HeaderClassName
{
color: #D73C4F;
}
.AnyTagClassName
{
color: #D73C4F;
}
</style>
background-color css
<style>
a { background-color: #D73C4F; }
a { background-color: rgb(215,60,79); }
div.DivClassName
{
background-color: #D73C4F;
}
.BgClassName
{
background-color: #D73C4F;
}
</style>
border-color css
<style>
span { border-color: #D73C4F; }
span { border-color: rgb(215,60,79); }
td.TdClassName
{
border-color: #D73C4F;
}
.TagClassName
{
border-color: #D73C4F;
}
</style>