Shades of Mahogany #D52D35
Tints of Mahogany #D52D35
RGB
CMYK
RGB Variations
Color information
#D52D35 (or 0xD52D35) is known color: Mahogany. HEX triplet: D5, 2D and 35. RGB value is (213,45,53). Sum of RGB (Red+Green+Blue) = 213+45+53=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D35 is #2AD2CA. Grayscale: #606060. Windows color (decimal): -2806475 or 3485141. OLE color: 3485141.
HSL color Cylindrical-coordinate representation of color #D52D35: hue angle of 357.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D35 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 53 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.16 |
| HSL | 357.14º | 0.67% | 0.51% | - |
| HSV(B) | 357.14º | 0.79% | 0.84% | - |
| XYZ | 29.02 | 16.28 | 4.98 | - |
| YUV | 96.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 53 | 0 | 0.79 | 0.75 | 0.16 | 357.14 | 0.67 | 0.51 |
| Hex | D5 | 2D | 35 | 0 | 4F | 4B | 10 | 165 | 43 | 33 |
| Octal | 325 | 55 | 65 | 0 | 117 | 113 | 20 | 545 | 103 | 63 |
| Binary | 11010101 | 101101 | 110101 | 0 | 1001111 | 1001011 | 10000 | 101100101 | 1000011 | 110011 |
Color Harmonies of #D52D35
Complementary color
Monochromatic Colors of #D52D35
Black with #D52D35
Text Example
Text Example
White with #D52D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D35; }
p { color: rgb(213,45,53); }
H1.HeaderClassName
{
color: #D52D35;
}
.AnyTagClassName
{
color: #D52D35;
}
</style>
background-color css
<style>
a { background-color: #D52D35; }
a { background-color: rgb(213,45,53); }
div.DivClassName
{
background-color: #D52D35;
}
.BgClassName
{
background-color: #D52D35;
}
</style>
border-color css
<style>
span { border-color: #D52D35; }
span { border-color: rgb(213,45,53); }
td.TdClassName
{
border-color: #D52D35;
}
.TagClassName
{
border-color: #D52D35;
}
</style>