Shades of Amaranth #D33751
Tints of Amaranth #D33751
RGB
CMYK
RGB Variations
Color information
#D33751 (or 0xD33751) is known color: Amaranth. HEX triplet: D3, 37 and 51. RGB value is (211,55,81). Sum of RGB (Red+Green+Blue) = 211+55+81=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D33751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33751 is #2CC8AE. Grayscale: #686868. Windows color (decimal): -2934959 or 5322707. OLE color: 5322707.
HSL color Cylindrical-coordinate representation of color #D33751: hue angle of 350º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33751 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 81 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.17 |
| HSL | 350º | 0.64% | 0.52% | - |
| HSV(B) | 350º | 0.74% | 0.83% | - |
| XYZ | 29.72 | 17.18 | 9.53 | - |
| YUV | 104.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 81 | 0 | 0.74 | 0.62 | 0.17 | 350 | 0.64 | 0.52 |
| Hex | D3 | 37 | 51 | 0 | 4A | 3E | 11 | 15E | 40 | 34 |
| Octal | 323 | 67 | 121 | 0 | 112 | 76 | 21 | 536 | 100 | 64 |
| Binary | 11010011 | 110111 | 1010001 | 0 | 1001010 | 111110 | 10001 | 101011110 | 1000000 | 110100 |
Color Harmonies of #D33751
Complementary color
Monochromatic Colors of #D33751
Black with #D33751
Text Example
Text Example
White with #D33751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33751; }
p { color: rgb(211,55,81); }
H1.HeaderClassName
{
color: #D33751;
}
.AnyTagClassName
{
color: #D33751;
}
</style>
background-color css
<style>
a { background-color: #D33751; }
a { background-color: rgb(211,55,81); }
div.DivClassName
{
background-color: #D33751;
}
.BgClassName
{
background-color: #D33751;
}
</style>
border-color css
<style>
span { border-color: #D33751; }
span { border-color: rgb(211,55,81); }
td.TdClassName
{
border-color: #D33751;
}
.TagClassName
{
border-color: #D33751;
}
</style>