Shades of Amaranth #D93249
Tints of Amaranth #D93249
RGB
CMYK
RGB Variations
Color information
#D93249 (or 0xD93249) is known color: Amaranth. HEX triplet: D9, 32 and 49. RGB value is (217,50,73). Sum of RGB (Red+Green+Blue) = 217+50+73=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93249 is #26CDB6. Grayscale: #666666. Windows color (decimal): -2543031 or 4797145. OLE color: 4797145.
HSL color Cylindrical-coordinate representation of color #D93249: hue angle of 351.74º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93249 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 73 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.15 |
| HSL | 351.74º | 0.69% | 0.52% | - |
| HSV(B) | 351.74º | 0.77% | 0.85% | - |
| XYZ | 30.96 | 17.51 | 8.05 | - |
| YUV | 102.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 73 | 0 | 0.77 | 0.66 | 0.15 | 351.74 | 0.69 | 0.52 |
| Hex | D9 | 32 | 49 | 0 | 4D | 42 | F | 160 | 45 | 34 |
| Octal | 331 | 62 | 111 | 0 | 115 | 102 | 17 | 540 | 105 | 64 |
| Binary | 11011001 | 110010 | 1001001 | 0 | 1001101 | 1000010 | 1111 | 101100000 | 1000101 | 110100 |
Color Harmonies of #D93249
Complementary color
Monochromatic Colors of #D93249
Black with #D93249
Text Example
Text Example
White with #D93249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93249; }
p { color: rgb(217,50,73); }
H1.HeaderClassName
{
color: #D93249;
}
.AnyTagClassName
{
color: #D93249;
}
</style>
background-color css
<style>
a { background-color: #D93249; }
a { background-color: rgb(217,50,73); }
div.DivClassName
{
background-color: #D93249;
}
.BgClassName
{
background-color: #D93249;
}
</style>
border-color css
<style>
span { border-color: #D93249; }
span { border-color: rgb(217,50,73); }
td.TdClassName
{
border-color: #D93249;
}
.TagClassName
{
border-color: #D93249;
}
</style>