Shades of Chilean Fire #C7592E
Tints of Chilean Fire #C7592E
RGB
CMYK
RGB Variations
Color information
#C7592E (or 0xC7592E) is known color: Chilean Fire. HEX triplet: C7, 59 and 2E. RGB value is (199,89,46). Sum of RGB (Red+Green+Blue) = 199+89+46=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C7592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7592E is #38A6D1. Grayscale: #757575. Windows color (decimal): -3712722 or 3037639. OLE color: 3037639.
HSL color Cylindrical-coordinate representation of color #C7592E: hue angle of 16.86º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7592E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 46 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.22 |
| HSL | 16.86º | 0.62% | 0.48% | - |
| HSV(B) | 16.86º | 0.77% | 0.78% | - |
| XYZ | 27.62 | 19.48 | 4.89 | - |
| YUV | 116.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 46 | 0 | 0.55 | 0.77 | 0.22 | 16.86 | 0.62 | 0.48 |
| Hex | C7 | 59 | 2E | 0 | 37 | 4D | 16 | 11 | 3E | 30 |
| Octal | 307 | 131 | 56 | 0 | 67 | 115 | 26 | 21 | 76 | 60 |
| Binary | 11000111 | 1011001 | 101110 | 0 | 110111 | 1001101 | 10110 | 10001 | 111110 | 110000 |
Color Harmonies of #C7592E
Complementary color
Monochromatic Colors of #C7592E
Black with #C7592E
Text Example
Text Example
White with #C7592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7592E; }
p { color: rgb(199,89,46); }
H1.HeaderClassName
{
color: #C7592E;
}
.AnyTagClassName
{
color: #C7592E;
}
</style>
background-color css
<style>
a { background-color: #C7592E; }
a { background-color: rgb(199,89,46); }
div.DivClassName
{
background-color: #C7592E;
}
.BgClassName
{
background-color: #C7592E;
}
</style>
border-color css
<style>
span { border-color: #C7592E; }
span { border-color: rgb(199,89,46); }
td.TdClassName
{
border-color: #C7592E;
}
.TagClassName
{
border-color: #C7592E;
}
</style>