Shades of Amaranth #D6264D
Tints of Amaranth #D6264D
RGB
CMYK
RGB Variations
Color information
#D6264D (or 0xD6264D) is known color: Amaranth. HEX triplet: D6, 26 and 4D. RGB value is (214,38,77). Sum of RGB (Red+Green+Blue) = 214+38+77=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6264D is #29D9B2. Grayscale: #5F5F5F. Windows color (decimal): -2742707 or 5056214. OLE color: 5056214.
HSL color Cylindrical-coordinate representation of color #D6264D: hue angle of 346.7º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6264D is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 77 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.16 |
| HSL | 346.7º | 0.7% | 0.49% | - |
| HSV(B) | 346.7º | 0.82% | 0.84% | - |
| XYZ | 29.76 | 16.22 | 8.58 | - |
| YUV | 95.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 77 | 0 | 0.82 | 0.64 | 0.16 | 346.7 | 0.7 | 0.49 |
| Hex | D6 | 26 | 4D | 0 | 52 | 40 | 10 | 15B | 46 | 31 |
| Octal | 326 | 46 | 115 | 0 | 122 | 100 | 20 | 533 | 106 | 61 |
| Binary | 11010110 | 100110 | 1001101 | 0 | 1010010 | 1000000 | 10000 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D6264D
Complementary color
Monochromatic Colors of #D6264D
Black with #D6264D
Text Example
Text Example
White with #D6264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6264D; }
p { color: rgb(214,38,77); }
H1.HeaderClassName
{
color: #D6264D;
}
.AnyTagClassName
{
color: #D6264D;
}
</style>
background-color css
<style>
a { background-color: #D6264D; }
a { background-color: rgb(214,38,77); }
div.DivClassName
{
background-color: #D6264D;
}
.BgClassName
{
background-color: #D6264D;
}
</style>
border-color css
<style>
span { border-color: #D6264D; }
span { border-color: rgb(214,38,77); }
td.TdClassName
{
border-color: #D6264D;
}
.TagClassName
{
border-color: #D6264D;
}
</style>