Shades of Amaranth #D7294B
Tints of Amaranth #D7294B
RGB
CMYK
RGB Variations
Color information
#D7294B (or 0xD7294B) is known color: Amaranth. HEX triplet: D7, 29 and 4B. RGB value is (215,41,75). Sum of RGB (Red+Green+Blue) = 215+41+75=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7294B is #28D6B4. Grayscale: #606060. Windows color (decimal): -2676405 or 4925911. OLE color: 4925911.
HSL color Cylindrical-coordinate representation of color #D7294B: hue angle of 348.28º 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 #D7294B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 75 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.16 |
| HSL | 348.28º | 0.69% | 0.5% | - |
| HSV(B) | 348.28º | 0.81% | 0.84% | - |
| XYZ | 30.09 | 16.54 | 8.26 | - |
| YUV | 96.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 75 | 0 | 0.81 | 0.65 | 0.16 | 348.28 | 0.69 | 0.5 |
| Hex | D7 | 29 | 4B | 0 | 51 | 41 | 10 | 15C | 45 | 32 |
| Octal | 327 | 51 | 113 | 0 | 121 | 101 | 20 | 534 | 105 | 62 |
| Binary | 11010111 | 101001 | 1001011 | 0 | 1010001 | 1000001 | 10000 | 101011100 | 1000101 | 110010 |
Color Harmonies of #D7294B
Complementary color
Monochromatic Colors of #D7294B
Black with #D7294B
Text Example
Text Example
White with #D7294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7294B; }
p { color: rgb(215,41,75); }
H1.HeaderClassName
{
color: #D7294B;
}
.AnyTagClassName
{
color: #D7294B;
}
</style>
background-color css
<style>
a { background-color: #D7294B; }
a { background-color: rgb(215,41,75); }
div.DivClassName
{
background-color: #D7294B;
}
.BgClassName
{
background-color: #D7294B;
}
</style>
border-color css
<style>
span { border-color: #D7294B; }
span { border-color: rgb(215,41,75); }
td.TdClassName
{
border-color: #D7294B;
}
.TagClassName
{
border-color: #D7294B;
}
</style>