Shades of Amaranth #D5254A
Tints of Amaranth #D5254A
RGB
CMYK
RGB Variations
Color information
#D5254A (or 0xD5254A) is known color: Amaranth. HEX triplet: D5, 25 and 4A. RGB value is (213,37,74). Sum of RGB (Red+Green+Blue) = 213+37+74=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5254A is #2ADAB5. Grayscale: #5D5D5D. Windows color (decimal): -2808502 or 4859349. OLE color: 4859349.
HSL color Cylindrical-coordinate representation of color #D5254A: hue angle of 347.39º 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 #D5254A is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 74 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.16 |
| HSL | 347.39º | 0.7% | 0.49% | - |
| HSV(B) | 347.39º | 0.83% | 0.84% | - |
| XYZ | 29.34 | 15.96 | 8.01 | - |
| YUV | 93.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 74 | 0 | 0.83 | 0.65 | 0.16 | 347.39 | 0.7 | 0.49 |
| Hex | D5 | 25 | 4A | 0 | 53 | 41 | 10 | 15B | 46 | 31 |
| Octal | 325 | 45 | 112 | 0 | 123 | 101 | 20 | 533 | 106 | 61 |
| Binary | 11010101 | 100101 | 1001010 | 0 | 1010011 | 1000001 | 10000 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D5254A
Complementary color
Monochromatic Colors of #D5254A
Black with #D5254A
Text Example
Text Example
White with #D5254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5254A; }
p { color: rgb(213,37,74); }
H1.HeaderClassName
{
color: #D5254A;
}
.AnyTagClassName
{
color: #D5254A;
}
</style>
background-color css
<style>
a { background-color: #D5254A; }
a { background-color: rgb(213,37,74); }
div.DivClassName
{
background-color: #D5254A;
}
.BgClassName
{
background-color: #D5254A;
}
</style>
border-color css
<style>
span { border-color: #D5254A; }
span { border-color: rgb(213,37,74); }
td.TdClassName
{
border-color: #D5254A;
}
.TagClassName
{
border-color: #D5254A;
}
</style>