Shades of Amaranth #D73351
Tints of Amaranth #D73351
RGB
CMYK
RGB Variations
Color information
#D73351 (or 0xD73351) is known color: Amaranth. HEX triplet: D7, 33 and 51. RGB value is (215,51,81). Sum of RGB (Red+Green+Blue) = 215+51+81=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73351 is #28CCAE. Grayscale: #676767. Windows color (decimal): -2673839 or 5321687. OLE color: 5321687.
HSL color Cylindrical-coordinate representation of color #D73351: hue angle of 349.02º 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 #D73351 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 81 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.16 |
| HSL | 349.02º | 0.67% | 0.52% | - |
| HSV(B) | 349.02º | 0.76% | 0.84% | - |
| XYZ | 30.69 | 17.41 | 9.53 | - |
| YUV | 103.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 81 | 0 | 0.76 | 0.62 | 0.16 | 349.02 | 0.67 | 0.52 |
| Hex | D7 | 33 | 51 | 0 | 4C | 3E | 10 | 15D | 43 | 34 |
| Octal | 327 | 63 | 121 | 0 | 114 | 76 | 20 | 535 | 103 | 64 |
| Binary | 11010111 | 110011 | 1010001 | 0 | 1001100 | 111110 | 10000 | 101011101 | 1000011 | 110100 |
Color Harmonies of #D73351
Complementary color
Monochromatic Colors of #D73351
Black with #D73351
Text Example
Text Example
White with #D73351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73351; }
p { color: rgb(215,51,81); }
H1.HeaderClassName
{
color: #D73351;
}
.AnyTagClassName
{
color: #D73351;
}
</style>
background-color css
<style>
a { background-color: #D73351; }
a { background-color: rgb(215,51,81); }
div.DivClassName
{
background-color: #D73351;
}
.BgClassName
{
background-color: #D73351;
}
</style>
border-color css
<style>
span { border-color: #D73351; }
span { border-color: rgb(215,51,81); }
td.TdClassName
{
border-color: #D73351;
}
.TagClassName
{
border-color: #D73351;
}
</style>