Shades of Mahogany #D52E38
Tints of Mahogany #D52E38
RGB
CMYK
RGB Variations
Color information
#D52E38 (or 0xD52E38) is known color: Mahogany. HEX triplet: D5, 2E and 38. RGB value is (213,46,56). Sum of RGB (Red+Green+Blue) = 213+46+56=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E38 is #2AD1C7. Grayscale: #616161. Windows color (decimal): -2806216 or 3682005. OLE color: 3682005.
HSL color Cylindrical-coordinate representation of color #D52E38: hue angle of 356.41º 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 #D52E38 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 56 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.16 |
| HSL | 356.41º | 0.67% | 0.51% | - |
| HSV(B) | 356.41º | 0.78% | 0.84% | - |
| XYZ | 29.13 | 16.39 | 5.37 | - |
| YUV | 97.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 56 | 0 | 0.78 | 0.74 | 0.16 | 356.41 | 0.67 | 0.51 |
| Hex | D5 | 2E | 38 | 0 | 4E | 4A | 10 | 164 | 43 | 33 |
| Octal | 325 | 56 | 70 | 0 | 116 | 112 | 20 | 544 | 103 | 63 |
| Binary | 11010101 | 101110 | 111000 | 0 | 1001110 | 1001010 | 10000 | 101100100 | 1000011 | 110011 |
Color Harmonies of #D52E38
Complementary color
Monochromatic Colors of #D52E38
Black with #D52E38
Text Example
Text Example
White with #D52E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E38; }
p { color: rgb(213,46,56); }
H1.HeaderClassName
{
color: #D52E38;
}
.AnyTagClassName
{
color: #D52E38;
}
</style>
background-color css
<style>
a { background-color: #D52E38; }
a { background-color: rgb(213,46,56); }
div.DivClassName
{
background-color: #D52E38;
}
.BgClassName
{
background-color: #D52E38;
}
</style>
border-color css
<style>
span { border-color: #D52E38; }
span { border-color: rgb(213,46,56); }
td.TdClassName
{
border-color: #D52E38;
}
.TagClassName
{
border-color: #D52E38;
}
</style>