Shades of Mahogany #C52E2F
Tints of Mahogany #C52E2F
RGB
CMYK
RGB Variations
Color information
#C52E2F (or 0xC52E2F) is known color: Mahogany. HEX triplet: C5, 2E and 2F. RGB value is (197,46,47). Sum of RGB (Red+Green+Blue) = 197+46+47=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E2F is #3AD1D0. Grayscale: #5B5B5B. Windows color (decimal): -3854801 or 3092165. OLE color: 3092165.
HSL color Cylindrical-coordinate representation of color #C52E2F: hue angle of 359.6º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E2F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 47 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.23 |
| HSL | 359.6º | 0.62% | 0.48% | - |
| HSV(B) | 359.6º | 0.77% | 0.77% | - |
| XYZ | 24.52 | 14.03 | 4.11 | - |
| YUV | 91.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 47 | 0 | 0.77 | 0.76 | 0.23 | 359.6 | 0.62 | 0.48 |
| Hex | C5 | 2E | 2F | 0 | 4D | 4C | 17 | 168 | 3E | 30 |
| Octal | 305 | 56 | 57 | 0 | 115 | 114 | 27 | 550 | 76 | 60 |
| Binary | 11000101 | 101110 | 101111 | 0 | 1001101 | 1001100 | 10111 | 101101000 | 111110 | 110000 |
Color Harmonies of #C52E2F
Complementary color
Monochromatic Colors of #C52E2F
Black with #C52E2F
Text Example
Text Example
White with #C52E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E2F; }
p { color: rgb(197,46,47); }
H1.HeaderClassName
{
color: #C52E2F;
}
.AnyTagClassName
{
color: #C52E2F;
}
</style>
background-color css
<style>
a { background-color: #C52E2F; }
a { background-color: rgb(197,46,47); }
div.DivClassName
{
background-color: #C52E2F;
}
.BgClassName
{
background-color: #C52E2F;
}
</style>
border-color css
<style>
span { border-color: #C52E2F; }
span { border-color: rgb(197,46,47); }
td.TdClassName
{
border-color: #C52E2F;
}
.TagClassName
{
border-color: #C52E2F;
}
</style>