Shades of Chilean Fire #C7592B
Tints of Chilean Fire #C7592B
RGB
CMYK
RGB Variations
Color information
#C7592B (or 0xC7592B) is known color: Chilean Fire. HEX triplet: C7, 59 and 2B. RGB value is (199,89,43). Sum of RGB (Red+Green+Blue) = 199+89+43=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7592B is #38A6D4. Grayscale: #747474. Windows color (decimal): -3712725 or 2841031. OLE color: 2841031.
HSL color Cylindrical-coordinate representation of color #C7592B: hue angle of 17.69º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7592B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 43 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.22 |
| HSL | 17.69º | 0.64% | 0.47% | - |
| HSV(B) | 17.69º | 0.78% | 0.78% | - |
| XYZ | 27.56 | 19.46 | 4.59 | - |
| YUV | 116.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 43 | 0 | 0.55 | 0.78 | 0.22 | 17.69 | 0.64 | 0.47 |
| Hex | C7 | 59 | 2B | 0 | 37 | 4E | 16 | 12 | 40 | 2F |
| Octal | 307 | 131 | 53 | 0 | 67 | 116 | 26 | 22 | 100 | 57 |
| Binary | 11000111 | 1011001 | 101011 | 0 | 110111 | 1001110 | 10110 | 10010 | 1000000 | 101111 |
Color Harmonies of #C7592B
Complementary color
Monochromatic Colors of #C7592B
Black with #C7592B
Text Example
Text Example
White with #C7592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7592B; }
p { color: rgb(199,89,43); }
H1.HeaderClassName
{
color: #C7592B;
}
.AnyTagClassName
{
color: #C7592B;
}
</style>
background-color css
<style>
a { background-color: #C7592B; }
a { background-color: rgb(199,89,43); }
div.DivClassName
{
background-color: #C7592B;
}
.BgClassName
{
background-color: #C7592B;
}
</style>
border-color css
<style>
span { border-color: #C7592B; }
span { border-color: rgb(199,89,43); }
td.TdClassName
{
border-color: #C7592B;
}
.TagClassName
{
border-color: #C7592B;
}
</style>