Shades of Chilean Fire #C8592C
Tints of Chilean Fire #C8592C
RGB
CMYK
RGB Variations
Color information
#C8592C (or 0xC8592C) is known color: Chilean Fire. HEX triplet: C8, 59 and 2C. RGB value is (200,89,44). Sum of RGB (Red+Green+Blue) = 200+89+44=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8592C is #37A6D3. Grayscale: #757575. Windows color (decimal): -3647188 or 2906568. OLE color: 2906568.
HSL color Cylindrical-coordinate representation of color #C8592C: hue angle of 17.31º 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 #C8592C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 44 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.22 |
| HSL | 17.31º | 0.64% | 0.48% | - |
| HSV(B) | 17.31º | 0.78% | 0.78% | - |
| XYZ | 27.85 | 19.61 | 4.7 | - |
| YUV | 117.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 44 | 0 | 0.56 | 0.78 | 0.22 | 17.31 | 0.64 | 0.48 |
| Hex | C8 | 59 | 2C | 0 | 38 | 4E | 16 | 11 | 40 | 30 |
| Octal | 310 | 131 | 54 | 0 | 70 | 116 | 26 | 21 | 100 | 60 |
| Binary | 11001000 | 1011001 | 101100 | 0 | 111000 | 1001110 | 10110 | 10001 | 1000000 | 110000 |
Color Harmonies of #C8592C
Complementary color
Monochromatic Colors of #C8592C
Black with #C8592C
Text Example
Text Example
White with #C8592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8592C; }
p { color: rgb(200,89,44); }
H1.HeaderClassName
{
color: #C8592C;
}
.AnyTagClassName
{
color: #C8592C;
}
</style>
background-color css
<style>
a { background-color: #C8592C; }
a { background-color: rgb(200,89,44); }
div.DivClassName
{
background-color: #C8592C;
}
.BgClassName
{
background-color: #C8592C;
}
</style>
border-color css
<style>
span { border-color: #C8592C; }
span { border-color: rgb(200,89,44); }
td.TdClassName
{
border-color: #C8592C;
}
.TagClassName
{
border-color: #C8592C;
}
</style>