Shades of Amaranth #D93848
Tints of Amaranth #D93848
RGB
CMYK
RGB Variations
Color information
#D93848 (or 0xD93848) is known color: Amaranth. HEX triplet: D9, 38 and 48. RGB value is (217,56,72). Sum of RGB (Red+Green+Blue) = 217+56+72=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D93848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93848 is #26C7B7. Grayscale: #6A6A6A. Windows color (decimal): -2541496 or 4733145. OLE color: 4733145.
HSL color Cylindrical-coordinate representation of color #D93848: hue angle of 354.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93848 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 72 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.15 |
| HSL | 354.04º | 0.68% | 0.54% | - |
| HSV(B) | 354.04º | 0.74% | 0.85% | - |
| XYZ | 31.2 | 18.05 | 7.97 | - |
| YUV | 105.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 72 | 0 | 0.74 | 0.67 | 0.15 | 354.04 | 0.68 | 0.54 |
| Hex | D9 | 38 | 48 | 0 | 4A | 43 | F | 162 | 44 | 36 |
| Octal | 331 | 70 | 110 | 0 | 112 | 103 | 17 | 542 | 104 | 66 |
| Binary | 11011001 | 111000 | 1001000 | 0 | 1001010 | 1000011 | 1111 | 101100010 | 1000100 | 110110 |
Color Harmonies of #D93848
Complementary color
Monochromatic Colors of #D93848
Black with #D93848
Text Example
Text Example
White with #D93848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93848; }
p { color: rgb(217,56,72); }
H1.HeaderClassName
{
color: #D93848;
}
.AnyTagClassName
{
color: #D93848;
}
</style>
background-color css
<style>
a { background-color: #D93848; }
a { background-color: rgb(217,56,72); }
div.DivClassName
{
background-color: #D93848;
}
.BgClassName
{
background-color: #D93848;
}
</style>
border-color css
<style>
span { border-color: #D93848; }
span { border-color: rgb(217,56,72); }
td.TdClassName
{
border-color: #D93848;
}
.TagClassName
{
border-color: #D93848;
}
</style>