Shades of Mahogany #CE2E32
Tints of Mahogany #CE2E32
RGB
CMYK
RGB Variations
Color information
#CE2E32 (or 0xCE2E32) is known color: Mahogany. HEX triplet: CE, 2E and 32. RGB value is (206,46,50). Sum of RGB (Red+Green+Blue) = 206+46+50=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E32 is #31D1CD. Grayscale: #5E5E5E. Windows color (decimal): -3264974 or 3288782. OLE color: 3288782.
HSL color Cylindrical-coordinate representation of color #CE2E32: hue angle of 358.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E32 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 50 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.19 |
| HSL | 358.5º | 0.63% | 0.49% | - |
| HSV(B) | 358.5º | 0.78% | 0.81% | - |
| XYZ | 27.01 | 15.31 | 4.55 | - |
| YUV | 94.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 50 | 0 | 0.78 | 0.76 | 0.19 | 358.5 | 0.63 | 0.49 |
| Hex | CE | 2E | 32 | 0 | 4E | 4C | 13 | 166 | 3F | 31 |
| Octal | 316 | 56 | 62 | 0 | 116 | 114 | 23 | 546 | 77 | 61 |
| Binary | 11001110 | 101110 | 110010 | 0 | 1001110 | 1001100 | 10011 | 101100110 | 111111 | 110001 |
Color Harmonies of #CE2E32
Complementary color
Monochromatic Colors of #CE2E32
Black with #CE2E32
Text Example
Text Example
White with #CE2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E32; }
p { color: rgb(206,46,50); }
H1.HeaderClassName
{
color: #CE2E32;
}
.AnyTagClassName
{
color: #CE2E32;
}
</style>
background-color css
<style>
a { background-color: #CE2E32; }
a { background-color: rgb(206,46,50); }
div.DivClassName
{
background-color: #CE2E32;
}
.BgClassName
{
background-color: #CE2E32;
}
</style>
border-color css
<style>
span { border-color: #CE2E32; }
span { border-color: rgb(206,46,50); }
td.TdClassName
{
border-color: #CE2E32;
}
.TagClassName
{
border-color: #CE2E32;
}
</style>