Shades of Chilean Fire #CA5933
Tints of Chilean Fire #CA5933
RGB
CMYK
RGB Variations
Color information
#CA5933 (or 0xCA5933) is known color: Chilean Fire. HEX triplet: CA, 59 and 33. RGB value is (202,89,51). Sum of RGB (Red+Green+Blue) = 202+89+51=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5933 is #35A6CC. Grayscale: #767676. Windows color (decimal): -3516109 or 3365322. OLE color: 3365322.
HSL color Cylindrical-coordinate representation of color #CA5933: hue angle of 15.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA5933 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 51 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.21 |
| HSL | 15.1º | 0.6% | 0.5% | - |
| HSV(B) | 15.1º | 0.75% | 0.79% | - |
| XYZ | 28.53 | 19.94 | 5.48 | - |
| YUV | 118.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 51 | 0 | 0.56 | 0.75 | 0.21 | 15.1 | 0.6 | 0.5 |
| Hex | CA | 59 | 33 | 0 | 38 | 4B | 15 | F | 3C | 32 |
| Octal | 312 | 131 | 63 | 0 | 70 | 113 | 25 | 17 | 74 | 62 |
| Binary | 11001010 | 1011001 | 110011 | 0 | 111000 | 1001011 | 10101 | 1111 | 111100 | 110010 |
Color Harmonies of #CA5933
Complementary color
Monochromatic Colors of #CA5933
Black with #CA5933
Text Example
Text Example
White with #CA5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5933; }
p { color: rgb(202,89,51); }
H1.HeaderClassName
{
color: #CA5933;
}
.AnyTagClassName
{
color: #CA5933;
}
</style>
background-color css
<style>
a { background-color: #CA5933; }
a { background-color: rgb(202,89,51); }
div.DivClassName
{
background-color: #CA5933;
}
.BgClassName
{
background-color: #CA5933;
}
</style>
border-color css
<style>
span { border-color: #CA5933; }
span { border-color: rgb(202,89,51); }
td.TdClassName
{
border-color: #CA5933;
}
.TagClassName
{
border-color: #CA5933;
}
</style>