Shades of Amaranth #D7384B
Tints of Amaranth #D7384B
RGB
CMYK
RGB Variations
Color information
#D7384B (or 0xD7384B) is known color: Amaranth. HEX triplet: D7, 38 and 4B. RGB value is (215,56,75). Sum of RGB (Red+Green+Blue) = 215+56+75=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7384B is #28C7B4. Grayscale: #696969. Windows color (decimal): -2672565 or 4929751. OLE color: 4929751.
HSL color Cylindrical-coordinate representation of color #D7384B: hue angle of 352.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7384B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 75 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.16 |
| HSL | 352.83º | 0.67% | 0.53% | - |
| HSV(B) | 352.83º | 0.74% | 0.84% | - |
| XYZ | 30.71 | 17.78 | 8.47 | - |
| YUV | 105.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 75 | 0 | 0.74 | 0.65 | 0.16 | 352.83 | 0.67 | 0.53 |
| Hex | D7 | 38 | 4B | 0 | 4A | 41 | 10 | 161 | 43 | 35 |
| Octal | 327 | 70 | 113 | 0 | 112 | 101 | 20 | 541 | 103 | 65 |
| Binary | 11010111 | 111000 | 1001011 | 0 | 1001010 | 1000001 | 10000 | 101100001 | 1000011 | 110101 |
Color Harmonies of #D7384B
Complementary color
Monochromatic Colors of #D7384B
Black with #D7384B
Text Example
Text Example
White with #D7384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7384B; }
p { color: rgb(215,56,75); }
H1.HeaderClassName
{
color: #D7384B;
}
.AnyTagClassName
{
color: #D7384B;
}
</style>
background-color css
<style>
a { background-color: #D7384B; }
a { background-color: rgb(215,56,75); }
div.DivClassName
{
background-color: #D7384B;
}
.BgClassName
{
background-color: #D7384B;
}
</style>
border-color css
<style>
span { border-color: #D7384B; }
span { border-color: rgb(215,56,75); }
td.TdClassName
{
border-color: #D7384B;
}
.TagClassName
{
border-color: #D7384B;
}
</style>