Shades of Mahogany #CF2935
Tints of Mahogany #CF2935
RGB
CMYK
RGB Variations
Color information
#CF2935 (or 0xCF2935) is known color: Mahogany. HEX triplet: CF, 29 and 35. RGB value is (207,41,53). Sum of RGB (Red+Green+Blue) = 207+41+53=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2935 is #30D6CA. Grayscale: #5C5C5C. Windows color (decimal): -3200715 or 3484111. OLE color: 3484111.
HSL color Cylindrical-coordinate representation of color #CF2935: hue angle of 355.66º degrees, saturation: 0.67, 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 #CF2935 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 53 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.19 |
| HSL | 355.66º | 0.67% | 0.49% | - |
| HSV(B) | 355.66º | 0.8% | 0.81% | - |
| XYZ | 27.17 | 15.11 | 4.85 | - |
| YUV | 92 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 53 | 0 | 0.80 | 0.74 | 0.19 | 355.66 | 0.67 | 0.49 |
| Hex | CF | 29 | 35 | 0 | 50 | 4A | 13 | 164 | 43 | 31 |
| Octal | 317 | 51 | 65 | 0 | 120 | 112 | 23 | 544 | 103 | 61 |
| Binary | 11001111 | 101001 | 110101 | 0 | 1010000 | 1001010 | 10011 | 101100100 | 1000011 | 110001 |
Color Harmonies of #CF2935
Complementary color
Monochromatic Colors of #CF2935
Black with #CF2935
Text Example
Text Example
White with #CF2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2935; }
p { color: rgb(207,41,53); }
H1.HeaderClassName
{
color: #CF2935;
}
.AnyTagClassName
{
color: #CF2935;
}
</style>
background-color css
<style>
a { background-color: #CF2935; }
a { background-color: rgb(207,41,53); }
div.DivClassName
{
background-color: #CF2935;
}
.BgClassName
{
background-color: #CF2935;
}
</style>
border-color css
<style>
span { border-color: #CF2935; }
span { border-color: rgb(207,41,53); }
td.TdClassName
{
border-color: #CF2935;
}
.TagClassName
{
border-color: #CF2935;
}
</style>