Shades of Mahogany #CF2E38
Tints of Mahogany #CF2E38
RGB
CMYK
RGB Variations
Color information
#CF2E38 (or 0xCF2E38) is known color: Mahogany. HEX triplet: CF, 2E and 38. RGB value is (207,46,56). Sum of RGB (Red+Green+Blue) = 207+46+56=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E38 is #30D1C7. Grayscale: #5F5F5F. Windows color (decimal): -3199432 or 3681999. OLE color: 3681999.
HSL color Cylindrical-coordinate representation of color #CF2E38: hue angle of 356.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E38 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 56 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.19 |
| HSL | 356.27º | 0.64% | 0.5% | - |
| HSV(B) | 356.27º | 0.78% | 0.81% | - |
| XYZ | 27.42 | 15.5 | 5.29 | - |
| YUV | 95.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 56 | 0 | 0.78 | 0.73 | 0.19 | 356.27 | 0.64 | 0.5 |
| Hex | CF | 2E | 38 | 0 | 4E | 49 | 13 | 164 | 40 | 32 |
| Octal | 317 | 56 | 70 | 0 | 116 | 111 | 23 | 544 | 100 | 62 |
| Binary | 11001111 | 101110 | 111000 | 0 | 1001110 | 1001001 | 10011 | 101100100 | 1000000 | 110010 |
Color Harmonies of #CF2E38
Complementary color
Monochromatic Colors of #CF2E38
Black with #CF2E38
Text Example
Text Example
White with #CF2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E38; }
p { color: rgb(207,46,56); }
H1.HeaderClassName
{
color: #CF2E38;
}
.AnyTagClassName
{
color: #CF2E38;
}
</style>
background-color css
<style>
a { background-color: #CF2E38; }
a { background-color: rgb(207,46,56); }
div.DivClassName
{
background-color: #CF2E38;
}
.BgClassName
{
background-color: #CF2E38;
}
</style>
border-color css
<style>
span { border-color: #CF2E38; }
span { border-color: rgb(207,46,56); }
td.TdClassName
{
border-color: #CF2E38;
}
.TagClassName
{
border-color: #CF2E38;
}
</style>