Shades of Mahogany #C8252E
Tints of Mahogany #C8252E
RGB
CMYK
RGB Variations
Color information
#C8252E (or 0xC8252E) is known color: Mahogany. HEX triplet: C8, 25 and 2E. RGB value is (200,37,46). Sum of RGB (Red+Green+Blue) = 200+37+46=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252E is #37DAD1. Grayscale: #565656. Windows color (decimal): -3660498 or 3024328. OLE color: 3024328.
HSL color Cylindrical-coordinate representation of color #C8252E: hue angle of 356.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8252E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 46 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.22 |
| HSL | 356.69º | 0.69% | 0.46% | - |
| HSV(B) | 356.69º | 0.82% | 0.78% | - |
| XYZ | 24.97 | 13.8 | 3.93 | - |
| YUV | 86.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 46 | 0 | 0.82 | 0.77 | 0.22 | 356.69 | 0.69 | 0.46 |
| Hex | C8 | 25 | 2E | 0 | 52 | 4D | 16 | 165 | 45 | 2E |
| Octal | 310 | 45 | 56 | 0 | 122 | 115 | 26 | 545 | 105 | 56 |
| Binary | 11001000 | 100101 | 101110 | 0 | 1010010 | 1001101 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C8252E
Complementary color
Monochromatic Colors of #C8252E
Black with #C8252E
Text Example
Text Example
White with #C8252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8252E; }
p { color: rgb(200,37,46); }
H1.HeaderClassName
{
color: #C8252E;
}
.AnyTagClassName
{
color: #C8252E;
}
</style>
background-color css
<style>
a { background-color: #C8252E; }
a { background-color: rgb(200,37,46); }
div.DivClassName
{
background-color: #C8252E;
}
.BgClassName
{
background-color: #C8252E;
}
</style>
border-color css
<style>
span { border-color: #C8252E; }
span { border-color: rgb(200,37,46); }
td.TdClassName
{
border-color: #C8252E;
}
.TagClassName
{
border-color: #C8252E;
}
</style>