Shades of Mahogany #CE363A
Tints of Mahogany #CE363A
RGB
CMYK
RGB Variations
Color information
#CE363A (or 0xCE363A) is known color: Mahogany. HEX triplet: CE, 36 and 3A. RGB value is (206,54,58). Sum of RGB (Red+Green+Blue) = 206+54+58=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE363A is #31C9C5. Grayscale: #646464. Windows color (decimal): -3262918 or 3815118. OLE color: 3815118.
HSL color Cylindrical-coordinate representation of color #CE363A: hue angle of 358.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE363A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 58 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.19 |
| HSL | 358.42º | 0.61% | 0.51% | - |
| HSV(B) | 358.42º | 0.74% | 0.81% | - |
| XYZ | 27.54 | 16.07 | 5.65 | - |
| YUV | 99.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 58 | 0 | 0.74 | 0.72 | 0.19 | 358.42 | 0.61 | 0.51 |
| Hex | CE | 36 | 3A | 0 | 4A | 48 | 13 | 166 | 3D | 33 |
| Octal | 316 | 66 | 72 | 0 | 112 | 110 | 23 | 546 | 75 | 63 |
| Binary | 11001110 | 110110 | 111010 | 0 | 1001010 | 1001000 | 10011 | 101100110 | 111101 | 110011 |
Color Harmonies of #CE363A
Complementary color
Monochromatic Colors of #CE363A
Black with #CE363A
Text Example
Text Example
White with #CE363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE363A; }
p { color: rgb(206,54,58); }
H1.HeaderClassName
{
color: #CE363A;
}
.AnyTagClassName
{
color: #CE363A;
}
</style>
background-color css
<style>
a { background-color: #CE363A; }
a { background-color: rgb(206,54,58); }
div.DivClassName
{
background-color: #CE363A;
}
.BgClassName
{
background-color: #CE363A;
}
</style>
border-color css
<style>
span { border-color: #CE363A; }
span { border-color: rgb(206,54,58); }
td.TdClassName
{
border-color: #CE363A;
}
.TagClassName
{
border-color: #CE363A;
}
</style>