Shades of Chilean Fire #CA5A2E
Tints of Chilean Fire #CA5A2E
RGB
CMYK
RGB Variations
Color information
#CA5A2E (or 0xCA5A2E) is known color: Chilean Fire. HEX triplet: CA, 5A and 2E. RGB value is (202,90,46). Sum of RGB (Red+Green+Blue) = 202+90+46=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A2E is #35A5D1. Grayscale: #767676. Windows color (decimal): -3515858 or 3037898. OLE color: 3037898.
HSL color Cylindrical-coordinate representation of color #CA5A2E: hue angle of 16.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA5A2E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 46 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.21 |
| HSL | 16.92º | 0.63% | 0.49% | - |
| HSV(B) | 16.92º | 0.77% | 0.79% | - |
| XYZ | 28.51 | 20.07 | 4.96 | - |
| YUV | 118.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 46 | 0 | 0.55 | 0.77 | 0.21 | 16.92 | 0.63 | 0.49 |
| Hex | CA | 5A | 2E | 0 | 37 | 4D | 15 | 11 | 3F | 31 |
| Octal | 312 | 132 | 56 | 0 | 67 | 115 | 25 | 21 | 77 | 61 |
| Binary | 11001010 | 1011010 | 101110 | 0 | 110111 | 1001101 | 10101 | 10001 | 111111 | 110001 |
Color Harmonies of #CA5A2E
Complementary color
Monochromatic Colors of #CA5A2E
Black with #CA5A2E
Text Example
Text Example
White with #CA5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A2E; }
p { color: rgb(202,90,46); }
H1.HeaderClassName
{
color: #CA5A2E;
}
.AnyTagClassName
{
color: #CA5A2E;
}
</style>
background-color css
<style>
a { background-color: #CA5A2E; }
a { background-color: rgb(202,90,46); }
div.DivClassName
{
background-color: #CA5A2E;
}
.BgClassName
{
background-color: #CA5A2E;
}
</style>
border-color css
<style>
span { border-color: #CA5A2E; }
span { border-color: rgb(202,90,46); }
td.TdClassName
{
border-color: #CA5A2E;
}
.TagClassName
{
border-color: #CA5A2E;
}
</style>