Shades of Mahogany #CF2630
Tints of Mahogany #CF2630
RGB
CMYK
RGB Variations
Color information
#CF2630 (or 0xCF2630) is known color: Mahogany. HEX triplet: CF, 26 and 30. RGB value is (207,38,48). Sum of RGB (Red+Green+Blue) = 207+38+48=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2630 is #30D9CF. Grayscale: #595959. Windows color (decimal): -3201488 or 3155663. OLE color: 3155663.
HSL color Cylindrical-coordinate representation of color #CF2630: hue angle of 356.45º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2630 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 48 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.19 |
| HSL | 356.45º | 0.69% | 0.48% | - |
| HSV(B) | 356.45º | 0.82% | 0.81% | - |
| XYZ | 26.96 | 14.87 | 4.24 | - |
| YUV | 89.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 48 | 0 | 0.82 | 0.77 | 0.19 | 356.45 | 0.69 | 0.48 |
| Hex | CF | 26 | 30 | 0 | 52 | 4D | 13 | 164 | 45 | 30 |
| Octal | 317 | 46 | 60 | 0 | 122 | 115 | 23 | 544 | 105 | 60 |
| Binary | 11001111 | 100110 | 110000 | 0 | 1010010 | 1001101 | 10011 | 101100100 | 1000101 | 110000 |
Color Harmonies of #CF2630
Complementary color
Monochromatic Colors of #CF2630
Black with #CF2630
Text Example
Text Example
White with #CF2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2630; }
p { color: rgb(207,38,48); }
H1.HeaderClassName
{
color: #CF2630;
}
.AnyTagClassName
{
color: #CF2630;
}
</style>
background-color css
<style>
a { background-color: #CF2630; }
a { background-color: rgb(207,38,48); }
div.DivClassName
{
background-color: #CF2630;
}
.BgClassName
{
background-color: #CF2630;
}
</style>
border-color css
<style>
span { border-color: #CF2630; }
span { border-color: rgb(207,38,48); }
td.TdClassName
{
border-color: #CF2630;
}
.TagClassName
{
border-color: #CF2630;
}
</style>