Shades of Amaranth #D7284F
Tints of Amaranth #D7284F
RGB
CMYK
RGB Variations
Color information
#D7284F (or 0xD7284F) is known color: Amaranth. HEX triplet: D7, 28 and 4F. RGB value is (215,40,79). Sum of RGB (Red+Green+Blue) = 215+40+79=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D7284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7284F is #28D7B0. Grayscale: #606060. Windows color (decimal): -2676657 or 5187799. OLE color: 5187799.
HSL color Cylindrical-coordinate representation of color #D7284F: hue angle of 346.63º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7284F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 79 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.16 |
| HSL | 346.63º | 0.69% | 0.5% | - |
| HSV(B) | 346.63º | 0.81% | 0.84% | - |
| XYZ | 30.19 | 16.53 | 9 | - |
| YUV | 96.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 79 | 0 | 0.81 | 0.63 | 0.16 | 346.63 | 0.69 | 0.5 |
| Hex | D7 | 28 | 4F | 0 | 51 | 3F | 10 | 15B | 45 | 32 |
| Octal | 327 | 50 | 117 | 0 | 121 | 77 | 20 | 533 | 105 | 62 |
| Binary | 11010111 | 101000 | 1001111 | 0 | 1010001 | 111111 | 10000 | 101011011 | 1000101 | 110010 |
Color Harmonies of #D7284F
Complementary color
Monochromatic Colors of #D7284F
Black with #D7284F
Text Example
Text Example
White with #D7284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7284F; }
p { color: rgb(215,40,79); }
H1.HeaderClassName
{
color: #D7284F;
}
.AnyTagClassName
{
color: #D7284F;
}
</style>
background-color css
<style>
a { background-color: #D7284F; }
a { background-color: rgb(215,40,79); }
div.DivClassName
{
background-color: #D7284F;
}
.BgClassName
{
background-color: #D7284F;
}
</style>
border-color css
<style>
span { border-color: #D7284F; }
span { border-color: rgb(215,40,79); }
td.TdClassName
{
border-color: #D7284F;
}
.TagClassName
{
border-color: #D7284F;
}
</style>