Shades of Amaranth #D7344B
Tints of Amaranth #D7344B
RGB
CMYK
RGB Variations
Color information
#D7344B (or 0xD7344B) is known color: Amaranth. HEX triplet: D7, 34 and 4B. RGB value is (215,52,75). Sum of RGB (Red+Green+Blue) = 215+52+75=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7344B is #28CBB4. Grayscale: #676767. Windows color (decimal): -2673589 or 4928727. OLE color: 4928727.
HSL color Cylindrical-coordinate representation of color #D7344B: hue angle of 351.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7344B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 75 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.53º | 0.67% | 0.52% | - |
| HSV(B) | 351.53º | 0.76% | 0.84% | - |
| XYZ | 30.52 | 17.41 | 8.41 | - |
| YUV | 103.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 75 | 0 | 0.76 | 0.65 | 0.16 | 351.53 | 0.67 | 0.52 |
| Hex | D7 | 34 | 4B | 0 | 4C | 41 | 10 | 160 | 43 | 34 |
| Octal | 327 | 64 | 113 | 0 | 114 | 101 | 20 | 540 | 103 | 64 |
| Binary | 11010111 | 110100 | 1001011 | 0 | 1001100 | 1000001 | 10000 | 101100000 | 1000011 | 110100 |
Color Harmonies of #D7344B
Complementary color
Monochromatic Colors of #D7344B
Black with #D7344B
Text Example
Text Example
White with #D7344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7344B; }
p { color: rgb(215,52,75); }
H1.HeaderClassName
{
color: #D7344B;
}
.AnyTagClassName
{
color: #D7344B;
}
</style>
background-color css
<style>
a { background-color: #D7344B; }
a { background-color: rgb(215,52,75); }
div.DivClassName
{
background-color: #D7344B;
}
.BgClassName
{
background-color: #D7344B;
}
</style>
border-color css
<style>
span { border-color: #D7344B; }
span { border-color: rgb(215,52,75); }
td.TdClassName
{
border-color: #D7344B;
}
.TagClassName
{
border-color: #D7344B;
}
</style>