Shades of Mahogany #C22E36
Tints of Mahogany #C22E36
RGB
CMYK
RGB Variations
Color information
#C22E36 (or 0xC22E36) is known color: Mahogany. HEX triplet: C2, 2E and 36. RGB value is (194,46,54). Sum of RGB (Red+Green+Blue) = 194+46+54=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E36 is #3DD1C9. Grayscale: #5B5B5B. Windows color (decimal): -4051402 or 3550914. OLE color: 3550914.
HSL color Cylindrical-coordinate representation of color #C22E36: hue angle of 356.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E36 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 54 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.24 |
| HSL | 356.76º | 0.62% | 0.47% | - |
| HSV(B) | 356.76º | 0.76% | 0.76% | - |
| XYZ | 23.89 | 13.69 | 4.87 | - |
| YUV | 91.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 54 | 0 | 0.76 | 0.72 | 0.24 | 356.76 | 0.62 | 0.47 |
| Hex | C2 | 2E | 36 | 0 | 4C | 48 | 18 | 165 | 3E | 2F |
| Octal | 302 | 56 | 66 | 0 | 114 | 110 | 30 | 545 | 76 | 57 |
| Binary | 11000010 | 101110 | 110110 | 0 | 1001100 | 1001000 | 11000 | 101100101 | 111110 | 101111 |
Color Harmonies of #C22E36
Complementary color
Monochromatic Colors of #C22E36
Black with #C22E36
Text Example
Text Example
White with #C22E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E36; }
p { color: rgb(194,46,54); }
H1.HeaderClassName
{
color: #C22E36;
}
.AnyTagClassName
{
color: #C22E36;
}
</style>
background-color css
<style>
a { background-color: #C22E36; }
a { background-color: rgb(194,46,54); }
div.DivClassName
{
background-color: #C22E36;
}
.BgClassName
{
background-color: #C22E36;
}
</style>
border-color css
<style>
span { border-color: #C22E36; }
span { border-color: rgb(194,46,54); }
td.TdClassName
{
border-color: #C22E36;
}
.TagClassName
{
border-color: #C22E36;
}
</style>