Shades of Mahogany #CF2A2C
Tints of Mahogany #CF2A2C
RGB
CMYK
RGB Variations
Color information
#CF2A2C (or 0xCF2A2C) is known color: Mahogany. HEX triplet: CF, 2A and 2C. RGB value is (207,42,44). Sum of RGB (Red+Green+Blue) = 207+42+44=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A2C is #30D5D3. Grayscale: #5B5B5B. Windows color (decimal): -3200468 or 2894543. OLE color: 2894543.
HSL color Cylindrical-coordinate representation of color #CF2A2C: hue angle of 359.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A2C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 44 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.19 |
| HSL | 359.27º | 0.66% | 0.49% | - |
| HSV(B) | 359.27º | 0.8% | 0.81% | - |
| XYZ | 27.01 | 15.1 | 3.87 | - |
| YUV | 91.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 44 | 0 | 0.80 | 0.79 | 0.19 | 359.27 | 0.66 | 0.49 |
| Hex | CF | 2A | 2C | 0 | 50 | 4F | 13 | 167 | 42 | 31 |
| Octal | 317 | 52 | 54 | 0 | 120 | 117 | 23 | 547 | 102 | 61 |
| Binary | 11001111 | 101010 | 101100 | 0 | 1010000 | 1001111 | 10011 | 101100111 | 1000010 | 110001 |
Color Harmonies of #CF2A2C
Complementary color
Monochromatic Colors of #CF2A2C
Black with #CF2A2C
Text Example
Text Example
White with #CF2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A2C; }
p { color: rgb(207,42,44); }
H1.HeaderClassName
{
color: #CF2A2C;
}
.AnyTagClassName
{
color: #CF2A2C;
}
</style>
background-color css
<style>
a { background-color: #CF2A2C; }
a { background-color: rgb(207,42,44); }
div.DivClassName
{
background-color: #CF2A2C;
}
.BgClassName
{
background-color: #CF2A2C;
}
</style>
border-color css
<style>
span { border-color: #CF2A2C; }
span { border-color: rgb(207,42,44); }
td.TdClassName
{
border-color: #CF2A2C;
}
.TagClassName
{
border-color: #CF2A2C;
}
</style>