Shades of Mahogany #CE2E3A
Tints of Mahogany #CE2E3A
RGB
CMYK
RGB Variations
Color information
#CE2E3A (or 0xCE2E3A) is known color: Mahogany. HEX triplet: CE, 2E and 3A. RGB value is (206,46,58). Sum of RGB (Red+Green+Blue) = 206+46+58=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E3A is #31D1C5. Grayscale: #5F5F5F. Windows color (decimal): -3264966 or 3813070. OLE color: 3813070.
HSL color Cylindrical-coordinate representation of color #CE2E3A: hue angle of 355.5º 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 #CE2E3A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 58 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.19 |
| HSL | 355.5º | 0.63% | 0.49% | - |
| HSV(B) | 355.5º | 0.78% | 0.81% | - |
| XYZ | 27.19 | 15.38 | 5.54 | - |
| YUV | 95.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 58 | 0 | 0.78 | 0.72 | 0.19 | 355.5 | 0.63 | 0.49 |
| Hex | CE | 2E | 3A | 0 | 4E | 48 | 13 | 164 | 3F | 31 |
| Octal | 316 | 56 | 72 | 0 | 116 | 110 | 23 | 544 | 77 | 61 |
| Binary | 11001110 | 101110 | 111010 | 0 | 1001110 | 1001000 | 10011 | 101100100 | 111111 | 110001 |
Color Harmonies of #CE2E3A
Complementary color
Monochromatic Colors of #CE2E3A
Black with #CE2E3A
Text Example
Text Example
White with #CE2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E3A; }
p { color: rgb(206,46,58); }
H1.HeaderClassName
{
color: #CE2E3A;
}
.AnyTagClassName
{
color: #CE2E3A;
}
</style>
background-color css
<style>
a { background-color: #CE2E3A; }
a { background-color: rgb(206,46,58); }
div.DivClassName
{
background-color: #CE2E3A;
}
.BgClassName
{
background-color: #CE2E3A;
}
</style>
border-color css
<style>
span { border-color: #CE2E3A; }
span { border-color: rgb(206,46,58); }
td.TdClassName
{
border-color: #CE2E3A;
}
.TagClassName
{
border-color: #CE2E3A;
}
</style>