Shades of Mahogany #DC3E45
Tints of Mahogany #DC3E45
RGB
CMYK
RGB Variations
Color information
#DC3E45 (or 0xDC3E45) is known color: Mahogany. HEX triplet: DC, 3E and 45. RGB value is (220,62,69). Sum of RGB (Red+Green+Blue) = 220+62+69=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E45 is #23C1BA. Grayscale: #6E6E6E. Windows color (decimal): -2343355 or 4538076. OLE color: 4538076.
HSL color Cylindrical-coordinate representation of color #DC3E45: hue angle of 357.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E45 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 69 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.14 |
| HSL | 357.34º | 0.69% | 0.55% | - |
| HSV(B) | 357.34º | 0.72% | 0.86% | - |
| XYZ | 32.31 | 19.09 | 7.61 | - |
| YUV | 110.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 69 | 0 | 0.72 | 0.69 | 0.14 | 357.34 | 0.69 | 0.55 |
| Hex | DC | 3E | 45 | 0 | 48 | 45 | E | 165 | 45 | 37 |
| Octal | 334 | 76 | 105 | 0 | 110 | 105 | 16 | 545 | 105 | 67 |
| Binary | 11011100 | 111110 | 1000101 | 0 | 1001000 | 1000101 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DC3E45
Complementary color
Monochromatic Colors of #DC3E45
Black with #DC3E45
Text Example
Text Example
White with #DC3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E45; }
p { color: rgb(220,62,69); }
H1.HeaderClassName
{
color: #DC3E45;
}
.AnyTagClassName
{
color: #DC3E45;
}
</style>
background-color css
<style>
a { background-color: #DC3E45; }
a { background-color: rgb(220,62,69); }
div.DivClassName
{
background-color: #DC3E45;
}
.BgClassName
{
background-color: #DC3E45;
}
</style>
border-color css
<style>
span { border-color: #DC3E45; }
span { border-color: rgb(220,62,69); }
td.TdClassName
{
border-color: #DC3E45;
}
.TagClassName
{
border-color: #DC3E45;
}
</style>