Shades of Mahogany #CF2D2F
Tints of Mahogany #CF2D2F
RGB
CMYK
RGB Variations
Color information
#CF2D2F (or 0xCF2D2F) is known color: Mahogany. HEX triplet: CF, 2D and 2F. RGB value is (207,45,47). Sum of RGB (Red+Green+Blue) = 207+45+47=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D2F is #30D2D0. Grayscale: #5D5D5D. Windows color (decimal): -3199697 or 3091919. OLE color: 3091919.
HSL color Cylindrical-coordinate representation of color #CF2D2F: hue angle of 359.26º degrees, saturation: 0.64, 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 #CF2D2F is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 47 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.19 |
| HSL | 359.26º | 0.64% | 0.49% | - |
| HSV(B) | 359.26º | 0.78% | 0.81% | - |
| XYZ | 27.18 | 15.35 | 4.22 | - |
| YUV | 93.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 47 | 0 | 0.78 | 0.77 | 0.19 | 359.26 | 0.64 | 0.49 |
| Hex | CF | 2D | 2F | 0 | 4E | 4D | 13 | 167 | 40 | 31 |
| Octal | 317 | 55 | 57 | 0 | 116 | 115 | 23 | 547 | 100 | 61 |
| Binary | 11001111 | 101101 | 101111 | 0 | 1001110 | 1001101 | 10011 | 101100111 | 1000000 | 110001 |
Color Harmonies of #CF2D2F
Complementary color
Monochromatic Colors of #CF2D2F
Black with #CF2D2F
Text Example
Text Example
White with #CF2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D2F; }
p { color: rgb(207,45,47); }
H1.HeaderClassName
{
color: #CF2D2F;
}
.AnyTagClassName
{
color: #CF2D2F;
}
</style>
background-color css
<style>
a { background-color: #CF2D2F; }
a { background-color: rgb(207,45,47); }
div.DivClassName
{
background-color: #CF2D2F;
}
.BgClassName
{
background-color: #CF2D2F;
}
</style>
border-color css
<style>
span { border-color: #CF2D2F; }
span { border-color: rgb(207,45,47); }
td.TdClassName
{
border-color: #CF2D2F;
}
.TagClassName
{
border-color: #CF2D2F;
}
</style>