Shades of Mahogany #C22D35
Tints of Mahogany #C22D35
RGB
CMYK
RGB Variations
Color information
#C22D35 (or 0xC22D35) is known color: Mahogany. HEX triplet: C2, 2D and 35. RGB value is (194,45,53). Sum of RGB (Red+Green+Blue) = 194+45+53=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D35 is #3DD2CA. Grayscale: #5A5A5A. Windows color (decimal): -4051659 or 3485122. OLE color: 3485122.
HSL color Cylindrical-coordinate representation of color #C22D35: hue angle of 356.78º 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 #C22D35 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 53 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.24 |
| HSL | 356.78º | 0.62% | 0.47% | - |
| HSV(B) | 356.78º | 0.77% | 0.76% | - |
| XYZ | 23.83 | 13.6 | 4.74 | - |
| YUV | 90.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 53 | 0 | 0.77 | 0.73 | 0.24 | 356.78 | 0.62 | 0.47 |
| Hex | C2 | 2D | 35 | 0 | 4D | 49 | 18 | 165 | 3E | 2F |
| Octal | 302 | 55 | 65 | 0 | 115 | 111 | 30 | 545 | 76 | 57 |
| Binary | 11000010 | 101101 | 110101 | 0 | 1001101 | 1001001 | 11000 | 101100101 | 111110 | 101111 |
Color Harmonies of #C22D35
Complementary color
Monochromatic Colors of #C22D35
Black with #C22D35
Text Example
Text Example
White with #C22D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D35; }
p { color: rgb(194,45,53); }
H1.HeaderClassName
{
color: #C22D35;
}
.AnyTagClassName
{
color: #C22D35;
}
</style>
background-color css
<style>
a { background-color: #C22D35; }
a { background-color: rgb(194,45,53); }
div.DivClassName
{
background-color: #C22D35;
}
.BgClassName
{
background-color: #C22D35;
}
</style>
border-color css
<style>
span { border-color: #C22D35; }
span { border-color: rgb(194,45,53); }
td.TdClassName
{
border-color: #C22D35;
}
.TagClassName
{
border-color: #C22D35;
}
</style>