Shades of Amaranth #D93549
Tints of Amaranth #D93549
RGB
CMYK
RGB Variations
Color information
#D93549 (or 0xD93549) is known color: Amaranth. HEX triplet: D9, 35 and 49. RGB value is (217,53,73). Sum of RGB (Red+Green+Blue) = 217+53+73=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D93549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93549 is #26CAB6. Grayscale: #686868. Windows color (decimal): -2542263 or 4797913. OLE color: 4797913.
HSL color Cylindrical-coordinate representation of color #D93549: hue angle of 352.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93549 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 73 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.15 |
| HSL | 352.68º | 0.68% | 0.53% | - |
| HSV(B) | 352.68º | 0.76% | 0.85% | - |
| XYZ | 31.09 | 17.78 | 8.1 | - |
| YUV | 104.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 73 | 0 | 0.76 | 0.66 | 0.15 | 352.68 | 0.68 | 0.53 |
| Hex | D9 | 35 | 49 | 0 | 4C | 42 | F | 161 | 44 | 35 |
| Octal | 331 | 65 | 111 | 0 | 114 | 102 | 17 | 541 | 104 | 65 |
| Binary | 11011001 | 110101 | 1001001 | 0 | 1001100 | 1000010 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D93549
Complementary color
Monochromatic Colors of #D93549
Black with #D93549
Text Example
Text Example
White with #D93549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93549; }
p { color: rgb(217,53,73); }
H1.HeaderClassName
{
color: #D93549;
}
.AnyTagClassName
{
color: #D93549;
}
</style>
background-color css
<style>
a { background-color: #D93549; }
a { background-color: rgb(217,53,73); }
div.DivClassName
{
background-color: #D93549;
}
.BgClassName
{
background-color: #D93549;
}
</style>
border-color css
<style>
span { border-color: #D93549; }
span { border-color: rgb(217,53,73); }
td.TdClassName
{
border-color: #D93549;
}
.TagClassName
{
border-color: #D93549;
}
</style>