Shades of Amaranth #DB3945
Tints of Amaranth #DB3945
RGB
CMYK
RGB Variations
Color information
#DB3945 (or 0xDB3945) is known color: Amaranth. HEX triplet: DB, 39 and 45. RGB value is (219,57,69). Sum of RGB (Red+Green+Blue) = 219+57+69=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3945 is #24C6BA. Grayscale: #6A6A6A. Windows color (decimal): -2410171 or 4536795. OLE color: 4536795.
HSL color Cylindrical-coordinate representation of color #DB3945: hue angle of 355.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3945 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 69 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.14 |
| HSL | 355.56º | 0.69% | 0.54% | - |
| HSV(B) | 355.56º | 0.74% | 0.86% | - |
| XYZ | 31.75 | 18.42 | 7.51 | - |
| YUV | 106.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 69 | 0 | 0.74 | 0.68 | 0.14 | 355.56 | 0.69 | 0.54 |
| Hex | DB | 39 | 45 | 0 | 4A | 44 | E | 164 | 45 | 36 |
| Octal | 333 | 71 | 105 | 0 | 112 | 104 | 16 | 544 | 105 | 66 |
| Binary | 11011011 | 111001 | 1000101 | 0 | 1001010 | 1000100 | 1110 | 101100100 | 1000101 | 110110 |
Color Harmonies of #DB3945
Complementary color
Monochromatic Colors of #DB3945
Black with #DB3945
Text Example
Text Example
White with #DB3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3945; }
p { color: rgb(219,57,69); }
H1.HeaderClassName
{
color: #DB3945;
}
.AnyTagClassName
{
color: #DB3945;
}
</style>
background-color css
<style>
a { background-color: #DB3945; }
a { background-color: rgb(219,57,69); }
div.DivClassName
{
background-color: #DB3945;
}
.BgClassName
{
background-color: #DB3945;
}
</style>
border-color css
<style>
span { border-color: #DB3945; }
span { border-color: rgb(219,57,69); }
td.TdClassName
{
border-color: #DB3945;
}
.TagClassName
{
border-color: #DB3945;
}
</style>