Shades of Mahogany #D52E34
Tints of Mahogany #D52E34
RGB
CMYK
RGB Variations
Color information
#D52E34 (or 0xD52E34) is known color: Mahogany. HEX triplet: D5, 2E and 34. RGB value is (213,46,52). Sum of RGB (Red+Green+Blue) = 213+46+52=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E34 is #2AD1CB. Grayscale: #606060. Windows color (decimal): -2806220 or 3419861. OLE color: 3419861.
HSL color Cylindrical-coordinate representation of color #D52E34: hue angle of 357.84º 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 #D52E34 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 52 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.16 |
| HSL | 357.84º | 0.67% | 0.51% | - |
| HSV(B) | 357.84º | 0.78% | 0.84% | - |
| XYZ | 29.04 | 16.35 | 4.87 | - |
| YUV | 96.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 52 | 0 | 0.78 | 0.76 | 0.16 | 357.84 | 0.67 | 0.51 |
| Hex | D5 | 2E | 34 | 0 | 4E | 4C | 10 | 166 | 43 | 33 |
| Octal | 325 | 56 | 64 | 0 | 116 | 114 | 20 | 546 | 103 | 63 |
| Binary | 11010101 | 101110 | 110100 | 0 | 1001110 | 1001100 | 10000 | 101100110 | 1000011 | 110011 |
Color Harmonies of #D52E34
Complementary color
Monochromatic Colors of #D52E34
Black with #D52E34
Text Example
Text Example
White with #D52E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E34; }
p { color: rgb(213,46,52); }
H1.HeaderClassName
{
color: #D52E34;
}
.AnyTagClassName
{
color: #D52E34;
}
</style>
background-color css
<style>
a { background-color: #D52E34; }
a { background-color: rgb(213,46,52); }
div.DivClassName
{
background-color: #D52E34;
}
.BgClassName
{
background-color: #D52E34;
}
</style>
border-color css
<style>
span { border-color: #D52E34; }
span { border-color: rgb(213,46,52); }
td.TdClassName
{
border-color: #D52E34;
}
.TagClassName
{
border-color: #D52E34;
}
</style>