Shades of Chilean Fire #CA5D33
Tints of Chilean Fire #CA5D33
RGB
CMYK
RGB Variations
Color information
#CA5D33 (or 0xCA5D33) is known color: Chilean Fire. HEX triplet: CA, 5D and 33. RGB value is (202,93,51). Sum of RGB (Red+Green+Blue) = 202+93+51=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D33 is #35A2CC. Grayscale: #797979. Windows color (decimal): -3515085 or 3366346. OLE color: 3366346.
HSL color Cylindrical-coordinate representation of color #CA5D33: hue angle of 16.69º 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 #CA5D33 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 51 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.21 |
| HSL | 16.69º | 0.6% | 0.5% | - |
| HSV(B) | 16.69º | 0.75% | 0.79% | - |
| XYZ | 28.87 | 20.62 | 5.59 | - |
| YUV | 120.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 51 | 0 | 0.54 | 0.75 | 0.21 | 16.69 | 0.6 | 0.5 |
| Hex | CA | 5D | 33 | 0 | 36 | 4B | 15 | 11 | 3C | 32 |
| Octal | 312 | 135 | 63 | 0 | 66 | 113 | 25 | 21 | 74 | 62 |
| Binary | 11001010 | 1011101 | 110011 | 0 | 110110 | 1001011 | 10101 | 10001 | 111100 | 110010 |
Color Harmonies of #CA5D33
Complementary color
Monochromatic Colors of #CA5D33
Black with #CA5D33
Text Example
Text Example
White with #CA5D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D33; }
p { color: rgb(202,93,51); }
H1.HeaderClassName
{
color: #CA5D33;
}
.AnyTagClassName
{
color: #CA5D33;
}
</style>
background-color css
<style>
a { background-color: #CA5D33; }
a { background-color: rgb(202,93,51); }
div.DivClassName
{
background-color: #CA5D33;
}
.BgClassName
{
background-color: #CA5D33;
}
</style>
border-color css
<style>
span { border-color: #CA5D33; }
span { border-color: rgb(202,93,51); }
td.TdClassName
{
border-color: #CA5D33;
}
.TagClassName
{
border-color: #CA5D33;
}
</style>