Shades of Mahogany #CE2531
Tints of Mahogany #CE2531
RGB
CMYK
RGB Variations
Color information
#CE2531 (or 0xCE2531) is known color: Mahogany. HEX triplet: CE, 25 and 31. RGB value is (206,37,49). Sum of RGB (Red+Green+Blue) = 206+37+49=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2531 is #31DACE. Grayscale: #595959. Windows color (decimal): -3267279 or 3220942. OLE color: 3220942.
HSL color Cylindrical-coordinate representation of color #CE2531: hue angle of 355.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2531 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 49 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.19 |
| HSL | 355.74º | 0.7% | 0.48% | - |
| HSV(B) | 355.74º | 0.82% | 0.81% | - |
| XYZ | 26.67 | 14.67 | 4.33 | - |
| YUV | 88.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 49 | 0 | 0.82 | 0.76 | 0.19 | 355.74 | 0.7 | 0.48 |
| Hex | CE | 25 | 31 | 0 | 52 | 4C | 13 | 164 | 46 | 30 |
| Octal | 316 | 45 | 61 | 0 | 122 | 114 | 23 | 544 | 106 | 60 |
| Binary | 11001110 | 100101 | 110001 | 0 | 1010010 | 1001100 | 10011 | 101100100 | 1000110 | 110000 |
Color Harmonies of #CE2531
Complementary color
Monochromatic Colors of #CE2531
Black with #CE2531
Text Example
Text Example
White with #CE2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2531; }
p { color: rgb(206,37,49); }
H1.HeaderClassName
{
color: #CE2531;
}
.AnyTagClassName
{
color: #CE2531;
}
</style>
background-color css
<style>
a { background-color: #CE2531; }
a { background-color: rgb(206,37,49); }
div.DivClassName
{
background-color: #CE2531;
}
.BgClassName
{
background-color: #CE2531;
}
</style>
border-color css
<style>
span { border-color: #CE2531; }
span { border-color: rgb(206,37,49); }
td.TdClassName
{
border-color: #CE2531;
}
.TagClassName
{
border-color: #CE2531;
}
</style>