Shades of Amaranth #D7244E
Tints of Amaranth #D7244E
RGB
CMYK
RGB Variations
Color information
#D7244E (or 0xD7244E) is known color: Amaranth. HEX triplet: D7, 24 and 4E. RGB value is (215,36,78). Sum of RGB (Red+Green+Blue) = 215+36+78=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7244E is #28DBB1. Grayscale: #5E5E5E. Windows color (decimal): -2677682 or 5121239. OLE color: 5121239.
HSL color Cylindrical-coordinate representation of color #D7244E: hue angle of 345.92º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7244E is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 78 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.16 |
| HSL | 345.92º | 0.71% | 0.49% | - |
| HSV(B) | 345.92º | 0.83% | 0.84% | - |
| XYZ | 30.03 | 16.26 | 8.76 | - |
| YUV | 94.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 78 | 0 | 0.83 | 0.64 | 0.16 | 345.92 | 0.71 | 0.49 |
| Hex | D7 | 24 | 4E | 0 | 53 | 40 | 10 | 15A | 47 | 31 |
| Octal | 327 | 44 | 116 | 0 | 123 | 100 | 20 | 532 | 107 | 61 |
| Binary | 11010111 | 100100 | 1001110 | 0 | 1010011 | 1000000 | 10000 | 101011010 | 1000111 | 110001 |
Color Harmonies of #D7244E
Complementary color
Monochromatic Colors of #D7244E
Black with #D7244E
Text Example
Text Example
White with #D7244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7244E; }
p { color: rgb(215,36,78); }
H1.HeaderClassName
{
color: #D7244E;
}
.AnyTagClassName
{
color: #D7244E;
}
</style>
background-color css
<style>
a { background-color: #D7244E; }
a { background-color: rgb(215,36,78); }
div.DivClassName
{
background-color: #D7244E;
}
.BgClassName
{
background-color: #D7244E;
}
</style>
border-color css
<style>
span { border-color: #D7244E; }
span { border-color: rgb(215,36,78); }
td.TdClassName
{
border-color: #D7244E;
}
.TagClassName
{
border-color: #D7244E;
}
</style>