Shades of Mahogany #C22529
Tints of Mahogany #C22529
RGB
CMYK
RGB Variations
Color information
#C22529 (or 0xC22529) is known color: Mahogany. HEX triplet: C2, 25 and 29. RGB value is (194,37,41). Sum of RGB (Red+Green+Blue) = 194+37+41=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C22529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22529 is #3DDAD6. Grayscale: #545454. Windows color (decimal): -4053719 or 2696642. OLE color: 2696642.
HSL color Cylindrical-coordinate representation of color #C22529: hue angle of 358.47º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22529 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 41 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.24 |
| HSL | 358.47º | 0.68% | 0.45% | - |
| HSV(B) | 358.47º | 0.81% | 0.76% | - |
| XYZ | 23.31 | 12.95 | 3.37 | - |
| YUV | 84.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 41 | 0 | 0.81 | 0.79 | 0.24 | 358.47 | 0.68 | 0.45 |
| Hex | C2 | 25 | 29 | 0 | 51 | 4F | 18 | 166 | 44 | 2D |
| Octal | 302 | 45 | 51 | 0 | 121 | 117 | 30 | 546 | 104 | 55 |
| Binary | 11000010 | 100101 | 101001 | 0 | 1010001 | 1001111 | 11000 | 101100110 | 1000100 | 101101 |
Color Harmonies of #C22529
Complementary color
Monochromatic Colors of #C22529
Black with #C22529
Text Example
Text Example
White with #C22529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22529; }
p { color: rgb(194,37,41); }
H1.HeaderClassName
{
color: #C22529;
}
.AnyTagClassName
{
color: #C22529;
}
</style>
background-color css
<style>
a { background-color: #C22529; }
a { background-color: rgb(194,37,41); }
div.DivClassName
{
background-color: #C22529;
}
.BgClassName
{
background-color: #C22529;
}
</style>
border-color css
<style>
span { border-color: #C22529; }
span { border-color: rgb(194,37,41); }
td.TdClassName
{
border-color: #C22529;
}
.TagClassName
{
border-color: #C22529;
}
</style>