Shades of Amaranth #D7324B
Tints of Amaranth #D7324B
RGB
CMYK
RGB Variations
Color information
#D7324B (or 0xD7324B) is known color: Amaranth. HEX triplet: D7, 32 and 4B. RGB value is (215,50,75). Sum of RGB (Red+Green+Blue) = 215+50+75=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7324B is #28CDB4. Grayscale: #666666. Windows color (decimal): -2674101 or 4928215. OLE color: 4928215.
HSL color Cylindrical-coordinate representation of color #D7324B: hue angle of 350.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7324B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 75 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.16 |
| HSL | 350.91º | 0.67% | 0.52% | - |
| HSV(B) | 350.91º | 0.77% | 0.84% | - |
| XYZ | 30.43 | 17.24 | 8.38 | - |
| YUV | 102.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 75 | 0 | 0.77 | 0.65 | 0.16 | 350.91 | 0.67 | 0.52 |
| Hex | D7 | 32 | 4B | 0 | 4D | 41 | 10 | 15F | 43 | 34 |
| Octal | 327 | 62 | 113 | 0 | 115 | 101 | 20 | 537 | 103 | 64 |
| Binary | 11010111 | 110010 | 1001011 | 0 | 1001101 | 1000001 | 10000 | 101011111 | 1000011 | 110100 |
Color Harmonies of #D7324B
Complementary color
Monochromatic Colors of #D7324B
Black with #D7324B
Text Example
Text Example
White with #D7324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7324B; }
p { color: rgb(215,50,75); }
H1.HeaderClassName
{
color: #D7324B;
}
.AnyTagClassName
{
color: #D7324B;
}
</style>
background-color css
<style>
a { background-color: #D7324B; }
a { background-color: rgb(215,50,75); }
div.DivClassName
{
background-color: #D7324B;
}
.BgClassName
{
background-color: #D7324B;
}
</style>
border-color css
<style>
span { border-color: #D7324B; }
span { border-color: rgb(215,50,75); }
td.TdClassName
{
border-color: #D7324B;
}
.TagClassName
{
border-color: #D7324B;
}
</style>