Shades of Mahogany #CE2E34
Tints of Mahogany #CE2E34
RGB
CMYK
RGB Variations
Color information
#CE2E34 (or 0xCE2E34) is known color: Mahogany. HEX triplet: CE, 2E and 34. RGB value is (206,46,52). Sum of RGB (Red+Green+Blue) = 206+46+52=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E34 is #31D1CB. Grayscale: #5E5E5E. Windows color (decimal): -3264972 or 3419854. OLE color: 3419854.
HSL color Cylindrical-coordinate representation of color #CE2E34: hue angle of 357.75º 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 #CE2E34 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 52 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.19 |
| HSL | 357.75º | 0.63% | 0.49% | - |
| HSV(B) | 357.75º | 0.78% | 0.81% | - |
| XYZ | 27.05 | 15.32 | 4.78 | - |
| YUV | 94.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 52 | 0 | 0.78 | 0.75 | 0.19 | 357.75 | 0.63 | 0.49 |
| Hex | CE | 2E | 34 | 0 | 4E | 4B | 13 | 166 | 3F | 31 |
| Octal | 316 | 56 | 64 | 0 | 116 | 113 | 23 | 546 | 77 | 61 |
| Binary | 11001110 | 101110 | 110100 | 0 | 1001110 | 1001011 | 10011 | 101100110 | 111111 | 110001 |
Color Harmonies of #CE2E34
Complementary color
Monochromatic Colors of #CE2E34
Black with #CE2E34
Text Example
Text Example
White with #CE2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E34; }
p { color: rgb(206,46,52); }
H1.HeaderClassName
{
color: #CE2E34;
}
.AnyTagClassName
{
color: #CE2E34;
}
</style>
background-color css
<style>
a { background-color: #CE2E34; }
a { background-color: rgb(206,46,52); }
div.DivClassName
{
background-color: #CE2E34;
}
.BgClassName
{
background-color: #CE2E34;
}
</style>
border-color css
<style>
span { border-color: #CE2E34; }
span { border-color: rgb(206,46,52); }
td.TdClassName
{
border-color: #CE2E34;
}
.TagClassName
{
border-color: #CE2E34;
}
</style>