Shades of Chilean Fire #CA5A2F
Tints of Chilean Fire #CA5A2F
RGB
CMYK
RGB Variations
Color information
#CA5A2F (or 0xCA5A2F) is known color: Chilean Fire. HEX triplet: CA, 5A and 2F. RGB value is (202,90,47). Sum of RGB (Red+Green+Blue) = 202+90+47=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A2F is #35A5D0. Grayscale: #767676. Windows color (decimal): -3515857 or 3103434. OLE color: 3103434.
HSL color Cylindrical-coordinate representation of color #CA5A2F: hue angle of 16.65º degrees, saturation: 0.62, 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 #CA5A2F is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 47 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.21 |
| HSL | 16.65º | 0.62% | 0.49% | - |
| HSV(B) | 16.65º | 0.77% | 0.79% | - |
| XYZ | 28.53 | 20.07 | 5.06 | - |
| YUV | 118.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 47 | 0 | 0.55 | 0.77 | 0.21 | 16.65 | 0.62 | 0.49 |
| Hex | CA | 5A | 2F | 0 | 37 | 4D | 15 | 11 | 3E | 31 |
| Octal | 312 | 132 | 57 | 0 | 67 | 115 | 25 | 21 | 76 | 61 |
| Binary | 11001010 | 1011010 | 101111 | 0 | 110111 | 1001101 | 10101 | 10001 | 111110 | 110001 |
Color Harmonies of #CA5A2F
Complementary color
Monochromatic Colors of #CA5A2F
Black with #CA5A2F
Text Example
Text Example
White with #CA5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A2F; }
p { color: rgb(202,90,47); }
H1.HeaderClassName
{
color: #CA5A2F;
}
.AnyTagClassName
{
color: #CA5A2F;
}
</style>
background-color css
<style>
a { background-color: #CA5A2F; }
a { background-color: rgb(202,90,47); }
div.DivClassName
{
background-color: #CA5A2F;
}
.BgClassName
{
background-color: #CA5A2F;
}
</style>
border-color css
<style>
span { border-color: #CA5A2F; }
span { border-color: rgb(202,90,47); }
td.TdClassName
{
border-color: #CA5A2F;
}
.TagClassName
{
border-color: #CA5A2F;
}
</style>