Shades of Amaranth #D43753
Tints of Amaranth #D43753
RGB
CMYK
RGB Variations
Color information
#D43753 (or 0xD43753) is known color: Amaranth. HEX triplet: D4, 37 and 53. RGB value is (212,55,83). Sum of RGB (Red+Green+Blue) = 212+55+83=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D43753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43753 is #2BC8AC. Grayscale: #696969. Windows color (decimal): -2869421 or 5453780. OLE color: 5453780.
HSL color Cylindrical-coordinate representation of color #D43753: hue angle of 349.3º degrees, saturation: 0.65, 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 #D43753 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 83 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.17 |
| HSL | 349.3º | 0.65% | 0.52% | - |
| HSV(B) | 349.3º | 0.74% | 0.83% | - |
| XYZ | 30.08 | 17.35 | 9.95 | - |
| YUV | 105.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 83 | 0 | 0.74 | 0.61 | 0.17 | 349.3 | 0.65 | 0.52 |
| Hex | D4 | 37 | 53 | 0 | 4A | 3D | 11 | 15D | 41 | 34 |
| Octal | 324 | 67 | 123 | 0 | 112 | 75 | 21 | 535 | 101 | 64 |
| Binary | 11010100 | 110111 | 1010011 | 0 | 1001010 | 111101 | 10001 | 101011101 | 1000001 | 110100 |
Color Harmonies of #D43753
Complementary color
Monochromatic Colors of #D43753
Black with #D43753
Text Example
Text Example
White with #D43753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43753; }
p { color: rgb(212,55,83); }
H1.HeaderClassName
{
color: #D43753;
}
.AnyTagClassName
{
color: #D43753;
}
</style>
background-color css
<style>
a { background-color: #D43753; }
a { background-color: rgb(212,55,83); }
div.DivClassName
{
background-color: #D43753;
}
.BgClassName
{
background-color: #D43753;
}
</style>
border-color css
<style>
span { border-color: #D43753; }
span { border-color: rgb(212,55,83); }
td.TdClassName
{
border-color: #D43753;
}
.TagClassName
{
border-color: #D43753;
}
</style>