Shades of Amaranth #D4244C
Tints of Amaranth #D4244C
RGB
CMYK
RGB Variations
Color information
#D4244C (or 0xD4244C) is known color: Amaranth. HEX triplet: D4, 24 and 4C. RGB value is (212,36,76). Sum of RGB (Red+Green+Blue) = 212+36+76=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4244C is #2BDBB3. Grayscale: #5D5D5D. Windows color (decimal): -2874292 or 4990164. OLE color: 4990164.
HSL color Cylindrical-coordinate representation of color #D4244C: hue angle of 346.36º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4244C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 76 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.17 |
| HSL | 346.36º | 0.71% | 0.49% | - |
| HSV(B) | 346.36º | 0.83% | 0.83% | - |
| XYZ | 29.09 | 15.78 | 8.35 | - |
| YUV | 93.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 76 | 0 | 0.83 | 0.64 | 0.17 | 346.36 | 0.71 | 0.49 |
| Hex | D4 | 24 | 4C | 0 | 53 | 40 | 11 | 15A | 47 | 31 |
| Octal | 324 | 44 | 114 | 0 | 123 | 100 | 21 | 532 | 107 | 61 |
| Binary | 11010100 | 100100 | 1001100 | 0 | 1010011 | 1000000 | 10001 | 101011010 | 1000111 | 110001 |
Color Harmonies of #D4244C
Complementary color
Monochromatic Colors of #D4244C
Black with #D4244C
Text Example
Text Example
White with #D4244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4244C; }
p { color: rgb(212,36,76); }
H1.HeaderClassName
{
color: #D4244C;
}
.AnyTagClassName
{
color: #D4244C;
}
</style>
background-color css
<style>
a { background-color: #D4244C; }
a { background-color: rgb(212,36,76); }
div.DivClassName
{
background-color: #D4244C;
}
.BgClassName
{
background-color: #D4244C;
}
</style>
border-color css
<style>
span { border-color: #D4244C; }
span { border-color: rgb(212,36,76); }
td.TdClassName
{
border-color: #D4244C;
}
.TagClassName
{
border-color: #D4244C;
}
</style>