Shades of Mahogany #CE303C
Tints of Mahogany #CE303C
RGB
CMYK
RGB Variations
Color information
#CE303C (or 0xCE303C) is known color: Mahogany. HEX triplet: CE, 30 and 3C. RGB value is (206,48,60). Sum of RGB (Red+Green+Blue) = 206+48+60=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303C is #31CFC3. Grayscale: #606060. Windows color (decimal): -3264452 or 3944654. OLE color: 3944654.
HSL color Cylindrical-coordinate representation of color #CE303C: hue angle of 355.44º degrees, saturation: 0.62, 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 #CE303C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.19 |
| HSL | 355.44º | 0.62% | 0.5% | - |
| HSV(B) | 355.44º | 0.77% | 0.81% | - |
| XYZ | 27.33 | 15.56 | 5.84 | - |
| YUV | 96.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 60 | 0 | 0.77 | 0.71 | 0.19 | 355.44 | 0.62 | 0.5 |
| Hex | CE | 30 | 3C | 0 | 4D | 47 | 13 | 163 | 3E | 32 |
| Octal | 316 | 60 | 74 | 0 | 115 | 107 | 23 | 543 | 76 | 62 |
| Binary | 11001110 | 110000 | 111100 | 0 | 1001101 | 1000111 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CE303C
Complementary color
Monochromatic Colors of #CE303C
Black with #CE303C
Text Example
Text Example
White with #CE303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE303C; }
p { color: rgb(206,48,60); }
H1.HeaderClassName
{
color: #CE303C;
}
.AnyTagClassName
{
color: #CE303C;
}
</style>
background-color css
<style>
a { background-color: #CE303C; }
a { background-color: rgb(206,48,60); }
div.DivClassName
{
background-color: #CE303C;
}
.BgClassName
{
background-color: #CE303C;
}
</style>
border-color css
<style>
span { border-color: #CE303C; }
span { border-color: rgb(206,48,60); }
td.TdClassName
{
border-color: #CE303C;
}
.TagClassName
{
border-color: #CE303C;
}
</style>