Shades of Amaranth #D5224F
Tints of Amaranth #D5224F
RGB
CMYK
RGB Variations
Color information
#D5224F (or 0xD5224F) is known color: Amaranth. HEX triplet: D5, 22 and 4F. RGB value is (213,34,79). Sum of RGB (Red+Green+Blue) = 213+34+79=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5224F is #2ADDB0. Grayscale: #5C5C5C. Windows color (decimal): -2809265 or 5186261. OLE color: 5186261.
HSL color Cylindrical-coordinate representation of color #D5224F: hue angle of 344.92º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5224F is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 79 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.16 |
| HSL | 344.92º | 0.72% | 0.48% | - |
| HSV(B) | 344.92º | 0.84% | 0.84% | - |
| XYZ | 29.42 | 15.85 | 8.91 | - |
| YUV | 92.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 79 | 0 | 0.84 | 0.63 | 0.16 | 344.92 | 0.72 | 0.48 |
| Hex | D5 | 22 | 4F | 0 | 54 | 3F | 10 | 159 | 48 | 30 |
| Octal | 325 | 42 | 117 | 0 | 124 | 77 | 20 | 531 | 110 | 60 |
| Binary | 11010101 | 100010 | 1001111 | 0 | 1010100 | 111111 | 10000 | 101011001 | 1001000 | 110000 |
Color Harmonies of #D5224F
Complementary color
Monochromatic Colors of #D5224F
Black with #D5224F
Text Example
Text Example
White with #D5224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5224F; }
p { color: rgb(213,34,79); }
H1.HeaderClassName
{
color: #D5224F;
}
.AnyTagClassName
{
color: #D5224F;
}
</style>
background-color css
<style>
a { background-color: #D5224F; }
a { background-color: rgb(213,34,79); }
div.DivClassName
{
background-color: #D5224F;
}
.BgClassName
{
background-color: #D5224F;
}
</style>
border-color css
<style>
span { border-color: #D5224F; }
span { border-color: rgb(213,34,79); }
td.TdClassName
{
border-color: #D5224F;
}
.TagClassName
{
border-color: #D5224F;
}
</style>