Shades of Mahogany #C22D32
Tints of Mahogany #C22D32
RGB
CMYK
RGB Variations
Color information
#C22D32 (or 0xC22D32) is known color: Mahogany. HEX triplet: C2, 2D and 32. RGB value is (194,45,50). Sum of RGB (Red+Green+Blue) = 194+45+50=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D32 is #3DD2CD. Grayscale: #5A5A5A. Windows color (decimal): -4051662 or 3288514. OLE color: 3288514.
HSL color Cylindrical-coordinate representation of color #C22D32: hue angle of 357.99º degrees, saturation: 0.62, 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 #C22D32 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 50 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.24 |
| HSL | 357.99º | 0.62% | 0.47% | - |
| HSV(B) | 357.99º | 0.77% | 0.76% | - |
| XYZ | 23.76 | 13.58 | 4.39 | - |
| YUV | 90.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 50 | 0 | 0.77 | 0.74 | 0.24 | 357.99 | 0.62 | 0.47 |
| Hex | C2 | 2D | 32 | 0 | 4D | 4A | 18 | 166 | 3E | 2F |
| Octal | 302 | 55 | 62 | 0 | 115 | 112 | 30 | 546 | 76 | 57 |
| Binary | 11000010 | 101101 | 110010 | 0 | 1001101 | 1001010 | 11000 | 101100110 | 111110 | 101111 |
Color Harmonies of #C22D32
Complementary color
Monochromatic Colors of #C22D32
Black with #C22D32
Text Example
Text Example
White with #C22D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D32; }
p { color: rgb(194,45,50); }
H1.HeaderClassName
{
color: #C22D32;
}
.AnyTagClassName
{
color: #C22D32;
}
</style>
background-color css
<style>
a { background-color: #C22D32; }
a { background-color: rgb(194,45,50); }
div.DivClassName
{
background-color: #C22D32;
}
.BgClassName
{
background-color: #C22D32;
}
</style>
border-color css
<style>
span { border-color: #C22D32; }
span { border-color: rgb(194,45,50); }
td.TdClassName
{
border-color: #C22D32;
}
.TagClassName
{
border-color: #C22D32;
}
</style>