Shades of Mahogany #D52E39
Tints of Mahogany #D52E39
RGB
CMYK
RGB Variations
Color information
#D52E39 (or 0xD52E39) is known color: Mahogany. HEX triplet: D5, 2E and 39. RGB value is (213,46,57). Sum of RGB (Red+Green+Blue) = 213+46+57=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E39 is #2AD1C6. Grayscale: #616161. Windows color (decimal): -2806215 or 3747541. OLE color: 3747541.
HSL color Cylindrical-coordinate representation of color #D52E39: hue angle of 356.05º 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 #D52E39 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 57 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.16 |
| HSL | 356.05º | 0.67% | 0.51% | - |
| HSV(B) | 356.05º | 0.78% | 0.84% | - |
| XYZ | 29.16 | 16.4 | 5.5 | - |
| YUV | 97.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 57 | 0 | 0.78 | 0.73 | 0.16 | 356.05 | 0.67 | 0.51 |
| Hex | D5 | 2E | 39 | 0 | 4E | 49 | 10 | 164 | 43 | 33 |
| Octal | 325 | 56 | 71 | 0 | 116 | 111 | 20 | 544 | 103 | 63 |
| Binary | 11010101 | 101110 | 111001 | 0 | 1001110 | 1001001 | 10000 | 101100100 | 1000011 | 110011 |
Color Harmonies of #D52E39
Complementary color
Monochromatic Colors of #D52E39
Black with #D52E39
Text Example
Text Example
White with #D52E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E39; }
p { color: rgb(213,46,57); }
H1.HeaderClassName
{
color: #D52E39;
}
.AnyTagClassName
{
color: #D52E39;
}
</style>
background-color css
<style>
a { background-color: #D52E39; }
a { background-color: rgb(213,46,57); }
div.DivClassName
{
background-color: #D52E39;
}
.BgClassName
{
background-color: #D52E39;
}
</style>
border-color css
<style>
span { border-color: #D52E39; }
span { border-color: rgb(213,46,57); }
td.TdClassName
{
border-color: #D52E39;
}
.TagClassName
{
border-color: #D52E39;
}
</style>