Shades of Mahogany #CC282E
Tints of Mahogany #CC282E
RGB
CMYK
RGB Variations
Color information
#CC282E (or 0xCC282E) is known color: Mahogany. HEX triplet: CC, 28 and 2E. RGB value is (204,40,46). Sum of RGB (Red+Green+Blue) = 204+40+46=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC282E is #33D7D1. Grayscale: #595959. Windows color (decimal): -3397586 or 3025100. OLE color: 3025100.
HSL color Cylindrical-coordinate representation of color #CC282E: hue angle of 357.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 46 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.2 |
| HSL | 357.8º | 0.67% | 0.48% | - |
| HSV(B) | 357.8º | 0.8% | 0.8% | - |
| XYZ | 26.15 | 14.55 | 4.02 | - |
| YUV | 89.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 46 | 0 | 0.80 | 0.77 | 0.2 | 357.8 | 0.67 | 0.48 |
| Hex | CC | 28 | 2E | 0 | 50 | 4D | 14 | 166 | 43 | 30 |
| Octal | 314 | 50 | 56 | 0 | 120 | 115 | 24 | 546 | 103 | 60 |
| Binary | 11001100 | 101000 | 101110 | 0 | 1010000 | 1001101 | 10100 | 101100110 | 1000011 | 110000 |
Color Harmonies of #CC282E
Complementary color
Monochromatic Colors of #CC282E
Black with #CC282E
Text Example
Text Example
White with #CC282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC282E; }
p { color: rgb(204,40,46); }
H1.HeaderClassName
{
color: #CC282E;
}
.AnyTagClassName
{
color: #CC282E;
}
</style>
background-color css
<style>
a { background-color: #CC282E; }
a { background-color: rgb(204,40,46); }
div.DivClassName
{
background-color: #CC282E;
}
.BgClassName
{
background-color: #CC282E;
}
</style>
border-color css
<style>
span { border-color: #CC282E; }
span { border-color: rgb(204,40,46); }
td.TdClassName
{
border-color: #CC282E;
}
.TagClassName
{
border-color: #CC282E;
}
</style>