Shades of Chilean Fire #CA5C2D
Tints of Chilean Fire #CA5C2D
RGB
CMYK
RGB Variations
Color information
#CA5C2D (or 0xCA5C2D) is known color: Chilean Fire. HEX triplet: CA, 5C and 2D. RGB value is (202,92,45). Sum of RGB (Red+Green+Blue) = 202+92+45=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C2D is #35A3D2. Grayscale: #777777. Windows color (decimal): -3515347 or 2972874. OLE color: 2972874.
HSL color Cylindrical-coordinate representation of color #CA5C2D: hue angle of 17.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA5C2D is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 45 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.21 |
| HSL | 17.96º | 0.64% | 0.48% | - |
| HSV(B) | 17.96º | 0.78% | 0.79% | - |
| XYZ | 28.66 | 20.4 | 4.91 | - |
| YUV | 119.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 45 | 0 | 0.54 | 0.78 | 0.21 | 17.96 | 0.64 | 0.48 |
| Hex | CA | 5C | 2D | 0 | 36 | 4E | 15 | 12 | 40 | 30 |
| Octal | 312 | 134 | 55 | 0 | 66 | 116 | 25 | 22 | 100 | 60 |
| Binary | 11001010 | 1011100 | 101101 | 0 | 110110 | 1001110 | 10101 | 10010 | 1000000 | 110000 |
Color Harmonies of #CA5C2D
Complementary color
Monochromatic Colors of #CA5C2D
Black with #CA5C2D
Text Example
Text Example
White with #CA5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C2D; }
p { color: rgb(202,92,45); }
H1.HeaderClassName
{
color: #CA5C2D;
}
.AnyTagClassName
{
color: #CA5C2D;
}
</style>
background-color css
<style>
a { background-color: #CA5C2D; }
a { background-color: rgb(202,92,45); }
div.DivClassName
{
background-color: #CA5C2D;
}
.BgClassName
{
background-color: #CA5C2D;
}
</style>
border-color css
<style>
span { border-color: #CA5C2D; }
span { border-color: rgb(202,92,45); }
td.TdClassName
{
border-color: #CA5C2D;
}
.TagClassName
{
border-color: #CA5C2D;
}
</style>