Shades of Chilean Fire #C95A2B
Tints of Chilean Fire #C95A2B
RGB
CMYK
RGB Variations
Color information
#C95A2B (or 0xC95A2B) is known color: Chilean Fire. HEX triplet: C9, 5A and 2B. RGB value is (201,90,43). Sum of RGB (Red+Green+Blue) = 201+90+43=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A2B is #36A5D4. Grayscale: #767676. Windows color (decimal): -3581397 or 2841289. OLE color: 2841289.
HSL color Cylindrical-coordinate representation of color #C95A2B: hue angle of 17.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C95A2B is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 43 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.21 |
| HSL | 17.85º | 0.65% | 0.48% | - |
| HSV(B) | 17.85º | 0.79% | 0.79% | - |
| XYZ | 28.18 | 19.9 | 4.64 | - |
| YUV | 117.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 43 | 0 | 0.55 | 0.79 | 0.21 | 17.85 | 0.65 | 0.48 |
| Hex | C9 | 5A | 2B | 0 | 37 | 4F | 15 | 12 | 41 | 30 |
| Octal | 311 | 132 | 53 | 0 | 67 | 117 | 25 | 22 | 101 | 60 |
| Binary | 11001001 | 1011010 | 101011 | 0 | 110111 | 1001111 | 10101 | 10010 | 1000001 | 110000 |
Color Harmonies of #C95A2B
Complementary color
Monochromatic Colors of #C95A2B
Black with #C95A2B
Text Example
Text Example
White with #C95A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A2B; }
p { color: rgb(201,90,43); }
H1.HeaderClassName
{
color: #C95A2B;
}
.AnyTagClassName
{
color: #C95A2B;
}
</style>
background-color css
<style>
a { background-color: #C95A2B; }
a { background-color: rgb(201,90,43); }
div.DivClassName
{
background-color: #C95A2B;
}
.BgClassName
{
background-color: #C95A2B;
}
</style>
border-color css
<style>
span { border-color: #C95A2B; }
span { border-color: rgb(201,90,43); }
td.TdClassName
{
border-color: #C95A2B;
}
.TagClassName
{
border-color: #C95A2B;
}
</style>