Shades of Mahogany #DC373C
Tints of Mahogany #DC373C
RGB
CMYK
RGB Variations
Color information
#DC373C (or 0xDC373C) is known color: Mahogany. HEX triplet: DC, 37 and 3C. RGB value is (220,55,60). Sum of RGB (Red+Green+Blue) = 220+55+60=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC373C is #23C8C3. Grayscale: #696969. Windows color (decimal): -2345156 or 3946460. OLE color: 3946460.
HSL color Cylindrical-coordinate representation of color #DC373C: hue angle of 358.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC373C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 60 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.14 |
| HSL | 358.18º | 0.7% | 0.54% | - |
| HSV(B) | 358.18º | 0.75% | 0.86% | - |
| XYZ | 31.7 | 18.27 | 6.13 | - |
| YUV | 104.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 60 | 0 | 0.75 | 0.73 | 0.14 | 358.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 3C | 0 | 4B | 49 | E | 166 | 46 | 36 |
| Octal | 334 | 67 | 74 | 0 | 113 | 111 | 16 | 546 | 106 | 66 |
| Binary | 11011100 | 110111 | 111100 | 0 | 1001011 | 1001001 | 1110 | 101100110 | 1000110 | 110110 |
Color Harmonies of #DC373C
Complementary color
Monochromatic Colors of #DC373C
Black with #DC373C
Text Example
Text Example
White with #DC373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC373C; }
p { color: rgb(220,55,60); }
H1.HeaderClassName
{
color: #DC373C;
}
.AnyTagClassName
{
color: #DC373C;
}
</style>
background-color css
<style>
a { background-color: #DC373C; }
a { background-color: rgb(220,55,60); }
div.DivClassName
{
background-color: #DC373C;
}
.BgClassName
{
background-color: #DC373C;
}
</style>
border-color css
<style>
span { border-color: #DC373C; }
span { border-color: rgb(220,55,60); }
td.TdClassName
{
border-color: #DC373C;
}
.TagClassName
{
border-color: #DC373C;
}
</style>