Shades of Amaranth #D9264E
Tints of Amaranth #D9264E
RGB
CMYK
RGB Variations
Color information
#D9264E (or 0xD9264E) is known color: Amaranth. HEX triplet: D9, 26 and 4E. RGB value is (217,38,78). Sum of RGB (Red+Green+Blue) = 217+38+78=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9264E is #26D9B1. Grayscale: #606060. Windows color (decimal): -2546098 or 5121753. OLE color: 5121753.
HSL color Cylindrical-coordinate representation of color #D9264E: hue angle of 346.59º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9264E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 78 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.15 |
| HSL | 346.59º | 0.7% | 0.5% | - |
| HSV(B) | 346.59º | 0.82% | 0.85% | - |
| XYZ | 30.68 | 16.69 | 8.81 | - |
| YUV | 96.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 78 | 0 | 0.82 | 0.64 | 0.15 | 346.59 | 0.7 | 0.5 |
| Hex | D9 | 26 | 4E | 0 | 52 | 40 | F | 15B | 46 | 32 |
| Octal | 331 | 46 | 116 | 0 | 122 | 100 | 17 | 533 | 106 | 62 |
| Binary | 11011001 | 100110 | 1001110 | 0 | 1010010 | 1000000 | 1111 | 101011011 | 1000110 | 110010 |
Color Harmonies of #D9264E
Complementary color
Monochromatic Colors of #D9264E
Black with #D9264E
Text Example
Text Example
White with #D9264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9264E; }
p { color: rgb(217,38,78); }
H1.HeaderClassName
{
color: #D9264E;
}
.AnyTagClassName
{
color: #D9264E;
}
</style>
background-color css
<style>
a { background-color: #D9264E; }
a { background-color: rgb(217,38,78); }
div.DivClassName
{
background-color: #D9264E;
}
.BgClassName
{
background-color: #D9264E;
}
</style>
border-color css
<style>
span { border-color: #D9264E; }
span { border-color: rgb(217,38,78); }
td.TdClassName
{
border-color: #D9264E;
}
.TagClassName
{
border-color: #D9264E;
}
</style>