Shades of Mahogany #D43E41
Tints of Mahogany #D43E41
RGB
CMYK
RGB Variations
Color information
#D43E41 (or 0xD43E41) is known color: Mahogany. HEX triplet: D4, 3E and 41. RGB value is (212,62,65). Sum of RGB (Red+Green+Blue) = 212+62+65=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E41 is #2BC1BE. Grayscale: #6B6B6B. Windows color (decimal): -2867647 or 4275924. OLE color: 4275924.
HSL color Cylindrical-coordinate representation of color #D43E41: hue angle of 358.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43E41 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 65 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.17 |
| HSL | 358.8º | 0.64% | 0.54% | - |
| HSV(B) | 358.8º | 0.71% | 0.83% | - |
| XYZ | 29.83 | 17.82 | 6.87 | - |
| YUV | 107.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 65 | 0 | 0.71 | 0.69 | 0.17 | 358.8 | 0.64 | 0.54 |
| Hex | D4 | 3E | 41 | 0 | 47 | 45 | 11 | 167 | 40 | 36 |
| Octal | 324 | 76 | 101 | 0 | 107 | 105 | 21 | 547 | 100 | 66 |
| Binary | 11010100 | 111110 | 1000001 | 0 | 1000111 | 1000101 | 10001 | 101100111 | 1000000 | 110110 |
Color Harmonies of #D43E41
Complementary color
Monochromatic Colors of #D43E41
Black with #D43E41
Text Example
Text Example
White with #D43E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E41; }
p { color: rgb(212,62,65); }
H1.HeaderClassName
{
color: #D43E41;
}
.AnyTagClassName
{
color: #D43E41;
}
</style>
background-color css
<style>
a { background-color: #D43E41; }
a { background-color: rgb(212,62,65); }
div.DivClassName
{
background-color: #D43E41;
}
.BgClassName
{
background-color: #D43E41;
}
</style>
border-color css
<style>
span { border-color: #D43E41; }
span { border-color: rgb(212,62,65); }
td.TdClassName
{
border-color: #D43E41;
}
.TagClassName
{
border-color: #D43E41;
}
</style>