Shades of Amaranth #D6294B
Tints of Amaranth #D6294B
RGB
CMYK
RGB Variations
Color information
#D6294B (or 0xD6294B) is known color: Amaranth. HEX triplet: D6, 29 and 4B. RGB value is (214,41,75). Sum of RGB (Red+Green+Blue) = 214+41+75=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6294B is #29D6B4. Grayscale: #606060. Windows color (decimal): -2741941 or 4925910. OLE color: 4925910.
HSL color Cylindrical-coordinate representation of color #D6294B: hue angle of 348.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6294B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 75 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.16 |
| HSL | 348.21º | 0.68% | 0.5% | - |
| HSV(B) | 348.21º | 0.81% | 0.84% | - |
| XYZ | 29.79 | 16.39 | 8.25 | - |
| YUV | 96.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 75 | 0 | 0.81 | 0.65 | 0.16 | 348.21 | 0.68 | 0.5 |
| Hex | D6 | 29 | 4B | 0 | 51 | 41 | 10 | 15C | 44 | 32 |
| Octal | 326 | 51 | 113 | 0 | 121 | 101 | 20 | 534 | 104 | 62 |
| Binary | 11010110 | 101001 | 1001011 | 0 | 1010001 | 1000001 | 10000 | 101011100 | 1000100 | 110010 |
Color Harmonies of #D6294B
Complementary color
Monochromatic Colors of #D6294B
Black with #D6294B
Text Example
Text Example
White with #D6294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6294B; }
p { color: rgb(214,41,75); }
H1.HeaderClassName
{
color: #D6294B;
}
.AnyTagClassName
{
color: #D6294B;
}
</style>
background-color css
<style>
a { background-color: #D6294B; }
a { background-color: rgb(214,41,75); }
div.DivClassName
{
background-color: #D6294B;
}
.BgClassName
{
background-color: #D6294B;
}
</style>
border-color css
<style>
span { border-color: #D6294B; }
span { border-color: rgb(214,41,75); }
td.TdClassName
{
border-color: #D6294B;
}
.TagClassName
{
border-color: #D6294B;
}
</style>