Shades of Mahogany #D42E3C
Tints of Mahogany #D42E3C
RGB
CMYK
RGB Variations
Color information
#D42E3C (or 0xD42E3C) is known color: Mahogany. HEX triplet: D4, 2E and 3C. RGB value is (212,46,60). Sum of RGB (Red+Green+Blue) = 212+46+60=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E3C is #2BD1C3. Grayscale: #616161. Windows color (decimal): -2871748 or 3944148. OLE color: 3944148.
HSL color Cylindrical-coordinate representation of color #D42E3C: hue angle of 354.94º 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 #D42E3C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 60 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.17 |
| HSL | 354.94º | 0.66% | 0.51% | - |
| HSV(B) | 354.94º | 0.78% | 0.83% | - |
| XYZ | 28.94 | 16.28 | 5.89 | - |
| YUV | 97.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 60 | 0 | 0.78 | 0.72 | 0.17 | 354.94 | 0.66 | 0.51 |
| Hex | D4 | 2E | 3C | 0 | 4E | 48 | 11 | 163 | 42 | 33 |
| Octal | 324 | 56 | 74 | 0 | 116 | 110 | 21 | 543 | 102 | 63 |
| Binary | 11010100 | 101110 | 111100 | 0 | 1001110 | 1001000 | 10001 | 101100011 | 1000010 | 110011 |
Color Harmonies of #D42E3C
Complementary color
Monochromatic Colors of #D42E3C
Black with #D42E3C
Text Example
Text Example
White with #D42E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E3C; }
p { color: rgb(212,46,60); }
H1.HeaderClassName
{
color: #D42E3C;
}
.AnyTagClassName
{
color: #D42E3C;
}
</style>
background-color css
<style>
a { background-color: #D42E3C; }
a { background-color: rgb(212,46,60); }
div.DivClassName
{
background-color: #D42E3C;
}
.BgClassName
{
background-color: #D42E3C;
}
</style>
border-color css
<style>
span { border-color: #D42E3C; }
span { border-color: rgb(212,46,60); }
td.TdClassName
{
border-color: #D42E3C;
}
.TagClassName
{
border-color: #D42E3C;
}
</style>