Shades of Mahogany #D52C2E
Tints of Mahogany #D52C2E
RGB
CMYK
RGB Variations
Color information
#D52C2E (or 0xD52C2E) is known color: Mahogany. HEX triplet: D5, 2C and 2E. RGB value is (213,44,46). Sum of RGB (Red+Green+Blue) = 213+44+46=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C2E is #2AD3D1. Grayscale: #5E5E5E. Windows color (decimal): -2806738 or 3026133. OLE color: 3026133.
HSL color Cylindrical-coordinate representation of color #D52C2E: hue angle of 359.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C2E is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 46 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.16 |
| HSL | 359.29º | 0.67% | 0.5% | - |
| HSV(B) | 359.29º | 0.79% | 0.84% | - |
| XYZ | 28.83 | 16.14 | 4.18 | - |
| YUV | 94.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 46 | 0 | 0.79 | 0.78 | 0.16 | 359.29 | 0.67 | 0.5 |
| Hex | D5 | 2C | 2E | 0 | 4F | 4E | 10 | 167 | 43 | 32 |
| Octal | 325 | 54 | 56 | 0 | 117 | 116 | 20 | 547 | 103 | 62 |
| Binary | 11010101 | 101100 | 101110 | 0 | 1001111 | 1001110 | 10000 | 101100111 | 1000011 | 110010 |
Color Harmonies of #D52C2E
Complementary color
Monochromatic Colors of #D52C2E
Black with #D52C2E
Text Example
Text Example
White with #D52C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C2E; }
p { color: rgb(213,44,46); }
H1.HeaderClassName
{
color: #D52C2E;
}
.AnyTagClassName
{
color: #D52C2E;
}
</style>
background-color css
<style>
a { background-color: #D52C2E; }
a { background-color: rgb(213,44,46); }
div.DivClassName
{
background-color: #D52C2E;
}
.BgClassName
{
background-color: #D52C2E;
}
</style>
border-color css
<style>
span { border-color: #D52C2E; }
span { border-color: rgb(213,44,46); }
td.TdClassName
{
border-color: #D52C2E;
}
.TagClassName
{
border-color: #D52C2E;
}
</style>