Shades of Amaranth #D2224F
Tints of Amaranth #D2224F
RGB
CMYK
RGB Variations
Color information
#D2224F (or 0xD2224F) is known color: Amaranth. HEX triplet: D2, 22 and 4F. RGB value is (210,34,79). Sum of RGB (Red+Green+Blue) = 210+34+79=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2224F is #2DDDB0. Grayscale: #5B5B5B. Windows color (decimal): -3005873 or 5186258. OLE color: 5186258.
HSL color Cylindrical-coordinate representation of color #D2224F: hue angle of 344.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2224F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 79 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.18 |
| HSL | 344.66º | 0.72% | 0.48% | - |
| HSV(B) | 344.66º | 0.84% | 0.82% | - |
| XYZ | 28.56 | 15.41 | 8.87 | - |
| YUV | 91.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 79 | 0 | 0.84 | 0.62 | 0.18 | 344.66 | 0.72 | 0.48 |
| Hex | D2 | 22 | 4F | 0 | 54 | 3E | 12 | 159 | 48 | 30 |
| Octal | 322 | 42 | 117 | 0 | 124 | 76 | 22 | 531 | 110 | 60 |
| Binary | 11010010 | 100010 | 1001111 | 0 | 1010100 | 111110 | 10010 | 101011001 | 1001000 | 110000 |
Color Harmonies of #D2224F
Complementary color
Monochromatic Colors of #D2224F
Black with #D2224F
Text Example
Text Example
White with #D2224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2224F; }
p { color: rgb(210,34,79); }
H1.HeaderClassName
{
color: #D2224F;
}
.AnyTagClassName
{
color: #D2224F;
}
</style>
background-color css
<style>
a { background-color: #D2224F; }
a { background-color: rgb(210,34,79); }
div.DivClassName
{
background-color: #D2224F;
}
.BgClassName
{
background-color: #D2224F;
}
</style>
border-color css
<style>
span { border-color: #D2224F; }
span { border-color: rgb(210,34,79); }
td.TdClassName
{
border-color: #D2224F;
}
.TagClassName
{
border-color: #D2224F;
}
</style>