Shades of Mahogany #DA393F
Tints of Mahogany #DA393F
RGB
CMYK
RGB Variations
Color information
#DA393F (or 0xDA393F) is known color: Mahogany. HEX triplet: DA, 39 and 3F. RGB value is (218,57,63). Sum of RGB (Red+Green+Blue) = 218+57+63=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393F is #25C6C0. Grayscale: #696969. Windows color (decimal): -2475713 or 4143578. OLE color: 4143578.
HSL color Cylindrical-coordinate representation of color #DA393F: hue angle of 357.76º 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 #DA393F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 63 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.15 |
| HSL | 357.76º | 0.69% | 0.54% | - |
| HSV(B) | 357.76º | 0.74% | 0.85% | - |
| XYZ | 31.27 | 18.19 | 6.57 | - |
| YUV | 105.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 63 | 0 | 0.74 | 0.71 | 0.15 | 357.76 | 0.69 | 0.54 |
| Hex | DA | 39 | 3F | 0 | 4A | 47 | F | 166 | 45 | 36 |
| Octal | 332 | 71 | 77 | 0 | 112 | 107 | 17 | 546 | 105 | 66 |
| Binary | 11011010 | 111001 | 111111 | 0 | 1001010 | 1000111 | 1111 | 101100110 | 1000101 | 110110 |
Color Harmonies of #DA393F
Complementary color
Monochromatic Colors of #DA393F
Black with #DA393F
Text Example
Text Example
White with #DA393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA393F; }
p { color: rgb(218,57,63); }
H1.HeaderClassName
{
color: #DA393F;
}
.AnyTagClassName
{
color: #DA393F;
}
</style>
background-color css
<style>
a { background-color: #DA393F; }
a { background-color: rgb(218,57,63); }
div.DivClassName
{
background-color: #DA393F;
}
.BgClassName
{
background-color: #DA393F;
}
</style>
border-color css
<style>
span { border-color: #DA393F; }
span { border-color: rgb(218,57,63); }
td.TdClassName
{
border-color: #DA393F;
}
.TagClassName
{
border-color: #DA393F;
}
</style>