Shades of Mahogany #D62F34
Tints of Mahogany #D62F34
RGB
CMYK
RGB Variations
Color information
#D62F34 (or 0xD62F34) is known color: Mahogany. HEX triplet: D6, 2F and 34. RGB value is (214,47,52). Sum of RGB (Red+Green+Blue) = 214+47+52=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F34 is #29D0CB. Grayscale: #616161. Windows color (decimal): -2740428 or 3420118. OLE color: 3420118.
HSL color Cylindrical-coordinate representation of color #D62F34: hue angle of 358.2º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F34 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 52 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.16 |
| HSL | 358.2º | 0.67% | 0.51% | - |
| HSV(B) | 358.2º | 0.78% | 0.84% | - |
| XYZ | 29.37 | 16.58 | 4.9 | - |
| YUV | 97.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 52 | 0 | 0.78 | 0.76 | 0.16 | 358.2 | 0.67 | 0.51 |
| Hex | D6 | 2F | 34 | 0 | 4E | 4C | 10 | 166 | 43 | 33 |
| Octal | 326 | 57 | 64 | 0 | 116 | 114 | 20 | 546 | 103 | 63 |
| Binary | 11010110 | 101111 | 110100 | 0 | 1001110 | 1001100 | 10000 | 101100110 | 1000011 | 110011 |
Color Harmonies of #D62F34
Complementary color
Monochromatic Colors of #D62F34
Black with #D62F34
Text Example
Text Example
White with #D62F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F34; }
p { color: rgb(214,47,52); }
H1.HeaderClassName
{
color: #D62F34;
}
.AnyTagClassName
{
color: #D62F34;
}
</style>
background-color css
<style>
a { background-color: #D62F34; }
a { background-color: rgb(214,47,52); }
div.DivClassName
{
background-color: #D62F34;
}
.BgClassName
{
background-color: #D62F34;
}
</style>
border-color css
<style>
span { border-color: #D62F34; }
span { border-color: rgb(214,47,52); }
td.TdClassName
{
border-color: #D62F34;
}
.TagClassName
{
border-color: #D62F34;
}
</style>