Shades of Amaranth #DA224A
Tints of Amaranth #DA224A
RGB
CMYK
RGB Variations
Color information
#DA224A (or 0xDA224A) is known color: Amaranth. HEX triplet: DA, 22 and 4A. RGB value is (218,34,74). Sum of RGB (Red+Green+Blue) = 218+34+74=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA224A is #25DDB5. Grayscale: #5D5D5D. Windows color (decimal): -2481590 or 4858586. OLE color: 4858586.
HSL color Cylindrical-coordinate representation of color #DA224A: hue angle of 346.96º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA224A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 74 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.15 |
| HSL | 346.96º | 0.73% | 0.49% | - |
| HSV(B) | 346.96º | 0.84% | 0.85% | - |
| XYZ | 30.72 | 16.54 | 8.05 | - |
| YUV | 93.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 74 | 0 | 0.84 | 0.66 | 0.15 | 346.96 | 0.73 | 0.49 |
| Hex | DA | 22 | 4A | 0 | 54 | 42 | F | 15B | 49 | 31 |
| Octal | 332 | 42 | 112 | 0 | 124 | 102 | 17 | 533 | 111 | 61 |
| Binary | 11011010 | 100010 | 1001010 | 0 | 1010100 | 1000010 | 1111 | 101011011 | 1001001 | 110001 |
Color Harmonies of #DA224A
Complementary color
Monochromatic Colors of #DA224A
Black with #DA224A
Text Example
Text Example
White with #DA224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA224A; }
p { color: rgb(218,34,74); }
H1.HeaderClassName
{
color: #DA224A;
}
.AnyTagClassName
{
color: #DA224A;
}
</style>
background-color css
<style>
a { background-color: #DA224A; }
a { background-color: rgb(218,34,74); }
div.DivClassName
{
background-color: #DA224A;
}
.BgClassName
{
background-color: #DA224A;
}
</style>
border-color css
<style>
span { border-color: #DA224A; }
span { border-color: rgb(218,34,74); }
td.TdClassName
{
border-color: #DA224A;
}
.TagClassName
{
border-color: #DA224A;
}
</style>