Shades of Chilean Fire #C7592C
Tints of Chilean Fire #C7592C
RGB
CMYK
RGB Variations
Color information
#C7592C (or 0xC7592C) is known color: Chilean Fire. HEX triplet: C7, 59 and 2C. RGB value is (199,89,44). Sum of RGB (Red+Green+Blue) = 199+89+44=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7592C is #38A6D3. Grayscale: #757575. Windows color (decimal): -3712724 or 2906567. OLE color: 2906567.
HSL color Cylindrical-coordinate representation of color #C7592C: hue angle of 17.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7592C is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 44 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.22 |
| HSL | 17.42º | 0.64% | 0.48% | - |
| HSV(B) | 17.42º | 0.78% | 0.78% | - |
| XYZ | 27.58 | 19.47 | 4.69 | - |
| YUV | 116.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 44 | 0 | 0.55 | 0.78 | 0.22 | 17.42 | 0.64 | 0.48 |
| Hex | C7 | 59 | 2C | 0 | 37 | 4E | 16 | 11 | 40 | 30 |
| Octal | 307 | 131 | 54 | 0 | 67 | 116 | 26 | 21 | 100 | 60 |
| Binary | 11000111 | 1011001 | 101100 | 0 | 110111 | 1001110 | 10110 | 10001 | 1000000 | 110000 |
Color Harmonies of #C7592C
Complementary color
Monochromatic Colors of #C7592C
Black with #C7592C
Text Example
Text Example
White with #C7592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7592C; }
p { color: rgb(199,89,44); }
H1.HeaderClassName
{
color: #C7592C;
}
.AnyTagClassName
{
color: #C7592C;
}
</style>
background-color css
<style>
a { background-color: #C7592C; }
a { background-color: rgb(199,89,44); }
div.DivClassName
{
background-color: #C7592C;
}
.BgClassName
{
background-color: #C7592C;
}
</style>
border-color css
<style>
span { border-color: #C7592C; }
span { border-color: rgb(199,89,44); }
td.TdClassName
{
border-color: #C7592C;
}
.TagClassName
{
border-color: #C7592C;
}
</style>