Shades of Chilean Fire #CA5D27
Tints of Chilean Fire #CA5D27
RGB
CMYK
RGB Variations
Color information
#CA5D27 (or 0xCA5D27) is known color: Chilean Fire. HEX triplet: CA, 5D and 27. RGB value is (202,93,39). Sum of RGB (Red+Green+Blue) = 202+93+39=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D27 is #35A2D8. Grayscale: #777777. Windows color (decimal): -3515097 or 2579914. OLE color: 2579914.
HSL color Cylindrical-coordinate representation of color #CA5D27: hue angle of 19.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA5D27 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 39 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.21 |
| HSL | 19.88º | 0.68% | 0.47% | - |
| HSV(B) | 19.88º | 0.81% | 0.79% | - |
| XYZ | 28.64 | 20.53 | 4.37 | - |
| YUV | 119.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 39 | 0 | 0.54 | 0.81 | 0.21 | 19.88 | 0.68 | 0.47 |
| Hex | CA | 5D | 27 | 0 | 36 | 51 | 15 | 14 | 44 | 2F |
| Octal | 312 | 135 | 47 | 0 | 66 | 121 | 25 | 24 | 104 | 57 |
| Binary | 11001010 | 1011101 | 100111 | 0 | 110110 | 1010001 | 10101 | 10100 | 1000100 | 101111 |
Color Harmonies of #CA5D27
Complementary color
Monochromatic Colors of #CA5D27
Black with #CA5D27
Text Example
Text Example
White with #CA5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D27; }
p { color: rgb(202,93,39); }
H1.HeaderClassName
{
color: #CA5D27;
}
.AnyTagClassName
{
color: #CA5D27;
}
</style>
background-color css
<style>
a { background-color: #CA5D27; }
a { background-color: rgb(202,93,39); }
div.DivClassName
{
background-color: #CA5D27;
}
.BgClassName
{
background-color: #CA5D27;
}
</style>
border-color css
<style>
span { border-color: #CA5D27; }
span { border-color: rgb(202,93,39); }
td.TdClassName
{
border-color: #CA5D27;
}
.TagClassName
{
border-color: #CA5D27;
}
</style>