Shades of Amaranth #D5304C
Tints of Amaranth #D5304C
RGB
CMYK
RGB Variations
Color information
#D5304C (or 0xD5304C) is known color: Amaranth. HEX triplet: D5, 30 and 4C. RGB value is (213,48,76). Sum of RGB (Red+Green+Blue) = 213+48+76=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5304C is #2ACFB3. Grayscale: #646464. Windows color (decimal): -2805684 or 4993237. OLE color: 4993237.
HSL color Cylindrical-coordinate representation of color #D5304C: hue angle of 349.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5304C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 76 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.16 |
| HSL | 349.82º | 0.66% | 0.51% | - |
| HSV(B) | 349.82º | 0.77% | 0.84% | - |
| XYZ | 29.8 | 16.78 | 8.51 | - |
| YUV | 100.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 76 | 0 | 0.77 | 0.64 | 0.16 | 349.82 | 0.66 | 0.51 |
| Hex | D5 | 30 | 4C | 0 | 4D | 40 | 10 | 15E | 42 | 33 |
| Octal | 325 | 60 | 114 | 0 | 115 | 100 | 20 | 536 | 102 | 63 |
| Binary | 11010101 | 110000 | 1001100 | 0 | 1001101 | 1000000 | 10000 | 101011110 | 1000010 | 110011 |
Color Harmonies of #D5304C
Complementary color
Monochromatic Colors of #D5304C
Black with #D5304C
Text Example
Text Example
White with #D5304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5304C; }
p { color: rgb(213,48,76); }
H1.HeaderClassName
{
color: #D5304C;
}
.AnyTagClassName
{
color: #D5304C;
}
</style>
background-color css
<style>
a { background-color: #D5304C; }
a { background-color: rgb(213,48,76); }
div.DivClassName
{
background-color: #D5304C;
}
.BgClassName
{
background-color: #D5304C;
}
</style>
border-color css
<style>
span { border-color: #D5304C; }
span { border-color: rgb(213,48,76); }
td.TdClassName
{
border-color: #D5304C;
}
.TagClassName
{
border-color: #D5304C;
}
</style>