Shades of Mahogany #DA353B
Tints of Mahogany #DA353B
RGB
CMYK
RGB Variations
Color information
#DA353B (or 0xDA353B) is known color: Mahogany. HEX triplet: DA, 35 and 3B. RGB value is (218,53,59). Sum of RGB (Red+Green+Blue) = 218+53+59=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA353B is #25CAC4. Grayscale: #676767. Windows color (decimal): -2476741 or 3880410. OLE color: 3880410.
HSL color Cylindrical-coordinate representation of color #DA353B: hue angle of 357.82º degrees, saturation: 0.69, 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 #DA353B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 59 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.15 |
| HSL | 357.82º | 0.69% | 0.53% | - |
| HSV(B) | 357.82º | 0.76% | 0.85% | - |
| XYZ | 30.98 | 17.77 | 5.93 | - |
| YUV | 103.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 59 | 0 | 0.76 | 0.73 | 0.15 | 357.82 | 0.69 | 0.53 |
| Hex | DA | 35 | 3B | 0 | 4C | 49 | F | 166 | 45 | 35 |
| Octal | 332 | 65 | 73 | 0 | 114 | 111 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110101 | 111011 | 0 | 1001100 | 1001001 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA353B
Complementary color
Monochromatic Colors of #DA353B
Black with #DA353B
Text Example
Text Example
White with #DA353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA353B; }
p { color: rgb(218,53,59); }
H1.HeaderClassName
{
color: #DA353B;
}
.AnyTagClassName
{
color: #DA353B;
}
</style>
background-color css
<style>
a { background-color: #DA353B; }
a { background-color: rgb(218,53,59); }
div.DivClassName
{
background-color: #DA353B;
}
.BgClassName
{
background-color: #DA353B;
}
</style>
border-color css
<style>
span { border-color: #DA353B; }
span { border-color: rgb(218,53,59); }
td.TdClassName
{
border-color: #DA353B;
}
.TagClassName
{
border-color: #DA353B;
}
</style>