Shades of Amaranth #D52749
Tints of Amaranth #D52749
RGB
CMYK
RGB Variations
Color information
#D52749 (or 0xD52749) is known color: Amaranth. HEX triplet: D5, 27 and 49. RGB value is (213,39,73). Sum of RGB (Red+Green+Blue) = 213+39+73=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52749 is #2AD8B6. Grayscale: #5E5E5E. Windows color (decimal): -2807991 or 4794325. OLE color: 4794325.
HSL color Cylindrical-coordinate representation of color #D52749: hue angle of 348.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52749 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 73 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.16 |
| HSL | 348.28º | 0.69% | 0.49% | - |
| HSV(B) | 348.28º | 0.82% | 0.84% | - |
| XYZ | 29.37 | 16.08 | 7.86 | - |
| YUV | 94.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 73 | 0 | 0.82 | 0.66 | 0.16 | 348.28 | 0.69 | 0.49 |
| Hex | D5 | 27 | 49 | 0 | 52 | 42 | 10 | 15C | 45 | 31 |
| Octal | 325 | 47 | 111 | 0 | 122 | 102 | 20 | 534 | 105 | 61 |
| Binary | 11010101 | 100111 | 1001001 | 0 | 1010010 | 1000010 | 10000 | 101011100 | 1000101 | 110001 |
Color Harmonies of #D52749
Complementary color
Monochromatic Colors of #D52749
Black with #D52749
Text Example
Text Example
White with #D52749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52749; }
p { color: rgb(213,39,73); }
H1.HeaderClassName
{
color: #D52749;
}
.AnyTagClassName
{
color: #D52749;
}
</style>
background-color css
<style>
a { background-color: #D52749; }
a { background-color: rgb(213,39,73); }
div.DivClassName
{
background-color: #D52749;
}
.BgClassName
{
background-color: #D52749;
}
</style>
border-color css
<style>
span { border-color: #D52749; }
span { border-color: rgb(213,39,73); }
td.TdClassName
{
border-color: #D52749;
}
.TagClassName
{
border-color: #D52749;
}
</style>