Shades of Amaranth #D5244D
Tints of Amaranth #D5244D
RGB
CMYK
RGB Variations
Color information
#D5244D (or 0xD5244D) is known color: Amaranth. HEX triplet: D5, 24 and 4D. RGB value is (213,36,77). Sum of RGB (Red+Green+Blue) = 213+36+77=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5244D is #2ADBB2. Grayscale: #5D5D5D. Windows color (decimal): -2808755 or 5055701. OLE color: 5055701.
HSL color Cylindrical-coordinate representation of color #D5244D: hue angle of 346.1º 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 #D5244D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 77 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.16 |
| HSL | 346.1º | 0.71% | 0.49% | - |
| HSV(B) | 346.1º | 0.83% | 0.84% | - |
| XYZ | 29.41 | 15.94 | 8.55 | - |
| YUV | 93.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 77 | 0 | 0.83 | 0.64 | 0.16 | 346.1 | 0.71 | 0.49 |
| Hex | D5 | 24 | 4D | 0 | 53 | 40 | 10 | 15A | 47 | 31 |
| Octal | 325 | 44 | 115 | 0 | 123 | 100 | 20 | 532 | 107 | 61 |
| Binary | 11010101 | 100100 | 1001101 | 0 | 1010011 | 1000000 | 10000 | 101011010 | 1000111 | 110001 |
Color Harmonies of #D5244D
Complementary color
Monochromatic Colors of #D5244D
Black with #D5244D
Text Example
Text Example
White with #D5244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5244D; }
p { color: rgb(213,36,77); }
H1.HeaderClassName
{
color: #D5244D;
}
.AnyTagClassName
{
color: #D5244D;
}
</style>
background-color css
<style>
a { background-color: #D5244D; }
a { background-color: rgb(213,36,77); }
div.DivClassName
{
background-color: #D5244D;
}
.BgClassName
{
background-color: #D5244D;
}
</style>
border-color css
<style>
span { border-color: #D5244D; }
span { border-color: rgb(213,36,77); }
td.TdClassName
{
border-color: #D5244D;
}
.TagClassName
{
border-color: #D5244D;
}
</style>