Shades of Mahogany #CE2E2F
Tints of Mahogany #CE2E2F
RGB
CMYK
RGB Variations
Color information
#CE2E2F (or 0xCE2E2F) is known color: Mahogany. HEX triplet: CE, 2E and 2F. RGB value is (206,46,47). Sum of RGB (Red+Green+Blue) = 206+46+47=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E2F is #31D1D0. Grayscale: #5E5E5E. Windows color (decimal): -3264977 or 3092174. OLE color: 3092174.
HSL color Cylindrical-coordinate representation of color #CE2E2F: hue angle of 359.62º 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 #CE2E2F is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 47 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.19 |
| HSL | 359.63º | 0.63% | 0.49% | - |
| HSV(B) | 359.63º | 0.78% | 0.81% | - |
| XYZ | 26.94 | 15.28 | 4.22 | - |
| YUV | 93.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 47 | 0 | 0.78 | 0.77 | 0.19 | 359.63 | 0.63 | 0.49 |
| Hex | CE | 2E | 2F | 0 | 4E | 4D | 13 | 168 | 3F | 31 |
| Octal | 316 | 56 | 57 | 0 | 116 | 115 | 23 | 550 | 77 | 61 |
| Binary | 11001110 | 101110 | 101111 | 0 | 1001110 | 1001101 | 10011 | 101101000 | 111111 | 110001 |
Color Harmonies of #CE2E2F
Complementary color
Monochromatic Colors of #CE2E2F
Black with #CE2E2F
Text Example
Text Example
White with #CE2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E2F; }
p { color: rgb(206,46,47); }
H1.HeaderClassName
{
color: #CE2E2F;
}
.AnyTagClassName
{
color: #CE2E2F;
}
</style>
background-color css
<style>
a { background-color: #CE2E2F; }
a { background-color: rgb(206,46,47); }
div.DivClassName
{
background-color: #CE2E2F;
}
.BgClassName
{
background-color: #CE2E2F;
}
</style>
border-color css
<style>
span { border-color: #CE2E2F; }
span { border-color: rgb(206,46,47); }
td.TdClassName
{
border-color: #CE2E2F;
}
.TagClassName
{
border-color: #CE2E2F;
}
</style>