Shades of Mahogany #DA353F
Tints of Mahogany #DA353F
RGB
CMYK
RGB Variations
Color information
#DA353F (or 0xDA353F) is known color: Mahogany. HEX triplet: DA, 35 and 3F. RGB value is (218,53,63). Sum of RGB (Red+Green+Blue) = 218+53+63=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA353F is #25CAC0. Grayscale: #676767. Windows color (decimal): -2476737 or 4142554. OLE color: 4142554.
HSL color Cylindrical-coordinate representation of color #DA353F: hue angle of 356.36º 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 #DA353F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 63 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.15 |
| HSL | 356.36º | 0.69% | 0.53% | - |
| HSV(B) | 356.36º | 0.76% | 0.85% | - |
| XYZ | 31.08 | 17.81 | 6.5 | - |
| YUV | 103.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 63 | 0 | 0.76 | 0.71 | 0.15 | 356.36 | 0.69 | 0.53 |
| Hex | DA | 35 | 3F | 0 | 4C | 47 | F | 164 | 45 | 35 |
| Octal | 332 | 65 | 77 | 0 | 114 | 107 | 17 | 544 | 105 | 65 |
| Binary | 11011010 | 110101 | 111111 | 0 | 1001100 | 1000111 | 1111 | 101100100 | 1000101 | 110101 |
Color Harmonies of #DA353F
Complementary color
Monochromatic Colors of #DA353F
Black with #DA353F
Text Example
Text Example
White with #DA353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA353F; }
p { color: rgb(218,53,63); }
H1.HeaderClassName
{
color: #DA353F;
}
.AnyTagClassName
{
color: #DA353F;
}
</style>
background-color css
<style>
a { background-color: #DA353F; }
a { background-color: rgb(218,53,63); }
div.DivClassName
{
background-color: #DA353F;
}
.BgClassName
{
background-color: #DA353F;
}
</style>
border-color css
<style>
span { border-color: #DA353F; }
span { border-color: rgb(218,53,63); }
td.TdClassName
{
border-color: #DA353F;
}
.TagClassName
{
border-color: #DA353F;
}
</style>