Shades of Amaranth #D5234A
Tints of Amaranth #D5234A
RGB
CMYK
RGB Variations
Color information
#D5234A (or 0xD5234A) is known color: Amaranth. HEX triplet: D5, 23 and 4A. RGB value is (213,35,74). Sum of RGB (Red+Green+Blue) = 213+35+74=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5234A is #2ADCB5. Grayscale: #5C5C5C. Windows color (decimal): -2809014 or 4858837. OLE color: 4858837.
HSL color Cylindrical-coordinate representation of color #D5234A: hue angle of 346.85º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5234A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 74 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.16 |
| HSL | 346.85º | 0.72% | 0.49% | - |
| HSV(B) | 346.85º | 0.84% | 0.84% | - |
| XYZ | 29.28 | 15.84 | 7.99 | - |
| YUV | 92.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 74 | 0 | 0.84 | 0.65 | 0.16 | 346.85 | 0.72 | 0.49 |
| Hex | D5 | 23 | 4A | 0 | 54 | 41 | 10 | 15B | 48 | 31 |
| Octal | 325 | 43 | 112 | 0 | 124 | 101 | 20 | 533 | 110 | 61 |
| Binary | 11010101 | 100011 | 1001010 | 0 | 1010100 | 1000001 | 10000 | 101011011 | 1001000 | 110001 |
Color Harmonies of #D5234A
Complementary color
Monochromatic Colors of #D5234A
Black with #D5234A
Text Example
Text Example
White with #D5234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5234A; }
p { color: rgb(213,35,74); }
H1.HeaderClassName
{
color: #D5234A;
}
.AnyTagClassName
{
color: #D5234A;
}
</style>
background-color css
<style>
a { background-color: #D5234A; }
a { background-color: rgb(213,35,74); }
div.DivClassName
{
background-color: #D5234A;
}
.BgClassName
{
background-color: #D5234A;
}
</style>
border-color css
<style>
span { border-color: #D5234A; }
span { border-color: rgb(213,35,74); }
td.TdClassName
{
border-color: #D5234A;
}
.TagClassName
{
border-color: #D5234A;
}
</style>