Shades of Mahogany #DA343A
Tints of Mahogany #DA343A
RGB
CMYK
RGB Variations
Color information
#DA343A (or 0xDA343A) is known color: Mahogany. HEX triplet: DA, 34 and 3A. RGB value is (218,52,58). Sum of RGB (Red+Green+Blue) = 218+52+58=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA343A is #25CBC5. Grayscale: #666666. Windows color (decimal): -2476998 or 3814618. OLE color: 3814618.
HSL color Cylindrical-coordinate representation of color #DA343A: hue angle of 357.83º 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 #DA343A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 58 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.15 |
| HSL | 357.83º | 0.69% | 0.53% | - |
| HSV(B) | 357.83º | 0.76% | 0.85% | - |
| XYZ | 30.91 | 17.67 | 5.78 | - |
| YUV | 102.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 58 | 0 | 0.76 | 0.73 | 0.15 | 357.83 | 0.69 | 0.53 |
| Hex | DA | 34 | 3A | 0 | 4C | 49 | F | 166 | 45 | 35 |
| Octal | 332 | 64 | 72 | 0 | 114 | 111 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110100 | 111010 | 0 | 1001100 | 1001001 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA343A
Complementary color
Monochromatic Colors of #DA343A
Black with #DA343A
Text Example
Text Example
White with #DA343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA343A; }
p { color: rgb(218,52,58); }
H1.HeaderClassName
{
color: #DA343A;
}
.AnyTagClassName
{
color: #DA343A;
}
</style>
background-color css
<style>
a { background-color: #DA343A; }
a { background-color: rgb(218,52,58); }
div.DivClassName
{
background-color: #DA343A;
}
.BgClassName
{
background-color: #DA343A;
}
</style>
border-color css
<style>
span { border-color: #DA343A; }
span { border-color: rgb(218,52,58); }
td.TdClassName
{
border-color: #DA343A;
}
.TagClassName
{
border-color: #DA343A;
}
</style>