Shades of Chilean Fire #C85927
Tints of Chilean Fire #C85927
RGB
CMYK
RGB Variations
Color information
#C85927 (or 0xC85927) is known color: Chilean Fire. HEX triplet: C8, 59 and 27. RGB value is (200,89,39). Sum of RGB (Red+Green+Blue) = 200+89+39=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C85927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85927 is #37A6D8. Grayscale: #747474. Windows color (decimal): -3647193 or 2578888. OLE color: 2578888.
HSL color Cylindrical-coordinate representation of color #C85927: hue angle of 18.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C85927 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 39 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.22 |
| HSL | 18.63º | 0.67% | 0.47% | - |
| HSV(B) | 18.63º | 0.81% | 0.78% | - |
| XYZ | 27.76 | 19.57 | 4.23 | - |
| YUV | 116.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 39 | 0 | 0.56 | 0.80 | 0.22 | 18.63 | 0.67 | 0.47 |
| Hex | C8 | 59 | 27 | 0 | 38 | 50 | 16 | 13 | 43 | 2F |
| Octal | 310 | 131 | 47 | 0 | 70 | 120 | 26 | 23 | 103 | 57 |
| Binary | 11001000 | 1011001 | 100111 | 0 | 111000 | 1010000 | 10110 | 10011 | 1000011 | 101111 |
Color Harmonies of #C85927
Complementary color
Monochromatic Colors of #C85927
Black with #C85927
Text Example
Text Example
White with #C85927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85927; }
p { color: rgb(200,89,39); }
H1.HeaderClassName
{
color: #C85927;
}
.AnyTagClassName
{
color: #C85927;
}
</style>
background-color css
<style>
a { background-color: #C85927; }
a { background-color: rgb(200,89,39); }
div.DivClassName
{
background-color: #C85927;
}
.BgClassName
{
background-color: #C85927;
}
</style>
border-color css
<style>
span { border-color: #C85927; }
span { border-color: rgb(200,89,39); }
td.TdClassName
{
border-color: #C85927;
}
.TagClassName
{
border-color: #C85927;
}
</style>