Shades of Chilean Fire #CA592E
Tints of Chilean Fire #CA592E
RGB
CMYK
RGB Variations
Color information
#CA592E (or 0xCA592E) is known color: Chilean Fire. HEX triplet: CA, 59 and 2E. RGB value is (202,89,46). Sum of RGB (Red+Green+Blue) = 202+89+46=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA592E is #35A6D1. Grayscale: #767676. Windows color (decimal): -3516114 or 3037642. OLE color: 3037642.
HSL color Cylindrical-coordinate representation of color #CA592E: hue angle of 16.54º 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 #CA592E is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 46 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.21 |
| HSL | 16.54º | 0.63% | 0.49% | - |
| HSV(B) | 16.54º | 0.77% | 0.79% | - |
| XYZ | 28.42 | 19.9 | 4.93 | - |
| YUV | 117.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 46 | 0 | 0.56 | 0.77 | 0.21 | 16.54 | 0.63 | 0.49 |
| Hex | CA | 59 | 2E | 0 | 38 | 4D | 15 | 11 | 3F | 31 |
| Octal | 312 | 131 | 56 | 0 | 70 | 115 | 25 | 21 | 77 | 61 |
| Binary | 11001010 | 1011001 | 101110 | 0 | 111000 | 1001101 | 10101 | 10001 | 111111 | 110001 |
Color Harmonies of #CA592E
Complementary color
Monochromatic Colors of #CA592E
Black with #CA592E
Text Example
Text Example
White with #CA592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA592E; }
p { color: rgb(202,89,46); }
H1.HeaderClassName
{
color: #CA592E;
}
.AnyTagClassName
{
color: #CA592E;
}
</style>
background-color css
<style>
a { background-color: #CA592E; }
a { background-color: rgb(202,89,46); }
div.DivClassName
{
background-color: #CA592E;
}
.BgClassName
{
background-color: #CA592E;
}
</style>
border-color css
<style>
span { border-color: #CA592E; }
span { border-color: rgb(202,89,46); }
td.TdClassName
{
border-color: #CA592E;
}
.TagClassName
{
border-color: #CA592E;
}
</style>