Shades of Amaranth #D62549
Tints of Amaranth #D62549
RGB
CMYK
RGB Variations
Color information
#D62549 (or 0xD62549) is known color: Amaranth. HEX triplet: D6, 25 and 49. RGB value is (214,37,73). Sum of RGB (Red+Green+Blue) = 214+37+73=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62549 is #29DAB6. Grayscale: #5E5E5E. Windows color (decimal): -2742967 or 4793814. OLE color: 4793814.
HSL color Cylindrical-coordinate representation of color #D62549: hue angle of 347.8º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62549 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 73 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.16 |
| HSL | 347.8º | 0.71% | 0.49% | - |
| HSV(B) | 347.8º | 0.83% | 0.84% | - |
| XYZ | 29.6 | 16.1 | 7.85 | - |
| YUV | 94.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 73 | 0 | 0.83 | 0.66 | 0.16 | 347.8 | 0.71 | 0.49 |
| Hex | D6 | 25 | 49 | 0 | 53 | 42 | 10 | 15C | 47 | 31 |
| Octal | 326 | 45 | 111 | 0 | 123 | 102 | 20 | 534 | 107 | 61 |
| Binary | 11010110 | 100101 | 1001001 | 0 | 1010011 | 1000010 | 10000 | 101011100 | 1000111 | 110001 |
Color Harmonies of #D62549
Complementary color
Monochromatic Colors of #D62549
Black with #D62549
Text Example
Text Example
White with #D62549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62549; }
p { color: rgb(214,37,73); }
H1.HeaderClassName
{
color: #D62549;
}
.AnyTagClassName
{
color: #D62549;
}
</style>
background-color css
<style>
a { background-color: #D62549; }
a { background-color: rgb(214,37,73); }
div.DivClassName
{
background-color: #D62549;
}
.BgClassName
{
background-color: #D62549;
}
</style>
border-color css
<style>
span { border-color: #D62549; }
span { border-color: rgb(214,37,73); }
td.TdClassName
{
border-color: #D62549;
}
.TagClassName
{
border-color: #D62549;
}
</style>