Shades of Mahogany #DB353A
Tints of Mahogany #DB353A
RGB
CMYK
RGB Variations
Color information
#DB353A (or 0xDB353A) is known color: Mahogany. HEX triplet: DB, 35 and 3A. RGB value is (219,53,58). Sum of RGB (Red+Green+Blue) = 219+53+58=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB353A is #24CAC5. Grayscale: #676767. Windows color (decimal): -2411206 or 3814875. OLE color: 3814875.
HSL color Cylindrical-coordinate representation of color #DB353A: hue angle of 358.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB353A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 58 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.14 |
| HSL | 358.19º | 0.7% | 0.53% | - |
| HSV(B) | 358.19º | 0.76% | 0.86% | - |
| XYZ | 31.25 | 17.91 | 5.81 | - |
| YUV | 103.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 58 | 0 | 0.76 | 0.74 | 0.14 | 358.19 | 0.7 | 0.53 |
| Hex | DB | 35 | 3A | 0 | 4C | 4A | E | 166 | 46 | 35 |
| Octal | 333 | 65 | 72 | 0 | 114 | 112 | 16 | 546 | 106 | 65 |
| Binary | 11011011 | 110101 | 111010 | 0 | 1001100 | 1001010 | 1110 | 101100110 | 1000110 | 110101 |
Color Harmonies of #DB353A
Complementary color
Monochromatic Colors of #DB353A
Black with #DB353A
Text Example
Text Example
White with #DB353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB353A; }
p { color: rgb(219,53,58); }
H1.HeaderClassName
{
color: #DB353A;
}
.AnyTagClassName
{
color: #DB353A;
}
</style>
background-color css
<style>
a { background-color: #DB353A; }
a { background-color: rgb(219,53,58); }
div.DivClassName
{
background-color: #DB353A;
}
.BgClassName
{
background-color: #DB353A;
}
</style>
border-color css
<style>
span { border-color: #DB353A; }
span { border-color: rgb(219,53,58); }
td.TdClassName
{
border-color: #DB353A;
}
.TagClassName
{
border-color: #DB353A;
}
</style>