Shades of Amaranth #D2244F
Tints of Amaranth #D2244F
RGB
CMYK
RGB Variations
Color information
#D2244F (or 0xD2244F) is known color: Amaranth. HEX triplet: D2, 24 and 4F. RGB value is (210,36,79). Sum of RGB (Red+Green+Blue) = 210+36+79=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2244F is #2DDBB0. Grayscale: #5C5C5C. Windows color (decimal): -3005361 or 5186770. OLE color: 5186770.
HSL color Cylindrical-coordinate representation of color #D2244F: hue angle of 345.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2244F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 79 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.18 |
| HSL | 345.17º | 0.71% | 0.48% | - |
| HSV(B) | 345.17º | 0.83% | 0.82% | - |
| XYZ | 28.62 | 15.53 | 8.89 | - |
| YUV | 92.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 79 | 0 | 0.83 | 0.62 | 0.18 | 345.17 | 0.71 | 0.48 |
| Hex | D2 | 24 | 4F | 0 | 53 | 3E | 12 | 159 | 47 | 30 |
| Octal | 322 | 44 | 117 | 0 | 123 | 76 | 22 | 531 | 107 | 60 |
| Binary | 11010010 | 100100 | 1001111 | 0 | 1010011 | 111110 | 10010 | 101011001 | 1000111 | 110000 |
Color Harmonies of #D2244F
Complementary color
Monochromatic Colors of #D2244F
Black with #D2244F
Text Example
Text Example
White with #D2244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2244F; }
p { color: rgb(210,36,79); }
H1.HeaderClassName
{
color: #D2244F;
}
.AnyTagClassName
{
color: #D2244F;
}
</style>
background-color css
<style>
a { background-color: #D2244F; }
a { background-color: rgb(210,36,79); }
div.DivClassName
{
background-color: #D2244F;
}
.BgClassName
{
background-color: #D2244F;
}
</style>
border-color css
<style>
span { border-color: #D2244F; }
span { border-color: rgb(210,36,79); }
td.TdClassName
{
border-color: #D2244F;
}
.TagClassName
{
border-color: #D2244F;
}
</style>