Shades of Amaranth #D73348
Tints of Amaranth #D73348
RGB
CMYK
RGB Variations
Color information
#D73348 (or 0xD73348) is known color: Amaranth. HEX triplet: D7, 33 and 48. RGB value is (215,51,72). Sum of RGB (Red+Green+Blue) = 215+51+72=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73348 is #28CCB7. Grayscale: #666666. Windows color (decimal): -2673848 or 4731863. OLE color: 4731863.
HSL color Cylindrical-coordinate representation of color #D73348: hue angle of 352.32º 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 #D73348 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.16 |
| HSL | 352.32º | 0.67% | 0.52% | - |
| HSV(B) | 352.32º | 0.76% | 0.84% | - |
| XYZ | 30.38 | 17.28 | 7.87 | - |
| YUV | 102.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 72 | 0 | 0.76 | 0.67 | 0.16 | 352.32 | 0.67 | 0.52 |
| Hex | D7 | 33 | 48 | 0 | 4C | 43 | 10 | 160 | 43 | 34 |
| Octal | 327 | 63 | 110 | 0 | 114 | 103 | 20 | 540 | 103 | 64 |
| Binary | 11010111 | 110011 | 1001000 | 0 | 1001100 | 1000011 | 10000 | 101100000 | 1000011 | 110100 |
Color Harmonies of #D73348
Complementary color
Monochromatic Colors of #D73348
Black with #D73348
Text Example
Text Example
White with #D73348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73348; }
p { color: rgb(215,51,72); }
H1.HeaderClassName
{
color: #D73348;
}
.AnyTagClassName
{
color: #D73348;
}
</style>
background-color css
<style>
a { background-color: #D73348; }
a { background-color: rgb(215,51,72); }
div.DivClassName
{
background-color: #D73348;
}
.BgClassName
{
background-color: #D73348;
}
</style>
border-color css
<style>
span { border-color: #D73348; }
span { border-color: rgb(215,51,72); }
td.TdClassName
{
border-color: #D73348;
}
.TagClassName
{
border-color: #D73348;
}
</style>