Shades of Mahogany #DA3C3E
Tints of Mahogany #DA3C3E
RGB
CMYK
RGB Variations
Color information
#DA3C3E (or 0xDA3C3E) is known color: Mahogany. HEX triplet: DA, 3C and 3E. RGB value is (218,60,62). Sum of RGB (Red+Green+Blue) = 218+60+62=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C3E is #25C3C1. Grayscale: #6B6B6B. Windows color (decimal): -2474946 or 4078810. OLE color: 4078810.
HSL color Cylindrical-coordinate representation of color #DA3C3E: hue angle of 359.24º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C3E is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 62 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.15 |
| HSL | 359.24º | 0.68% | 0.55% | - |
| HSV(B) | 359.24º | 0.72% | 0.85% | - |
| XYZ | 31.4 | 18.48 | 6.47 | - |
| YUV | 107.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 62 | 0 | 0.72 | 0.72 | 0.15 | 359.24 | 0.68 | 0.55 |
| Hex | DA | 3C | 3E | 0 | 48 | 48 | F | 167 | 44 | 37 |
| Octal | 332 | 74 | 76 | 0 | 110 | 110 | 17 | 547 | 104 | 67 |
| Binary | 11011010 | 111100 | 111110 | 0 | 1001000 | 1001000 | 1111 | 101100111 | 1000100 | 110111 |
Color Harmonies of #DA3C3E
Complementary color
Monochromatic Colors of #DA3C3E
Black with #DA3C3E
Text Example
Text Example
White with #DA3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C3E; }
p { color: rgb(218,60,62); }
H1.HeaderClassName
{
color: #DA3C3E;
}
.AnyTagClassName
{
color: #DA3C3E;
}
</style>
background-color css
<style>
a { background-color: #DA3C3E; }
a { background-color: rgb(218,60,62); }
div.DivClassName
{
background-color: #DA3C3E;
}
.BgClassName
{
background-color: #DA3C3E;
}
</style>
border-color css
<style>
span { border-color: #DA3C3E; }
span { border-color: rgb(218,60,62); }
td.TdClassName
{
border-color: #DA3C3E;
}
.TagClassName
{
border-color: #DA3C3E;
}
</style>