Shades of Amaranth #D5244C
Tints of Amaranth #D5244C
RGB
CMYK
RGB Variations
Color information
#D5244C (or 0xD5244C) is known color: Amaranth. HEX triplet: D5, 24 and 4C. RGB value is (213,36,76). Sum of RGB (Red+Green+Blue) = 213+36+76=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5244C is #2ADBB3. Grayscale: #5D5D5D. Windows color (decimal): -2808756 or 4990165. OLE color: 4990165.
HSL color Cylindrical-coordinate representation of color #D5244C: hue angle of 346.44º 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 #D5244C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 76 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.16 |
| HSL | 346.44º | 0.71% | 0.49% | - |
| HSV(B) | 346.44º | 0.83% | 0.84% | - |
| XYZ | 29.38 | 15.93 | 8.36 | - |
| YUV | 93.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 76 | 0 | 0.83 | 0.64 | 0.16 | 346.44 | 0.71 | 0.49 |
| Hex | D5 | 24 | 4C | 0 | 53 | 40 | 10 | 15A | 47 | 31 |
| Octal | 325 | 44 | 114 | 0 | 123 | 100 | 20 | 532 | 107 | 61 |
| Binary | 11010101 | 100100 | 1001100 | 0 | 1010011 | 1000000 | 10000 | 101011010 | 1000111 | 110001 |
Color Harmonies of #D5244C
Complementary color
Monochromatic Colors of #D5244C
Black with #D5244C
Text Example
Text Example
White with #D5244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5244C; }
p { color: rgb(213,36,76); }
H1.HeaderClassName
{
color: #D5244C;
}
.AnyTagClassName
{
color: #D5244C;
}
</style>
background-color css
<style>
a { background-color: #D5244C; }
a { background-color: rgb(213,36,76); }
div.DivClassName
{
background-color: #D5244C;
}
.BgClassName
{
background-color: #D5244C;
}
</style>
border-color css
<style>
span { border-color: #D5244C; }
span { border-color: rgb(213,36,76); }
td.TdClassName
{
border-color: #D5244C;
}
.TagClassName
{
border-color: #D5244C;
}
</style>