Shades of Mahogany #CE2A2C
Tints of Mahogany #CE2A2C
RGB
CMYK
RGB Variations
Color information
#CE2A2C (or 0xCE2A2C) is known color: Mahogany. HEX triplet: CE, 2A and 2C. RGB value is (206,42,44). Sum of RGB (Red+Green+Blue) = 206+42+44=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A2C is #31D5D3. Grayscale: #5B5B5B. Windows color (decimal): -3266004 or 2894542. OLE color: 2894542.
HSL color Cylindrical-coordinate representation of color #CE2A2C: hue angle of 359.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A2C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 44 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.19 |
| HSL | 359.27º | 0.66% | 0.49% | - |
| HSV(B) | 359.27º | 0.8% | 0.81% | - |
| XYZ | 26.74 | 14.96 | 3.86 | - |
| YUV | 91.26 | 101.33 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 44 | 0 | 0.80 | 0.79 | 0.19 | 359.27 | 0.66 | 0.49 |
| Hex | CE | 2A | 2C | 0 | 50 | 4F | 13 | 167 | 42 | 31 |
| Octal | 316 | 52 | 54 | 0 | 120 | 117 | 23 | 547 | 102 | 61 |
| Binary | 11001110 | 101010 | 101100 | 0 | 1010000 | 1001111 | 10011 | 101100111 | 1000010 | 110001 |
Color Harmonies of #CE2A2C
Complementary color
Monochromatic Colors of #CE2A2C
Black with #CE2A2C
Text Example
Text Example
White with #CE2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A2C; }
p { color: rgb(206,42,44); }
H1.HeaderClassName
{
color: #CE2A2C;
}
.AnyTagClassName
{
color: #CE2A2C;
}
</style>
background-color css
<style>
a { background-color: #CE2A2C; }
a { background-color: rgb(206,42,44); }
div.DivClassName
{
background-color: #CE2A2C;
}
.BgClassName
{
background-color: #CE2A2C;
}
</style>
border-color css
<style>
span { border-color: #CE2A2C; }
span { border-color: rgb(206,42,44); }
td.TdClassName
{
border-color: #CE2A2C;
}
.TagClassName
{
border-color: #CE2A2C;
}
</style>