Shades of Mahogany #D52E3C
Tints of Mahogany #D52E3C
RGB
CMYK
RGB Variations
Color information
#D52E3C (or 0xD52E3C) is known color: Mahogany. HEX triplet: D5, 2E and 3C. RGB value is (213,46,60). Sum of RGB (Red+Green+Blue) = 213+46+60=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E3C is #2AD1C3. Grayscale: #616161. Windows color (decimal): -2806212 or 3944149. OLE color: 3944149.
HSL color Cylindrical-coordinate representation of color #D52E3C: hue angle of 354.97º 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 #D52E3C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 60 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.16 |
| HSL | 354.97º | 0.67% | 0.51% | - |
| HSV(B) | 354.97º | 0.78% | 0.84% | - |
| XYZ | 29.23 | 16.43 | 5.9 | - |
| YUV | 97.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 60 | 0 | 0.78 | 0.72 | 0.16 | 354.97 | 0.67 | 0.51 |
| Hex | D5 | 2E | 3C | 0 | 4E | 48 | 10 | 163 | 43 | 33 |
| Octal | 325 | 56 | 74 | 0 | 116 | 110 | 20 | 543 | 103 | 63 |
| Binary | 11010101 | 101110 | 111100 | 0 | 1001110 | 1001000 | 10000 | 101100011 | 1000011 | 110011 |
Color Harmonies of #D52E3C
Complementary color
Monochromatic Colors of #D52E3C
Black with #D52E3C
Text Example
Text Example
White with #D52E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E3C; }
p { color: rgb(213,46,60); }
H1.HeaderClassName
{
color: #D52E3C;
}
.AnyTagClassName
{
color: #D52E3C;
}
</style>
background-color css
<style>
a { background-color: #D52E3C; }
a { background-color: rgb(213,46,60); }
div.DivClassName
{
background-color: #D52E3C;
}
.BgClassName
{
background-color: #D52E3C;
}
</style>
border-color css
<style>
span { border-color: #D52E3C; }
span { border-color: rgb(213,46,60); }
td.TdClassName
{
border-color: #D52E3C;
}
.TagClassName
{
border-color: #D52E3C;
}
</style>