Shades of Chilean Fire #C95A2C
Tints of Chilean Fire #C95A2C
RGB
CMYK
RGB Variations
Color information
#C95A2C (or 0xC95A2C) is known color: Chilean Fire. HEX triplet: C9, 5A and 2C. RGB value is (201,90,44). Sum of RGB (Red+Green+Blue) = 201+90+44=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A2C is #36A5D3. Grayscale: #767676. Windows color (decimal): -3581396 or 2906825. OLE color: 2906825.
HSL color Cylindrical-coordinate representation of color #C95A2C: hue angle of 17.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C95A2C is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 44 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.21 |
| HSL | 17.58º | 0.64% | 0.48% | - |
| HSV(B) | 17.58º | 0.78% | 0.79% | - |
| XYZ | 28.2 | 19.91 | 4.74 | - |
| YUV | 117.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 44 | 0 | 0.55 | 0.78 | 0.21 | 17.58 | 0.64 | 0.48 |
| Hex | C9 | 5A | 2C | 0 | 37 | 4E | 15 | 12 | 40 | 30 |
| Octal | 311 | 132 | 54 | 0 | 67 | 116 | 25 | 22 | 100 | 60 |
| Binary | 11001001 | 1011010 | 101100 | 0 | 110111 | 1001110 | 10101 | 10010 | 1000000 | 110000 |
Color Harmonies of #C95A2C
Complementary color
Monochromatic Colors of #C95A2C
Black with #C95A2C
Text Example
Text Example
White with #C95A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A2C; }
p { color: rgb(201,90,44); }
H1.HeaderClassName
{
color: #C95A2C;
}
.AnyTagClassName
{
color: #C95A2C;
}
</style>
background-color css
<style>
a { background-color: #C95A2C; }
a { background-color: rgb(201,90,44); }
div.DivClassName
{
background-color: #C95A2C;
}
.BgClassName
{
background-color: #C95A2C;
}
</style>
border-color css
<style>
span { border-color: #C95A2C; }
span { border-color: rgb(201,90,44); }
td.TdClassName
{
border-color: #C95A2C;
}
.TagClassName
{
border-color: #C95A2C;
}
</style>