Shades of Mahogany #C22C31
Tints of Mahogany #C22C31
RGB
CMYK
RGB Variations
Color information
#C22C31 (or 0xC22C31) is known color: Mahogany. HEX triplet: C2, 2C and 31. RGB value is (194,44,49). Sum of RGB (Red+Green+Blue) = 194+44+49=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C31 is #3DD3CE. Grayscale: #595959. Windows color (decimal): -4051919 or 3222722. OLE color: 3222722.
HSL color Cylindrical-coordinate representation of color #C22C31: hue angle of 358º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C31 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 49 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.24 |
| HSL | 358º | 0.63% | 0.47% | - |
| HSV(B) | 358º | 0.77% | 0.76% | - |
| XYZ | 23.7 | 13.49 | 4.26 | - |
| YUV | 89.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 49 | 0 | 0.77 | 0.75 | 0.24 | 358 | 0.63 | 0.47 |
| Hex | C2 | 2C | 31 | 0 | 4D | 4B | 18 | 166 | 3F | 2F |
| Octal | 302 | 54 | 61 | 0 | 115 | 113 | 30 | 546 | 77 | 57 |
| Binary | 11000010 | 101100 | 110001 | 0 | 1001101 | 1001011 | 11000 | 101100110 | 111111 | 101111 |
Color Harmonies of #C22C31
Complementary color
Monochromatic Colors of #C22C31
Black with #C22C31
Text Example
Text Example
White with #C22C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C31; }
p { color: rgb(194,44,49); }
H1.HeaderClassName
{
color: #C22C31;
}
.AnyTagClassName
{
color: #C22C31;
}
</style>
background-color css
<style>
a { background-color: #C22C31; }
a { background-color: rgb(194,44,49); }
div.DivClassName
{
background-color: #C22C31;
}
.BgClassName
{
background-color: #C22C31;
}
</style>
border-color css
<style>
span { border-color: #C22C31; }
span { border-color: rgb(194,44,49); }
td.TdClassName
{
border-color: #C22C31;
}
.TagClassName
{
border-color: #C22C31;
}
</style>