Shades of Mahogany #D62E2F
Tints of Mahogany #D62E2F
RGB
CMYK
RGB Variations
Color information
#D62E2F (or 0xD62E2F) is known color: Mahogany. HEX triplet: D6, 2E and 2F. RGB value is (214,46,47). Sum of RGB (Red+Green+Blue) = 214+46+47=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E2F is #29D1D0. Grayscale: #606060. Windows color (decimal): -2740689 or 3092182. OLE color: 3092182.
HSL color Cylindrical-coordinate representation of color #D62E2F: hue angle of 359.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E2F is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 47 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.16 |
| HSL | 359.64º | 0.67% | 0.51% | - |
| HSV(B) | 359.64º | 0.79% | 0.84% | - |
| XYZ | 29.22 | 16.46 | 4.33 | - |
| YUV | 96.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 47 | 0 | 0.79 | 0.78 | 0.16 | 359.64 | 0.67 | 0.51 |
| Hex | D6 | 2E | 2F | 0 | 4F | 4E | 10 | 168 | 43 | 33 |
| Octal | 326 | 56 | 57 | 0 | 117 | 116 | 20 | 550 | 103 | 63 |
| Binary | 11010110 | 101110 | 101111 | 0 | 1001111 | 1001110 | 10000 | 101101000 | 1000011 | 110011 |
Color Harmonies of #D62E2F
Complementary color
Monochromatic Colors of #D62E2F
Black with #D62E2F
Text Example
Text Example
White with #D62E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E2F; }
p { color: rgb(214,46,47); }
H1.HeaderClassName
{
color: #D62E2F;
}
.AnyTagClassName
{
color: #D62E2F;
}
</style>
background-color css
<style>
a { background-color: #D62E2F; }
a { background-color: rgb(214,46,47); }
div.DivClassName
{
background-color: #D62E2F;
}
.BgClassName
{
background-color: #D62E2F;
}
</style>
border-color css
<style>
span { border-color: #D62E2F; }
span { border-color: rgb(214,46,47); }
td.TdClassName
{
border-color: #D62E2F;
}
.TagClassName
{
border-color: #D62E2F;
}
</style>