Shades of Amaranth #D83448
Tints of Amaranth #D83448
RGB
CMYK
RGB Variations
Color information
#D83448 (or 0xD83448) is known color: Amaranth. HEX triplet: D8, 34 and 48. RGB value is (216,52,72). Sum of RGB (Red+Green+Blue) = 216+52+72=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D83448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83448 is #27CBB7. Grayscale: #676767. Windows color (decimal): -2608056 or 4732120. OLE color: 4732120.
HSL color Cylindrical-coordinate representation of color #D83448: hue angle of 352.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83448 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.15 |
| HSL | 352.68º | 0.68% | 0.53% | - |
| HSV(B) | 352.68º | 0.76% | 0.85% | - |
| XYZ | 30.72 | 17.52 | 7.89 | - |
| YUV | 103.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 72 | 0 | 0.76 | 0.67 | 0.15 | 352.68 | 0.68 | 0.53 |
| Hex | D8 | 34 | 48 | 0 | 4C | 43 | F | 161 | 44 | 35 |
| Octal | 330 | 64 | 110 | 0 | 114 | 103 | 17 | 541 | 104 | 65 |
| Binary | 11011000 | 110100 | 1001000 | 0 | 1001100 | 1000011 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D83448
Complementary color
Monochromatic Colors of #D83448
Black with #D83448
Text Example
Text Example
White with #D83448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83448; }
p { color: rgb(216,52,72); }
H1.HeaderClassName
{
color: #D83448;
}
.AnyTagClassName
{
color: #D83448;
}
</style>
background-color css
<style>
a { background-color: #D83448; }
a { background-color: rgb(216,52,72); }
div.DivClassName
{
background-color: #D83448;
}
.BgClassName
{
background-color: #D83448;
}
</style>
border-color css
<style>
span { border-color: #D83448; }
span { border-color: rgb(216,52,72); }
td.TdClassName
{
border-color: #D83448;
}
.TagClassName
{
border-color: #D83448;
}
</style>