Shades of Amaranth #D7274E
Tints of Amaranth #D7274E
RGB
CMYK
RGB Variations
Color information
#D7274E (or 0xD7274E) is known color: Amaranth. HEX triplet: D7, 27 and 4E. RGB value is (215,39,78). Sum of RGB (Red+Green+Blue) = 215+39+78=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7274E is #28D8B1. Grayscale: #606060. Windows color (decimal): -2676914 or 5122007. OLE color: 5122007.
HSL color Cylindrical-coordinate representation of color #D7274E: hue angle of 346.7º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7274E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 78 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.16 |
| HSL | 346.7º | 0.69% | 0.5% | - |
| HSV(B) | 346.7º | 0.82% | 0.84% | - |
| XYZ | 30.13 | 16.45 | 8.79 | - |
| YUV | 96.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 78 | 0 | 0.82 | 0.64 | 0.16 | 346.7 | 0.69 | 0.5 |
| Hex | D7 | 27 | 4E | 0 | 52 | 40 | 10 | 15B | 45 | 32 |
| Octal | 327 | 47 | 116 | 0 | 122 | 100 | 20 | 533 | 105 | 62 |
| Binary | 11010111 | 100111 | 1001110 | 0 | 1010010 | 1000000 | 10000 | 101011011 | 1000101 | 110010 |
Color Harmonies of #D7274E
Complementary color
Monochromatic Colors of #D7274E
Black with #D7274E
Text Example
Text Example
White with #D7274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7274E; }
p { color: rgb(215,39,78); }
H1.HeaderClassName
{
color: #D7274E;
}
.AnyTagClassName
{
color: #D7274E;
}
</style>
background-color css
<style>
a { background-color: #D7274E; }
a { background-color: rgb(215,39,78); }
div.DivClassName
{
background-color: #D7274E;
}
.BgClassName
{
background-color: #D7274E;
}
</style>
border-color css
<style>
span { border-color: #D7274E; }
span { border-color: rgb(215,39,78); }
td.TdClassName
{
border-color: #D7274E;
}
.TagClassName
{
border-color: #D7274E;
}
</style>