Shades of Amaranth #D63450
Tints of Amaranth #D63450
RGB
CMYK
RGB Variations
Color information
#D63450 (or 0xD63450) is known color: Amaranth. HEX triplet: D6, 34 and 50. RGB value is (214,52,80). Sum of RGB (Red+Green+Blue) = 214+52+80=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D63450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63450 is #29CBAF. Grayscale: #676767. Windows color (decimal): -2739120 or 5256406. OLE color: 5256406.
HSL color Cylindrical-coordinate representation of color #D63450: hue angle of 349.63º 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 #D63450 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 80 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.16 |
| HSL | 349.63º | 0.66% | 0.52% | - |
| HSV(B) | 349.63º | 0.76% | 0.84% | - |
| XYZ | 30.41 | 17.33 | 9.33 | - |
| YUV | 103.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 80 | 0 | 0.76 | 0.63 | 0.16 | 349.63 | 0.66 | 0.52 |
| Hex | D6 | 34 | 50 | 0 | 4C | 3F | 10 | 15E | 42 | 34 |
| Octal | 326 | 64 | 120 | 0 | 114 | 77 | 20 | 536 | 102 | 64 |
| Binary | 11010110 | 110100 | 1010000 | 0 | 1001100 | 111111 | 10000 | 101011110 | 1000010 | 110100 |
Color Harmonies of #D63450
Complementary color
Monochromatic Colors of #D63450
Black with #D63450
Text Example
Text Example
White with #D63450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63450; }
p { color: rgb(214,52,80); }
H1.HeaderClassName
{
color: #D63450;
}
.AnyTagClassName
{
color: #D63450;
}
</style>
background-color css
<style>
a { background-color: #D63450; }
a { background-color: rgb(214,52,80); }
div.DivClassName
{
background-color: #D63450;
}
.BgClassName
{
background-color: #D63450;
}
</style>
border-color css
<style>
span { border-color: #D63450; }
span { border-color: rgb(214,52,80); }
td.TdClassName
{
border-color: #D63450;
}
.TagClassName
{
border-color: #D63450;
}
</style>