Shades of Mahogany #D52E37
Tints of Mahogany #D52E37
RGB
CMYK
RGB Variations
Color information
#D52E37 (or 0xD52E37) is known color: Mahogany. HEX triplet: D5, 2E and 37. RGB value is (213,46,55). Sum of RGB (Red+Green+Blue) = 213+46+55=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E37 is #2AD1C8. Grayscale: #616161. Windows color (decimal): -2806217 or 3616469. OLE color: 3616469.
HSL color Cylindrical-coordinate representation of color #D52E37: hue angle of 356.77º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E37 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 55 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.16 |
| HSL | 356.77º | 0.67% | 0.51% | - |
| HSV(B) | 356.77º | 0.78% | 0.84% | - |
| XYZ | 29.11 | 16.38 | 5.24 | - |
| YUV | 96.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 55 | 0 | 0.78 | 0.74 | 0.16 | 356.77 | 0.67 | 0.51 |
| Hex | D5 | 2E | 37 | 0 | 4E | 4A | 10 | 165 | 43 | 33 |
| Octal | 325 | 56 | 67 | 0 | 116 | 112 | 20 | 545 | 103 | 63 |
| Binary | 11010101 | 101110 | 110111 | 0 | 1001110 | 1001010 | 10000 | 101100101 | 1000011 | 110011 |
Color Harmonies of #D52E37
Complementary color
Monochromatic Colors of #D52E37
Black with #D52E37
Text Example
Text Example
White with #D52E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E37; }
p { color: rgb(213,46,55); }
H1.HeaderClassName
{
color: #D52E37;
}
.AnyTagClassName
{
color: #D52E37;
}
</style>
background-color css
<style>
a { background-color: #D52E37; }
a { background-color: rgb(213,46,55); }
div.DivClassName
{
background-color: #D52E37;
}
.BgClassName
{
background-color: #D52E37;
}
</style>
border-color css
<style>
span { border-color: #D52E37; }
span { border-color: rgb(213,46,55); }
td.TdClassName
{
border-color: #D52E37;
}
.TagClassName
{
border-color: #D52E37;
}
</style>