Shades of Mahogany #CE2D31
Tints of Mahogany #CE2D31
RGB
CMYK
RGB Variations
Color information
#CE2D31 (or 0xCE2D31) is known color: Mahogany. HEX triplet: CE, 2D and 31. RGB value is (206,45,49). Sum of RGB (Red+Green+Blue) = 206+45+49=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D31 is #31D2CE. Grayscale: #5D5D5D. Windows color (decimal): -3265231 or 3222990. OLE color: 3222990.
HSL color Cylindrical-coordinate representation of color #CE2D31: hue angle of 358.51º degrees, saturation: 0.64, 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 #CE2D31 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 49 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.19 |
| HSL | 358.51º | 0.64% | 0.49% | - |
| HSV(B) | 358.51º | 0.78% | 0.81% | - |
| XYZ | 26.95 | 15.22 | 4.42 | - |
| YUV | 93.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 49 | 0 | 0.78 | 0.76 | 0.19 | 358.51 | 0.64 | 0.49 |
| Hex | CE | 2D | 31 | 0 | 4E | 4C | 13 | 167 | 40 | 31 |
| Octal | 316 | 55 | 61 | 0 | 116 | 114 | 23 | 547 | 100 | 61 |
| Binary | 11001110 | 101101 | 110001 | 0 | 1001110 | 1001100 | 10011 | 101100111 | 1000000 | 110001 |
Color Harmonies of #CE2D31
Complementary color
Monochromatic Colors of #CE2D31
Black with #CE2D31
Text Example
Text Example
White with #CE2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D31; }
p { color: rgb(206,45,49); }
H1.HeaderClassName
{
color: #CE2D31;
}
.AnyTagClassName
{
color: #CE2D31;
}
</style>
background-color css
<style>
a { background-color: #CE2D31; }
a { background-color: rgb(206,45,49); }
div.DivClassName
{
background-color: #CE2D31;
}
.BgClassName
{
background-color: #CE2D31;
}
</style>
border-color css
<style>
span { border-color: #CE2D31; }
span { border-color: rgb(206,45,49); }
td.TdClassName
{
border-color: #CE2D31;
}
.TagClassName
{
border-color: #CE2D31;
}
</style>