Shades of Amaranth #D4234A
Tints of Amaranth #D4234A
RGB
CMYK
RGB Variations
Color information
#D4234A (or 0xD4234A) is known color: Amaranth. HEX triplet: D4, 23 and 4A. RGB value is (212,35,74). Sum of RGB (Red+Green+Blue) = 212+35+74=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4234A is #2BDCB5. Grayscale: #5C5C5C. Windows color (decimal): -2874550 or 4858836. OLE color: 4858836.
HSL color Cylindrical-coordinate representation of color #D4234A: hue angle of 346.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4234A is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.17 |
| HSL | 346.78º | 0.72% | 0.48% | - |
| HSV(B) | 346.78º | 0.83% | 0.83% | - |
| XYZ | 28.99 | 15.69 | 7.98 | - |
| YUV | 92.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 74 | 0 | 0.83 | 0.65 | 0.17 | 346.78 | 0.72 | 0.48 |
| Hex | D4 | 23 | 4A | 0 | 53 | 41 | 11 | 15B | 48 | 30 |
| Octal | 324 | 43 | 112 | 0 | 123 | 101 | 21 | 533 | 110 | 60 |
| Binary | 11010100 | 100011 | 1001010 | 0 | 1010011 | 1000001 | 10001 | 101011011 | 1001000 | 110000 |
Color Harmonies of #D4234A
Complementary color
Monochromatic Colors of #D4234A
Black with #D4234A
Text Example
Text Example
White with #D4234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4234A; }
p { color: rgb(212,35,74); }
H1.HeaderClassName
{
color: #D4234A;
}
.AnyTagClassName
{
color: #D4234A;
}
</style>
background-color css
<style>
a { background-color: #D4234A; }
a { background-color: rgb(212,35,74); }
div.DivClassName
{
background-color: #D4234A;
}
.BgClassName
{
background-color: #D4234A;
}
</style>
border-color css
<style>
span { border-color: #D4234A; }
span { border-color: rgb(212,35,74); }
td.TdClassName
{
border-color: #D4234A;
}
.TagClassName
{
border-color: #D4234A;
}
</style>