Shades of Chilean Fire #CA5C2B
Tints of Chilean Fire #CA5C2B
RGB
CMYK
RGB Variations
Color information
#CA5C2B (or 0xCA5C2B) is known color: Chilean Fire. HEX triplet: CA, 5C and 2B. RGB value is (202,92,43). Sum of RGB (Red+Green+Blue) = 202+92+43=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C2B is #35A3D4. Grayscale: #777777. Windows color (decimal): -3515349 or 2841802. OLE color: 2841802.
HSL color Cylindrical-coordinate representation of color #CA5C2B: hue angle of 18.49º 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 #CA5C2B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 43 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.21 |
| HSL | 18.49º | 0.65% | 0.48% | - |
| HSV(B) | 18.49º | 0.79% | 0.79% | - |
| XYZ | 28.62 | 20.39 | 4.71 | - |
| YUV | 119.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 43 | 0 | 0.54 | 0.79 | 0.21 | 18.49 | 0.65 | 0.48 |
| Hex | CA | 5C | 2B | 0 | 36 | 4F | 15 | 12 | 41 | 30 |
| Octal | 312 | 134 | 53 | 0 | 66 | 117 | 25 | 22 | 101 | 60 |
| Binary | 11001010 | 1011100 | 101011 | 0 | 110110 | 1001111 | 10101 | 10010 | 1000001 | 110000 |
Color Harmonies of #CA5C2B
Complementary color
Monochromatic Colors of #CA5C2B
Black with #CA5C2B
Text Example
Text Example
White with #CA5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C2B; }
p { color: rgb(202,92,43); }
H1.HeaderClassName
{
color: #CA5C2B;
}
.AnyTagClassName
{
color: #CA5C2B;
}
</style>
background-color css
<style>
a { background-color: #CA5C2B; }
a { background-color: rgb(202,92,43); }
div.DivClassName
{
background-color: #CA5C2B;
}
.BgClassName
{
background-color: #CA5C2B;
}
</style>
border-color css
<style>
span { border-color: #CA5C2B; }
span { border-color: rgb(202,92,43); }
td.TdClassName
{
border-color: #CA5C2B;
}
.TagClassName
{
border-color: #CA5C2B;
}
</style>