Shades of Mahogany #DA393A
Tints of Mahogany #DA393A
RGB
CMYK
RGB Variations
Color information
#DA393A (or 0xDA393A) is known color: Mahogany. HEX triplet: DA, 39 and 3A. RGB value is (218,57,58). Sum of RGB (Red+Green+Blue) = 218+57+58=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393A is #25C6C5. Grayscale: #696969. Windows color (decimal): -2475718 or 3815898. OLE color: 3815898.
HSL color Cylindrical-coordinate representation of color #DA393A: hue angle of 359.63º degrees, saturation: 0.69, 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 #DA393A is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 58 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.15 |
| HSL | 359.63º | 0.69% | 0.54% | - |
| HSV(B) | 359.63º | 0.74% | 0.85% | - |
| XYZ | 31.14 | 18.14 | 5.86 | - |
| YUV | 105.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 58 | 0 | 0.74 | 0.73 | 0.15 | 359.63 | 0.69 | 0.54 |
| Hex | DA | 39 | 3A | 0 | 4A | 49 | F | 168 | 45 | 36 |
| Octal | 332 | 71 | 72 | 0 | 112 | 111 | 17 | 550 | 105 | 66 |
| Binary | 11011010 | 111001 | 111010 | 0 | 1001010 | 1001001 | 1111 | 101101000 | 1000101 | 110110 |
Color Harmonies of #DA393A
Complementary color
Monochromatic Colors of #DA393A
Black with #DA393A
Text Example
Text Example
White with #DA393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA393A; }
p { color: rgb(218,57,58); }
H1.HeaderClassName
{
color: #DA393A;
}
.AnyTagClassName
{
color: #DA393A;
}
</style>
background-color css
<style>
a { background-color: #DA393A; }
a { background-color: rgb(218,57,58); }
div.DivClassName
{
background-color: #DA393A;
}
.BgClassName
{
background-color: #DA393A;
}
</style>
border-color css
<style>
span { border-color: #DA393A; }
span { border-color: rgb(218,57,58); }
td.TdClassName
{
border-color: #DA393A;
}
.TagClassName
{
border-color: #DA393A;
}
</style>