Shades of Mahogany #DA353A
Tints of Mahogany #DA353A
RGB
CMYK
RGB Variations
Color information
#DA353A (or 0xDA353A) is known color: Mahogany. HEX triplet: DA, 35 and 3A. RGB value is (218,53,58). Sum of RGB (Red+Green+Blue) = 218+53+58=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA353A is #25CAC5. Grayscale: #676767. Windows color (decimal): -2476742 or 3814874. OLE color: 3814874.
HSL color Cylindrical-coordinate representation of color #DA353A: hue angle of 358.18º 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 #DA353A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 58 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.15 |
| HSL | 358.18º | 0.69% | 0.53% | - |
| HSV(B) | 358.18º | 0.76% | 0.85% | - |
| XYZ | 30.95 | 17.76 | 5.8 | - |
| YUV | 102.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 58 | 0 | 0.76 | 0.73 | 0.15 | 358.18 | 0.69 | 0.53 |
| Hex | DA | 35 | 3A | 0 | 4C | 49 | F | 166 | 45 | 35 |
| Octal | 332 | 65 | 72 | 0 | 114 | 111 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110101 | 111010 | 0 | 1001100 | 1001001 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA353A
Complementary color
Monochromatic Colors of #DA353A
Black with #DA353A
Text Example
Text Example
White with #DA353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA353A; }
p { color: rgb(218,53,58); }
H1.HeaderClassName
{
color: #DA353A;
}
.AnyTagClassName
{
color: #DA353A;
}
</style>
background-color css
<style>
a { background-color: #DA353A; }
a { background-color: rgb(218,53,58); }
div.DivClassName
{
background-color: #DA353A;
}
.BgClassName
{
background-color: #DA353A;
}
</style>
border-color css
<style>
span { border-color: #DA353A; }
span { border-color: rgb(218,53,58); }
td.TdClassName
{
border-color: #DA353A;
}
.TagClassName
{
border-color: #DA353A;
}
</style>