Shades of Amaranth #D73E4B
Tints of Amaranth #D73E4B
RGB
CMYK
RGB Variations
Color information
#D73E4B (or 0xD73E4B) is known color: Amaranth. HEX triplet: D7, 3E and 4B. RGB value is (215,62,75). Sum of RGB (Red+Green+Blue) = 215+62+75=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E4B is #28C1B4. Grayscale: #6D6D6D. Windows color (decimal): -2671029 or 4931287. OLE color: 4931287.
HSL color Cylindrical-coordinate representation of color #D73E4B: hue angle of 354.9º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73E4B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 75 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.16 |
| HSL | 354.9º | 0.66% | 0.54% | - |
| HSV(B) | 354.9º | 0.71% | 0.84% | - |
| XYZ | 31.02 | 18.4 | 8.57 | - |
| YUV | 109.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 75 | 0 | 0.71 | 0.65 | 0.16 | 354.9 | 0.66 | 0.54 |
| Hex | D7 | 3E | 4B | 0 | 47 | 41 | 10 | 163 | 42 | 36 |
| Octal | 327 | 76 | 113 | 0 | 107 | 101 | 20 | 543 | 102 | 66 |
| Binary | 11010111 | 111110 | 1001011 | 0 | 1000111 | 1000001 | 10000 | 101100011 | 1000010 | 110110 |
Color Harmonies of #D73E4B
Complementary color
Monochromatic Colors of #D73E4B
Black with #D73E4B
Text Example
Text Example
White with #D73E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E4B; }
p { color: rgb(215,62,75); }
H1.HeaderClassName
{
color: #D73E4B;
}
.AnyTagClassName
{
color: #D73E4B;
}
</style>
background-color css
<style>
a { background-color: #D73E4B; }
a { background-color: rgb(215,62,75); }
div.DivClassName
{
background-color: #D73E4B;
}
.BgClassName
{
background-color: #D73E4B;
}
</style>
border-color css
<style>
span { border-color: #D73E4B; }
span { border-color: rgb(215,62,75); }
td.TdClassName
{
border-color: #D73E4B;
}
.TagClassName
{
border-color: #D73E4B;
}
</style>