Shades of Chilean Fire #C95722
Tints of Chilean Fire #C95722
RGB
CMYK
RGB Variations
Color information
#C95722 (or 0xC95722) is known color: Chilean Fire. HEX triplet: C9, 57 and 22. RGB value is (201,87,34). Sum of RGB (Red+Green+Blue) = 201+87+34=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95722 is #36A8DD. Grayscale: #737373. Windows color (decimal): -3582174 or 2250697. OLE color: 2250697.
HSL color Cylindrical-coordinate representation of color #C95722: hue angle of 19.04º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C95722 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 34 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.21 |
| HSL | 19.04º | 0.71% | 0.46% | - |
| HSV(B) | 19.04º | 0.83% | 0.79% | - |
| XYZ | 27.78 | 19.35 | 3.78 | - |
| YUV | 115.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 34 | 0 | 0.57 | 0.83 | 0.21 | 19.04 | 0.71 | 0.46 |
| Hex | C9 | 57 | 22 | 0 | 39 | 53 | 15 | 13 | 47 | 2E |
| Octal | 311 | 127 | 42 | 0 | 71 | 123 | 25 | 23 | 107 | 56 |
| Binary | 11001001 | 1010111 | 100010 | 0 | 111001 | 1010011 | 10101 | 10011 | 1000111 | 101110 |
Color Harmonies of #C95722
Complementary color
Monochromatic Colors of #C95722
Black with #C95722
Text Example
Text Example
White with #C95722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95722; }
p { color: rgb(201,87,34); }
H1.HeaderClassName
{
color: #C95722;
}
.AnyTagClassName
{
color: #C95722;
}
</style>
background-color css
<style>
a { background-color: #C95722; }
a { background-color: rgb(201,87,34); }
div.DivClassName
{
background-color: #C95722;
}
.BgClassName
{
background-color: #C95722;
}
</style>
border-color css
<style>
span { border-color: #C95722; }
span { border-color: rgb(201,87,34); }
td.TdClassName
{
border-color: #C95722;
}
.TagClassName
{
border-color: #C95722;
}
</style>