Shades of Chilean Fire #C95926
Tints of Chilean Fire #C95926
RGB
CMYK
RGB Variations
Color information
#C95926 (or 0xC95926) is known color: Chilean Fire. HEX triplet: C9, 59 and 26. RGB value is (201,89,38). Sum of RGB (Red+Green+Blue) = 201+89+38=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95926 is #36A6D9. Grayscale: #747474. Windows color (decimal): -3581658 or 2513353. OLE color: 2513353.
HSL color Cylindrical-coordinate representation of color #C95926: hue angle of 18.77º 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 #C95926 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 38 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.21 |
| HSL | 18.77º | 0.68% | 0.47% | - |
| HSV(B) | 18.77º | 0.81% | 0.79% | - |
| XYZ | 28.01 | 19.7 | 4.16 | - |
| YUV | 116.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 38 | 0 | 0.56 | 0.81 | 0.21 | 18.77 | 0.68 | 0.47 |
| Hex | C9 | 59 | 26 | 0 | 38 | 51 | 15 | 13 | 44 | 2F |
| Octal | 311 | 131 | 46 | 0 | 70 | 121 | 25 | 23 | 104 | 57 |
| Binary | 11001001 | 1011001 | 100110 | 0 | 111000 | 1010001 | 10101 | 10011 | 1000100 | 101111 |
Color Harmonies of #C95926
Complementary color
Monochromatic Colors of #C95926
Black with #C95926
Text Example
Text Example
White with #C95926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95926; }
p { color: rgb(201,89,38); }
H1.HeaderClassName
{
color: #C95926;
}
.AnyTagClassName
{
color: #C95926;
}
</style>
background-color css
<style>
a { background-color: #C95926; }
a { background-color: rgb(201,89,38); }
div.DivClassName
{
background-color: #C95926;
}
.BgClassName
{
background-color: #C95926;
}
</style>
border-color css
<style>
span { border-color: #C95926; }
span { border-color: rgb(201,89,38); }
td.TdClassName
{
border-color: #C95926;
}
.TagClassName
{
border-color: #C95926;
}
</style>