Shades of Amaranth #D73253
Tints of Amaranth #D73253
RGB
CMYK
RGB Variations
Color information
#D73253 (or 0xD73253) is known color: Amaranth. HEX triplet: D7, 32 and 53. RGB value is (215,50,83). Sum of RGB (Red+Green+Blue) = 215+50+83=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73253 is #28CDAC. Grayscale: #676767. Windows color (decimal): -2674093 or 5452503. OLE color: 5452503.
HSL color Cylindrical-coordinate representation of color #D73253: hue angle of 348º 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 #D73253 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 83 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.16 |
| HSL | 348º | 0.67% | 0.52% | - |
| HSV(B) | 348º | 0.77% | 0.84% | - |
| XYZ | 30.73 | 17.35 | 9.91 | - |
| YUV | 103.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 83 | 0 | 0.77 | 0.61 | 0.16 | 348 | 0.67 | 0.52 |
| Hex | D7 | 32 | 53 | 0 | 4D | 3D | 10 | 15C | 43 | 34 |
| Octal | 327 | 62 | 123 | 0 | 115 | 75 | 20 | 534 | 103 | 64 |
| Binary | 11010111 | 110010 | 1010011 | 0 | 1001101 | 111101 | 10000 | 101011100 | 1000011 | 110100 |
Color Harmonies of #D73253
Complementary color
Monochromatic Colors of #D73253
Black with #D73253
Text Example
Text Example
White with #D73253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73253; }
p { color: rgb(215,50,83); }
H1.HeaderClassName
{
color: #D73253;
}
.AnyTagClassName
{
color: #D73253;
}
</style>
background-color css
<style>
a { background-color: #D73253; }
a { background-color: rgb(215,50,83); }
div.DivClassName
{
background-color: #D73253;
}
.BgClassName
{
background-color: #D73253;
}
</style>
border-color css
<style>
span { border-color: #D73253; }
span { border-color: rgb(215,50,83); }
td.TdClassName
{
border-color: #D73253;
}
.TagClassName
{
border-color: #D73253;
}
</style>