Shades of Mahogany #C22E34
Tints of Mahogany #C22E34
RGB
CMYK
RGB Variations
Color information
#C22E34 (or 0xC22E34) is known color: Mahogany. HEX triplet: C2, 2E and 34. RGB value is (194,46,52). Sum of RGB (Red+Green+Blue) = 194+46+52=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E34 is #3DD1CB. Grayscale: #5B5B5B. Windows color (decimal): -4051404 or 3419842. OLE color: 3419842.
HSL color Cylindrical-coordinate representation of color #C22E34: hue angle of 357.57º 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 #C22E34 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 52 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.24 |
| HSL | 357.57º | 0.62% | 0.47% | - |
| HSV(B) | 357.57º | 0.76% | 0.76% | - |
| XYZ | 23.84 | 13.67 | 4.63 | - |
| YUV | 90.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 52 | 0 | 0.76 | 0.73 | 0.24 | 357.57 | 0.62 | 0.47 |
| Hex | C2 | 2E | 34 | 0 | 4C | 49 | 18 | 166 | 3E | 2F |
| Octal | 302 | 56 | 64 | 0 | 114 | 111 | 30 | 546 | 76 | 57 |
| Binary | 11000010 | 101110 | 110100 | 0 | 1001100 | 1001001 | 11000 | 101100110 | 111110 | 101111 |
Color Harmonies of #C22E34
Complementary color
Monochromatic Colors of #C22E34
Black with #C22E34
Text Example
Text Example
White with #C22E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E34; }
p { color: rgb(194,46,52); }
H1.HeaderClassName
{
color: #C22E34;
}
.AnyTagClassName
{
color: #C22E34;
}
</style>
background-color css
<style>
a { background-color: #C22E34; }
a { background-color: rgb(194,46,52); }
div.DivClassName
{
background-color: #C22E34;
}
.BgClassName
{
background-color: #C22E34;
}
</style>
border-color css
<style>
span { border-color: #C22E34; }
span { border-color: rgb(194,46,52); }
td.TdClassName
{
border-color: #C22E34;
}
.TagClassName
{
border-color: #C22E34;
}
</style>