Shades of Mahogany #DA353E
Tints of Mahogany #DA353E
RGB
CMYK
RGB Variations
Color information
#DA353E (or 0xDA353E) is known color: Mahogany. HEX triplet: DA, 35 and 3E. RGB value is (218,53,62). Sum of RGB (Red+Green+Blue) = 218+53+62=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA353E is #25CAC1. Grayscale: #676767. Windows color (decimal): -2476738 or 4077018. OLE color: 4077018.
HSL color Cylindrical-coordinate representation of color #DA353E: hue angle of 356.73º 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 #DA353E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.15 |
| HSL | 356.73º | 0.69% | 0.53% | - |
| HSV(B) | 356.73º | 0.76% | 0.85% | - |
| XYZ | 31.06 | 17.8 | 6.36 | - |
| YUV | 103.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 62 | 0 | 0.76 | 0.72 | 0.15 | 356.73 | 0.69 | 0.53 |
| Hex | DA | 35 | 3E | 0 | 4C | 48 | F | 165 | 45 | 35 |
| Octal | 332 | 65 | 76 | 0 | 114 | 110 | 17 | 545 | 105 | 65 |
| Binary | 11011010 | 110101 | 111110 | 0 | 1001100 | 1001000 | 1111 | 101100101 | 1000101 | 110101 |
Color Harmonies of #DA353E
Complementary color
Monochromatic Colors of #DA353E
Black with #DA353E
Text Example
Text Example
White with #DA353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA353E; }
p { color: rgb(218,53,62); }
H1.HeaderClassName
{
color: #DA353E;
}
.AnyTagClassName
{
color: #DA353E;
}
</style>
background-color css
<style>
a { background-color: #DA353E; }
a { background-color: rgb(218,53,62); }
div.DivClassName
{
background-color: #DA353E;
}
.BgClassName
{
background-color: #DA353E;
}
</style>
border-color css
<style>
span { border-color: #DA353E; }
span { border-color: rgb(218,53,62); }
td.TdClassName
{
border-color: #DA353E;
}
.TagClassName
{
border-color: #DA353E;
}
</style>