Shades of Mahogany #C2333B
Tints of Mahogany #C2333B
RGB
CMYK
RGB Variations
Color information
#C2333B (or 0xC2333B) is known color: Mahogany. HEX triplet: C2, 33 and 3B. RGB value is (194,51,59). Sum of RGB (Red+Green+Blue) = 194+51+59=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2333B is #3DCCC4. Grayscale: #5E5E5E. Windows color (decimal): -4050117 or 3879874. OLE color: 3879874.
HSL color Cylindrical-coordinate representation of color #C2333B: hue angle of 356.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2333B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 59 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.24 |
| HSL | 356.64º | 0.58% | 0.48% | - |
| HSV(B) | 356.64º | 0.74% | 0.76% | - |
| XYZ | 24.22 | 14.15 | 5.59 | - |
| YUV | 94.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 59 | 0 | 0.74 | 0.70 | 0.24 | 356.64 | 0.58 | 0.48 |
| Hex | C2 | 33 | 3B | 0 | 4A | 46 | 18 | 165 | 3A | 30 |
| Octal | 302 | 63 | 73 | 0 | 112 | 106 | 30 | 545 | 72 | 60 |
| Binary | 11000010 | 110011 | 111011 | 0 | 1001010 | 1000110 | 11000 | 101100101 | 111010 | 110000 |
Color Harmonies of #C2333B
Complementary color
Monochromatic Colors of #C2333B
Black with #C2333B
Text Example
Text Example
White with #C2333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2333B; }
p { color: rgb(194,51,59); }
H1.HeaderClassName
{
color: #C2333B;
}
.AnyTagClassName
{
color: #C2333B;
}
</style>
background-color css
<style>
a { background-color: #C2333B; }
a { background-color: rgb(194,51,59); }
div.DivClassName
{
background-color: #C2333B;
}
.BgClassName
{
background-color: #C2333B;
}
</style>
border-color css
<style>
span { border-color: #C2333B; }
span { border-color: rgb(194,51,59); }
td.TdClassName
{
border-color: #C2333B;
}
.TagClassName
{
border-color: #C2333B;
}
</style>