Shades of Mahogany #D42E32
Tints of Mahogany #D42E32
RGB
CMYK
RGB Variations
Color information
#D42E32 (or 0xD42E32) is known color: Mahogany. HEX triplet: D4, 2E and 32. RGB value is (212,46,50). Sum of RGB (Red+Green+Blue) = 212+46+50=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E32 is #2BD1CD. Grayscale: #606060. Windows color (decimal): -2871758 or 3288788. OLE color: 3288788.
HSL color Cylindrical-coordinate representation of color #D42E32: hue angle of 358.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E32 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 50 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.17 |
| HSL | 358.55º | 0.66% | 0.51% | - |
| HSV(B) | 358.55º | 0.78% | 0.83% | - |
| XYZ | 28.7 | 16.18 | 4.63 | - |
| YUV | 96.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 50 | 0 | 0.78 | 0.76 | 0.17 | 358.55 | 0.66 | 0.51 |
| Hex | D4 | 2E | 32 | 0 | 4E | 4C | 11 | 167 | 42 | 33 |
| Octal | 324 | 56 | 62 | 0 | 116 | 114 | 21 | 547 | 102 | 63 |
| Binary | 11010100 | 101110 | 110010 | 0 | 1001110 | 1001100 | 10001 | 101100111 | 1000010 | 110011 |
Color Harmonies of #D42E32
Complementary color
Monochromatic Colors of #D42E32
Black with #D42E32
Text Example
Text Example
White with #D42E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E32; }
p { color: rgb(212,46,50); }
H1.HeaderClassName
{
color: #D42E32;
}
.AnyTagClassName
{
color: #D42E32;
}
</style>
background-color css
<style>
a { background-color: #D42E32; }
a { background-color: rgb(212,46,50); }
div.DivClassName
{
background-color: #D42E32;
}
.BgClassName
{
background-color: #D42E32;
}
</style>
border-color css
<style>
span { border-color: #D42E32; }
span { border-color: rgb(212,46,50); }
td.TdClassName
{
border-color: #D42E32;
}
.TagClassName
{
border-color: #D42E32;
}
</style>