Shades of Amaranth #D53651
Tints of Amaranth #D53651
RGB
CMYK
RGB Variations
Color information
#D53651 (or 0xD53651) is known color: Amaranth. HEX triplet: D5, 36 and 51. RGB value is (213,54,81). Sum of RGB (Red+Green+Blue) = 213+54+81=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D53651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53651 is #2AC9AE. Grayscale: #686868. Windows color (decimal): -2804143 or 5322453. OLE color: 5322453.
HSL color Cylindrical-coordinate representation of color #D53651: hue angle of 349.81º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53651 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 81 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.16 |
| HSL | 349.81º | 0.65% | 0.52% | - |
| HSV(B) | 349.81º | 0.75% | 0.84% | - |
| XYZ | 30.24 | 17.38 | 9.54 | - |
| YUV | 104.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 81 | 0 | 0.75 | 0.62 | 0.16 | 349.81 | 0.65 | 0.52 |
| Hex | D5 | 36 | 51 | 0 | 4B | 3E | 10 | 15E | 41 | 34 |
| Octal | 325 | 66 | 121 | 0 | 113 | 76 | 20 | 536 | 101 | 64 |
| Binary | 11010101 | 110110 | 1010001 | 0 | 1001011 | 111110 | 10000 | 101011110 | 1000001 | 110100 |
Color Harmonies of #D53651
Complementary color
Monochromatic Colors of #D53651
Black with #D53651
Text Example
Text Example
White with #D53651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53651; }
p { color: rgb(213,54,81); }
H1.HeaderClassName
{
color: #D53651;
}
.AnyTagClassName
{
color: #D53651;
}
</style>
background-color css
<style>
a { background-color: #D53651; }
a { background-color: rgb(213,54,81); }
div.DivClassName
{
background-color: #D53651;
}
.BgClassName
{
background-color: #D53651;
}
</style>
border-color css
<style>
span { border-color: #D53651; }
span { border-color: rgb(213,54,81); }
td.TdClassName
{
border-color: #D53651;
}
.TagClassName
{
border-color: #D53651;
}
</style>