Shades of Mahogany #DC3E3F
Tints of Mahogany #DC3E3F
RGB
CMYK
RGB Variations
Color information
#DC3E3F (or 0xDC3E3F) is known color: Mahogany. HEX triplet: DC, 3E and 3F. RGB value is (220,62,63). Sum of RGB (Red+Green+Blue) = 220+62+63=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E3F is #23C1C0. Grayscale: #6D6D6D. Windows color (decimal): -2343361 or 4144860. OLE color: 4144860.
HSL color Cylindrical-coordinate representation of color #DC3E3F: hue angle of 359.62º 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 #DC3E3F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 63 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.14 |
| HSL | 359.62º | 0.69% | 0.55% | - |
| HSV(B) | 359.62º | 0.72% | 0.86% | - |
| XYZ | 32.14 | 19.02 | 6.68 | - |
| YUV | 109.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 63 | 0 | 0.72 | 0.71 | 0.14 | 359.62 | 0.69 | 0.55 |
| Hex | DC | 3E | 3F | 0 | 48 | 47 | E | 168 | 45 | 37 |
| Octal | 334 | 76 | 77 | 0 | 110 | 107 | 16 | 550 | 105 | 67 |
| Binary | 11011100 | 111110 | 111111 | 0 | 1001000 | 1000111 | 1110 | 101101000 | 1000101 | 110111 |
Color Harmonies of #DC3E3F
Complementary color
Monochromatic Colors of #DC3E3F
Black with #DC3E3F
Text Example
Text Example
White with #DC3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E3F; }
p { color: rgb(220,62,63); }
H1.HeaderClassName
{
color: #DC3E3F;
}
.AnyTagClassName
{
color: #DC3E3F;
}
</style>
background-color css
<style>
a { background-color: #DC3E3F; }
a { background-color: rgb(220,62,63); }
div.DivClassName
{
background-color: #DC3E3F;
}
.BgClassName
{
background-color: #DC3E3F;
}
</style>
border-color css
<style>
span { border-color: #DC3E3F; }
span { border-color: rgb(220,62,63); }
td.TdClassName
{
border-color: #DC3E3F;
}
.TagClassName
{
border-color: #DC3E3F;
}
</style>