Shades of Amaranth #D6344B
Tints of Amaranth #D6344B
RGB
CMYK
RGB Variations
Color information
#D6344B (or 0xD6344B) is known color: Amaranth. HEX triplet: D6, 34 and 4B. RGB value is (214,52,75). Sum of RGB (Red+Green+Blue) = 214+52+75=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6344B is #29CBB4. Grayscale: #676767. Windows color (decimal): -2739125 or 4928726. OLE color: 4928726.
HSL color Cylindrical-coordinate representation of color #D6344B: hue angle of 351.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6344B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 75 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.48º | 0.66% | 0.52% | - |
| HSV(B) | 351.48º | 0.76% | 0.84% | - |
| XYZ | 30.23 | 17.26 | 8.39 | - |
| YUV | 103.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 75 | 0 | 0.76 | 0.65 | 0.16 | 351.48 | 0.66 | 0.52 |
| Hex | D6 | 34 | 4B | 0 | 4C | 41 | 10 | 15F | 42 | 34 |
| Octal | 326 | 64 | 113 | 0 | 114 | 101 | 20 | 537 | 102 | 64 |
| Binary | 11010110 | 110100 | 1001011 | 0 | 1001100 | 1000001 | 10000 | 101011111 | 1000010 | 110100 |
Color Harmonies of #D6344B
Complementary color
Monochromatic Colors of #D6344B
Black with #D6344B
Text Example
Text Example
White with #D6344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6344B; }
p { color: rgb(214,52,75); }
H1.HeaderClassName
{
color: #D6344B;
}
.AnyTagClassName
{
color: #D6344B;
}
</style>
background-color css
<style>
a { background-color: #D6344B; }
a { background-color: rgb(214,52,75); }
div.DivClassName
{
background-color: #D6344B;
}
.BgClassName
{
background-color: #D6344B;
}
</style>
border-color css
<style>
span { border-color: #D6344B; }
span { border-color: rgb(214,52,75); }
td.TdClassName
{
border-color: #D6344B;
}
.TagClassName
{
border-color: #D6344B;
}
</style>