Shades of Mahogany #D63235
Tints of Mahogany #D63235
RGB
CMYK
RGB Variations
Color information
#D63235 (or 0xD63235) is known color: Mahogany. HEX triplet: D6, 32 and 35. RGB value is (214,50,53). Sum of RGB (Red+Green+Blue) = 214+50+53=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63235 is #29CDCA. Grayscale: #636363. Windows color (decimal): -2739659 or 3486422. OLE color: 3486422.
HSL color Cylindrical-coordinate representation of color #D63235: hue angle of 358.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63235 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 53 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.16 |
| HSL | 358.9º | 0.67% | 0.52% | - |
| HSV(B) | 358.9º | 0.77% | 0.84% | - |
| XYZ | 29.51 | 16.83 | 5.06 | - |
| YUV | 99.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 53 | 0 | 0.77 | 0.75 | 0.16 | 358.9 | 0.67 | 0.52 |
| Hex | D6 | 32 | 35 | 0 | 4D | 4B | 10 | 167 | 43 | 34 |
| Octal | 326 | 62 | 65 | 0 | 115 | 113 | 20 | 547 | 103 | 64 |
| Binary | 11010110 | 110010 | 110101 | 0 | 1001101 | 1001011 | 10000 | 101100111 | 1000011 | 110100 |
Color Harmonies of #D63235
Complementary color
Monochromatic Colors of #D63235
Black with #D63235
Text Example
Text Example
White with #D63235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63235; }
p { color: rgb(214,50,53); }
H1.HeaderClassName
{
color: #D63235;
}
.AnyTagClassName
{
color: #D63235;
}
</style>
background-color css
<style>
a { background-color: #D63235; }
a { background-color: rgb(214,50,53); }
div.DivClassName
{
background-color: #D63235;
}
.BgClassName
{
background-color: #D63235;
}
</style>
border-color css
<style>
span { border-color: #D63235; }
span { border-color: rgb(214,50,53); }
td.TdClassName
{
border-color: #D63235;
}
.TagClassName
{
border-color: #D63235;
}
</style>