Shades of Mahogany #DC3941
Tints of Mahogany #DC3941
RGB
CMYK
RGB Variations
Color information
#DC3941 (or 0xDC3941) is known color: Mahogany. HEX triplet: DC, 39 and 41. RGB value is (220,57,65). Sum of RGB (Red+Green+Blue) = 220+57+65=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3941 is #23C6BE. Grayscale: #6A6A6A. Windows color (decimal): -2344639 or 4274652. OLE color: 4274652.
HSL color Cylindrical-coordinate representation of color #DC3941: hue angle of 357.06º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3941 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 65 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.14 |
| HSL | 357.06º | 0.7% | 0.54% | - |
| HSV(B) | 357.06º | 0.74% | 0.86% | - |
| XYZ | 31.93 | 18.52 | 6.89 | - |
| YUV | 106.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 65 | 0 | 0.74 | 0.70 | 0.14 | 357.06 | 0.7 | 0.54 |
| Hex | DC | 39 | 41 | 0 | 4A | 46 | E | 165 | 46 | 36 |
| Octal | 334 | 71 | 101 | 0 | 112 | 106 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 111001 | 1000001 | 0 | 1001010 | 1000110 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC3941
Complementary color
Monochromatic Colors of #DC3941
Black with #DC3941
Text Example
Text Example
White with #DC3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3941; }
p { color: rgb(220,57,65); }
H1.HeaderClassName
{
color: #DC3941;
}
.AnyTagClassName
{
color: #DC3941;
}
</style>
background-color css
<style>
a { background-color: #DC3941; }
a { background-color: rgb(220,57,65); }
div.DivClassName
{
background-color: #DC3941;
}
.BgClassName
{
background-color: #DC3941;
}
</style>
border-color css
<style>
span { border-color: #DC3941; }
span { border-color: rgb(220,57,65); }
td.TdClassName
{
border-color: #DC3941;
}
.TagClassName
{
border-color: #DC3941;
}
</style>