Shades of Chilean Fire #C8592B
Tints of Chilean Fire #C8592B
RGB
CMYK
RGB Variations
Color information
#C8592B (or 0xC8592B) is known color: Chilean Fire. HEX triplet: C8, 59 and 2B. RGB value is (200,89,43). Sum of RGB (Red+Green+Blue) = 200+89+43=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8592B is #37A6D4. Grayscale: #757575. Windows color (decimal): -3647189 or 2841032. OLE color: 2841032.
HSL color Cylindrical-coordinate representation of color #C8592B: hue angle of 17.58º degrees, saturation: 0.65, 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 #C8592B is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 43 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.22 |
| HSL | 17.58º | 0.65% | 0.48% | - |
| HSV(B) | 17.58º | 0.79% | 0.78% | - |
| XYZ | 27.83 | 19.6 | 4.6 | - |
| YUV | 116.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 43 | 0 | 0.56 | 0.78 | 0.22 | 17.58 | 0.65 | 0.48 |
| Hex | C8 | 59 | 2B | 0 | 38 | 4E | 16 | 12 | 41 | 30 |
| Octal | 310 | 131 | 53 | 0 | 70 | 116 | 26 | 22 | 101 | 60 |
| Binary | 11001000 | 1011001 | 101011 | 0 | 111000 | 1001110 | 10110 | 10010 | 1000001 | 110000 |
Color Harmonies of #C8592B
Complementary color
Monochromatic Colors of #C8592B
Black with #C8592B
Text Example
Text Example
White with #C8592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8592B; }
p { color: rgb(200,89,43); }
H1.HeaderClassName
{
color: #C8592B;
}
.AnyTagClassName
{
color: #C8592B;
}
</style>
background-color css
<style>
a { background-color: #C8592B; }
a { background-color: rgb(200,89,43); }
div.DivClassName
{
background-color: #C8592B;
}
.BgClassName
{
background-color: #C8592B;
}
</style>
border-color css
<style>
span { border-color: #C8592B; }
span { border-color: rgb(200,89,43); }
td.TdClassName
{
border-color: #C8592B;
}
.TagClassName
{
border-color: #C8592B;
}
</style>