Shades of Mahogany #CE2F31
Tints of Mahogany #CE2F31
RGB
CMYK
RGB Variations
Color information
#CE2F31 (or 0xCE2F31) is known color: Mahogany. HEX triplet: CE, 2F and 31. RGB value is (206,47,49). Sum of RGB (Red+Green+Blue) = 206+47+49=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F31 is #31D0CE. Grayscale: #5E5E5E. Windows color (decimal): -3264719 or 3223502. OLE color: 3223502.
HSL color Cylindrical-coordinate representation of color #CE2F31: hue angle of 359.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F31 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 49 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.19 |
| HSL | 359.25º | 0.63% | 0.5% | - |
| HSV(B) | 359.25º | 0.77% | 0.81% | - |
| XYZ | 27.02 | 15.38 | 4.45 | - |
| YUV | 94.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 49 | 0 | 0.77 | 0.76 | 0.19 | 359.25 | 0.63 | 0.5 |
| Hex | CE | 2F | 31 | 0 | 4D | 4C | 13 | 167 | 3F | 32 |
| Octal | 316 | 57 | 61 | 0 | 115 | 114 | 23 | 547 | 77 | 62 |
| Binary | 11001110 | 101111 | 110001 | 0 | 1001101 | 1001100 | 10011 | 101100111 | 111111 | 110010 |
Color Harmonies of #CE2F31
Complementary color
Monochromatic Colors of #CE2F31
Black with #CE2F31
Text Example
Text Example
White with #CE2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F31; }
p { color: rgb(206,47,49); }
H1.HeaderClassName
{
color: #CE2F31;
}
.AnyTagClassName
{
color: #CE2F31;
}
</style>
background-color css
<style>
a { background-color: #CE2F31; }
a { background-color: rgb(206,47,49); }
div.DivClassName
{
background-color: #CE2F31;
}
.BgClassName
{
background-color: #CE2F31;
}
</style>
border-color css
<style>
span { border-color: #CE2F31; }
span { border-color: rgb(206,47,49); }
td.TdClassName
{
border-color: #CE2F31;
}
.TagClassName
{
border-color: #CE2F31;
}
</style>