Shades of Mahogany #D43D41
Tints of Mahogany #D43D41
RGB
CMYK
RGB Variations
Color information
#D43D41 (or 0xD43D41) is known color: Mahogany. HEX triplet: D4, 3D and 41. RGB value is (212,61,65). Sum of RGB (Red+Green+Blue) = 212+61+65=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43D41 is #2BC2BE. Grayscale: #6A6A6A. Windows color (decimal): -2867903 or 4275668. OLE color: 4275668.
HSL color Cylindrical-coordinate representation of color #D43D41: hue angle of 358.41º 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 #D43D41 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 65 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.17 |
| HSL | 358.41º | 0.64% | 0.54% | - |
| HSV(B) | 358.41º | 0.71% | 0.83% | - |
| XYZ | 29.77 | 17.72 | 6.85 | - |
| YUV | 106.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 65 | 0 | 0.71 | 0.69 | 0.17 | 358.41 | 0.64 | 0.54 |
| Hex | D4 | 3D | 41 | 0 | 47 | 45 | 11 | 166 | 40 | 36 |
| Octal | 324 | 75 | 101 | 0 | 107 | 105 | 21 | 546 | 100 | 66 |
| Binary | 11010100 | 111101 | 1000001 | 0 | 1000111 | 1000101 | 10001 | 101100110 | 1000000 | 110110 |
Color Harmonies of #D43D41
Complementary color
Monochromatic Colors of #D43D41
Black with #D43D41
Text Example
Text Example
White with #D43D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D41; }
p { color: rgb(212,61,65); }
H1.HeaderClassName
{
color: #D43D41;
}
.AnyTagClassName
{
color: #D43D41;
}
</style>
background-color css
<style>
a { background-color: #D43D41; }
a { background-color: rgb(212,61,65); }
div.DivClassName
{
background-color: #D43D41;
}
.BgClassName
{
background-color: #D43D41;
}
</style>
border-color css
<style>
span { border-color: #D43D41; }
span { border-color: rgb(212,61,65); }
td.TdClassName
{
border-color: #D43D41;
}
.TagClassName
{
border-color: #D43D41;
}
</style>