Shades of Mahogany #C22F31
Tints of Mahogany #C22F31
RGB
CMYK
RGB Variations
Color information
#C22F31 (or 0xC22F31) is known color: Mahogany. HEX triplet: C2, 2F and 31. RGB value is (194,47,49). Sum of RGB (Red+Green+Blue) = 194+47+49=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F31 is #3DD0CE. Grayscale: #5B5B5B. Windows color (decimal): -4051151 or 3223490. OLE color: 3223490.
HSL color Cylindrical-coordinate representation of color #C22F31: hue angle of 359.18º degrees, saturation: 0.61, 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 #C22F31 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 49 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.24 |
| HSL | 359.18º | 0.61% | 0.47% | - |
| HSV(B) | 359.18º | 0.76% | 0.76% | - |
| XYZ | 23.82 | 13.72 | 4.3 | - |
| YUV | 91.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 49 | 0 | 0.76 | 0.75 | 0.24 | 359.18 | 0.61 | 0.47 |
| Hex | C2 | 2F | 31 | 0 | 4C | 4B | 18 | 167 | 3D | 2F |
| Octal | 302 | 57 | 61 | 0 | 114 | 113 | 30 | 547 | 75 | 57 |
| Binary | 11000010 | 101111 | 110001 | 0 | 1001100 | 1001011 | 11000 | 101100111 | 111101 | 101111 |
Color Harmonies of #C22F31
Complementary color
Monochromatic Colors of #C22F31
Black with #C22F31
Text Example
Text Example
White with #C22F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F31; }
p { color: rgb(194,47,49); }
H1.HeaderClassName
{
color: #C22F31;
}
.AnyTagClassName
{
color: #C22F31;
}
</style>
background-color css
<style>
a { background-color: #C22F31; }
a { background-color: rgb(194,47,49); }
div.DivClassName
{
background-color: #C22F31;
}
.BgClassName
{
background-color: #C22F31;
}
</style>
border-color css
<style>
span { border-color: #C22F31; }
span { border-color: rgb(194,47,49); }
td.TdClassName
{
border-color: #C22F31;
}
.TagClassName
{
border-color: #C22F31;
}
</style>