Shades of Amaranth #D3294F
Tints of Amaranth #D3294F
RGB
CMYK
RGB Variations
Color information
#D3294F (or 0xD3294F) is known color: Amaranth. HEX triplet: D3, 29 and 4F. RGB value is (211,41,79). Sum of RGB (Red+Green+Blue) = 211+41+79=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D3294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3294F is #2CD6B0. Grayscale: #606060. Windows color (decimal): -2938545 or 5188051. OLE color: 5188051.
HSL color Cylindrical-coordinate representation of color #D3294F: hue angle of 346.59º degrees, saturation: 0.67, 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 #D3294F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 79 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.17 |
| HSL | 346.59º | 0.67% | 0.49% | - |
| HSV(B) | 346.59º | 0.81% | 0.83% | - |
| XYZ | 29.07 | 16 | 8.95 | - |
| YUV | 96.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 79 | 0 | 0.81 | 0.63 | 0.17 | 346.59 | 0.67 | 0.49 |
| Hex | D3 | 29 | 4F | 0 | 51 | 3F | 11 | 15B | 43 | 31 |
| Octal | 323 | 51 | 117 | 0 | 121 | 77 | 21 | 533 | 103 | 61 |
| Binary | 11010011 | 101001 | 1001111 | 0 | 1010001 | 111111 | 10001 | 101011011 | 1000011 | 110001 |
Color Harmonies of #D3294F
Complementary color
Monochromatic Colors of #D3294F
Black with #D3294F
Text Example
Text Example
White with #D3294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3294F; }
p { color: rgb(211,41,79); }
H1.HeaderClassName
{
color: #D3294F;
}
.AnyTagClassName
{
color: #D3294F;
}
</style>
background-color css
<style>
a { background-color: #D3294F; }
a { background-color: rgb(211,41,79); }
div.DivClassName
{
background-color: #D3294F;
}
.BgClassName
{
background-color: #D3294F;
}
</style>
border-color css
<style>
span { border-color: #D3294F; }
span { border-color: rgb(211,41,79); }
td.TdClassName
{
border-color: #D3294F;
}
.TagClassName
{
border-color: #D3294F;
}
</style>