Shades of Mahogany #D42E33
Tints of Mahogany #D42E33
RGB
CMYK
RGB Variations
Color information
#D42E33 (or 0xD42E33) is known color: Mahogany. HEX triplet: D4, 2E and 33. RGB value is (212,46,51). Sum of RGB (Red+Green+Blue) = 212+46+51=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E33 is #2BD1CC. Grayscale: #606060. Windows color (decimal): -2871757 or 3354324. OLE color: 3354324.
HSL color Cylindrical-coordinate representation of color #D42E33: hue angle of 358.19º 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 #D42E33 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 51 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.17 |
| HSL | 358.19º | 0.66% | 0.51% | - |
| HSV(B) | 358.19º | 0.78% | 0.83% | - |
| XYZ | 28.73 | 16.19 | 4.74 | - |
| YUV | 96.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 51 | 0 | 0.78 | 0.76 | 0.17 | 358.19 | 0.66 | 0.51 |
| Hex | D4 | 2E | 33 | 0 | 4E | 4C | 11 | 166 | 42 | 33 |
| Octal | 324 | 56 | 63 | 0 | 116 | 114 | 21 | 546 | 102 | 63 |
| Binary | 11010100 | 101110 | 110011 | 0 | 1001110 | 1001100 | 10001 | 101100110 | 1000010 | 110011 |
Color Harmonies of #D42E33
Complementary color
Monochromatic Colors of #D42E33
Black with #D42E33
Text Example
Text Example
White with #D42E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E33; }
p { color: rgb(212,46,51); }
H1.HeaderClassName
{
color: #D42E33;
}
.AnyTagClassName
{
color: #D42E33;
}
</style>
background-color css
<style>
a { background-color: #D42E33; }
a { background-color: rgb(212,46,51); }
div.DivClassName
{
background-color: #D42E33;
}
.BgClassName
{
background-color: #D42E33;
}
</style>
border-color css
<style>
span { border-color: #D42E33; }
span { border-color: rgb(212,46,51); }
td.TdClassName
{
border-color: #D42E33;
}
.TagClassName
{
border-color: #D42E33;
}
</style>