Shades of Chilean Fire #CA5E2A
Tints of Chilean Fire #CA5E2A
RGB
CMYK
RGB Variations
Color information
#CA5E2A (or 0xCA5E2A) is known color: Chilean Fire. HEX triplet: CA, 5E and 2A. RGB value is (202,94,42). Sum of RGB (Red+Green+Blue) = 202+94+42=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E2A is #35A1D5. Grayscale: #787878. Windows color (decimal): -3514838 or 2776778. OLE color: 2776778.
HSL color Cylindrical-coordinate representation of color #CA5E2A: hue angle of 19.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA5E2A is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 42 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.21 |
| HSL | 19.5º | 0.66% | 0.48% | - |
| HSV(B) | 19.5º | 0.79% | 0.79% | - |
| XYZ | 28.78 | 20.73 | 4.67 | - |
| YUV | 120.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 42 | 0 | 0.53 | 0.79 | 0.21 | 19.5 | 0.66 | 0.48 |
| Hex | CA | 5E | 2A | 0 | 35 | 4F | 15 | 14 | 42 | 30 |
| Octal | 312 | 136 | 52 | 0 | 65 | 117 | 25 | 24 | 102 | 60 |
| Binary | 11001010 | 1011110 | 101010 | 0 | 110101 | 1001111 | 10101 | 10100 | 1000010 | 110000 |
Color Harmonies of #CA5E2A
Complementary color
Monochromatic Colors of #CA5E2A
Black with #CA5E2A
Text Example
Text Example
White with #CA5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E2A; }
p { color: rgb(202,94,42); }
H1.HeaderClassName
{
color: #CA5E2A;
}
.AnyTagClassName
{
color: #CA5E2A;
}
</style>
background-color css
<style>
a { background-color: #CA5E2A; }
a { background-color: rgb(202,94,42); }
div.DivClassName
{
background-color: #CA5E2A;
}
.BgClassName
{
background-color: #CA5E2A;
}
</style>
border-color css
<style>
span { border-color: #CA5E2A; }
span { border-color: rgb(202,94,42); }
td.TdClassName
{
border-color: #CA5E2A;
}
.TagClassName
{
border-color: #CA5E2A;
}
</style>