Shades of Amaranth #D22951
Tints of Amaranth #D22951
RGB
CMYK
RGB Variations
Color information
#D22951 (or 0xD22951) is known color: Amaranth. HEX triplet: D2, 29 and 51. RGB value is (210,41,81). Sum of RGB (Red+Green+Blue) = 210+41+81=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D22951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22951 is #2DD6AE. Grayscale: #606060. Windows color (decimal): -3004079 or 5319122. OLE color: 5319122.
HSL color Cylindrical-coordinate representation of color #D22951: hue angle of 345.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22951 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 81 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.18 |
| HSL | 345.8º | 0.67% | 0.49% | - |
| HSV(B) | 345.8º | 0.8% | 0.82% | - |
| XYZ | 28.86 | 15.88 | 9.33 | - |
| YUV | 96.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 81 | 0 | 0.80 | 0.61 | 0.18 | 345.8 | 0.67 | 0.49 |
| Hex | D2 | 29 | 51 | 0 | 50 | 3D | 12 | 15A | 43 | 31 |
| Octal | 322 | 51 | 121 | 0 | 120 | 75 | 22 | 532 | 103 | 61 |
| Binary | 11010010 | 101001 | 1010001 | 0 | 1010000 | 111101 | 10010 | 101011010 | 1000011 | 110001 |
Color Harmonies of #D22951
Complementary color
Monochromatic Colors of #D22951
Black with #D22951
Text Example
Text Example
White with #D22951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22951; }
p { color: rgb(210,41,81); }
H1.HeaderClassName
{
color: #D22951;
}
.AnyTagClassName
{
color: #D22951;
}
</style>
background-color css
<style>
a { background-color: #D22951; }
a { background-color: rgb(210,41,81); }
div.DivClassName
{
background-color: #D22951;
}
.BgClassName
{
background-color: #D22951;
}
</style>
border-color css
<style>
span { border-color: #D22951; }
span { border-color: rgb(210,41,81); }
td.TdClassName
{
border-color: #D22951;
}
.TagClassName
{
border-color: #D22951;
}
</style>