Shades of Amaranth #D5254C
Tints of Amaranth #D5254C
RGB
CMYK
RGB Variations
Color information
#D5254C (or 0xD5254C) is known color: Amaranth. HEX triplet: D5, 25 and 4C. RGB value is (213,37,76). Sum of RGB (Red+Green+Blue) = 213+37+76=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5254C is #2ADAB3. Grayscale: #5E5E5E. Windows color (decimal): -2808500 or 4990421. OLE color: 4990421.
HSL color Cylindrical-coordinate representation of color #D5254C: hue angle of 346.7º degrees, saturation: 0.7, 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 #D5254C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 76 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.16 |
| HSL | 346.7º | 0.7% | 0.49% | - |
| HSV(B) | 346.7º | 0.83% | 0.84% | - |
| XYZ | 29.41 | 15.99 | 8.37 | - |
| YUV | 94.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 76 | 0 | 0.83 | 0.64 | 0.16 | 346.7 | 0.7 | 0.49 |
| Hex | D5 | 25 | 4C | 0 | 53 | 40 | 10 | 15B | 46 | 31 |
| Octal | 325 | 45 | 114 | 0 | 123 | 100 | 20 | 533 | 106 | 61 |
| Binary | 11010101 | 100101 | 1001100 | 0 | 1010011 | 1000000 | 10000 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D5254C
Complementary color
Monochromatic Colors of #D5254C
Black with #D5254C
Text Example
Text Example
White with #D5254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5254C; }
p { color: rgb(213,37,76); }
H1.HeaderClassName
{
color: #D5254C;
}
.AnyTagClassName
{
color: #D5254C;
}
</style>
background-color css
<style>
a { background-color: #D5254C; }
a { background-color: rgb(213,37,76); }
div.DivClassName
{
background-color: #D5254C;
}
.BgClassName
{
background-color: #D5254C;
}
</style>
border-color css
<style>
span { border-color: #D5254C; }
span { border-color: rgb(213,37,76); }
td.TdClassName
{
border-color: #D5254C;
}
.TagClassName
{
border-color: #D5254C;
}
</style>