Shades of Chilean Fire #C95B26
Tints of Chilean Fire #C95B26
RGB
CMYK
RGB Variations
Color information
#C95B26 (or 0xC95B26) is known color: Chilean Fire. HEX triplet: C9, 5B and 26. RGB value is (201,91,38). Sum of RGB (Red+Green+Blue) = 201+91+38=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B26 is #36A4D9. Grayscale: #767676. Windows color (decimal): -3581146 or 2513865. OLE color: 2513865.
HSL color Cylindrical-coordinate representation of color #C95B26: hue angle of 19.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C95B26 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 38 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.21 |
| HSL | 19.51º | 0.68% | 0.47% | - |
| HSV(B) | 19.51º | 0.81% | 0.79% | - |
| XYZ | 28.18 | 20.04 | 4.22 | - |
| YUV | 117.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 38 | 0 | 0.55 | 0.81 | 0.21 | 19.51 | 0.68 | 0.47 |
| Hex | C9 | 5B | 26 | 0 | 37 | 51 | 15 | 14 | 44 | 2F |
| Octal | 311 | 133 | 46 | 0 | 67 | 121 | 25 | 24 | 104 | 57 |
| Binary | 11001001 | 1011011 | 100110 | 0 | 110111 | 1010001 | 10101 | 10100 | 1000100 | 101111 |
Color Harmonies of #C95B26
Complementary color
Monochromatic Colors of #C95B26
Black with #C95B26
Text Example
Text Example
White with #C95B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B26; }
p { color: rgb(201,91,38); }
H1.HeaderClassName
{
color: #C95B26;
}
.AnyTagClassName
{
color: #C95B26;
}
</style>
background-color css
<style>
a { background-color: #C95B26; }
a { background-color: rgb(201,91,38); }
div.DivClassName
{
background-color: #C95B26;
}
.BgClassName
{
background-color: #C95B26;
}
</style>
border-color css
<style>
span { border-color: #C95B26; }
span { border-color: rgb(201,91,38); }
td.TdClassName
{
border-color: #C95B26;
}
.TagClassName
{
border-color: #C95B26;
}
</style>