Shades of Amaranth #D4284B
Tints of Amaranth #D4284B
RGB
CMYK
RGB Variations
Color information
#D4284B (or 0xD4284B) is known color: Amaranth. HEX triplet: D4, 28 and 4B. RGB value is (212,40,75). Sum of RGB (Red+Green+Blue) = 212+40+75=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4284B is #2BD7B4. Grayscale: #5F5F5F. Windows color (decimal): -2873269 or 4925652. OLE color: 4925652.
HSL color Cylindrical-coordinate representation of color #D4284B: hue angle of 347.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4284B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 75 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.17 |
| HSL | 347.79º | 0.68% | 0.49% | - |
| HSV(B) | 347.79º | 0.81% | 0.83% | - |
| XYZ | 29.18 | 16.02 | 8.21 | - |
| YUV | 95.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 75 | 0 | 0.81 | 0.65 | 0.17 | 347.79 | 0.68 | 0.49 |
| Hex | D4 | 28 | 4B | 0 | 51 | 41 | 11 | 15C | 44 | 31 |
| Octal | 324 | 50 | 113 | 0 | 121 | 101 | 21 | 534 | 104 | 61 |
| Binary | 11010100 | 101000 | 1001011 | 0 | 1010001 | 1000001 | 10001 | 101011100 | 1000100 | 110001 |
Color Harmonies of #D4284B
Complementary color
Monochromatic Colors of #D4284B
Black with #D4284B
Text Example
Text Example
White with #D4284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4284B; }
p { color: rgb(212,40,75); }
H1.HeaderClassName
{
color: #D4284B;
}
.AnyTagClassName
{
color: #D4284B;
}
</style>
background-color css
<style>
a { background-color: #D4284B; }
a { background-color: rgb(212,40,75); }
div.DivClassName
{
background-color: #D4284B;
}
.BgClassName
{
background-color: #D4284B;
}
</style>
border-color css
<style>
span { border-color: #D4284B; }
span { border-color: rgb(212,40,75); }
td.TdClassName
{
border-color: #D4284B;
}
.TagClassName
{
border-color: #D4284B;
}
</style>