Shades of Chilean Fire #CA5B2D
Tints of Chilean Fire #CA5B2D
RGB
CMYK
RGB Variations
Color information
#CA5B2D (or 0xCA5B2D) is known color: Chilean Fire. HEX triplet: CA, 5B and 2D. RGB value is (202,91,45). Sum of RGB (Red+Green+Blue) = 202+91+45=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5B2D is #35A4D2. Grayscale: #777777. Windows color (decimal): -3515603 or 2972618. OLE color: 2972618.
HSL color Cylindrical-coordinate representation of color #CA5B2D: hue angle of 17.58º 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 #CA5B2D is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 45 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.21 |
| HSL | 17.58º | 0.64% | 0.48% | - |
| HSV(B) | 17.58º | 0.78% | 0.79% | - |
| XYZ | 28.57 | 20.23 | 4.88 | - |
| YUV | 118.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 45 | 0 | 0.55 | 0.78 | 0.21 | 17.58 | 0.64 | 0.48 |
| Hex | CA | 5B | 2D | 0 | 37 | 4E | 15 | 12 | 40 | 30 |
| Octal | 312 | 133 | 55 | 0 | 67 | 116 | 25 | 22 | 100 | 60 |
| Binary | 11001010 | 1011011 | 101101 | 0 | 110111 | 1001110 | 10101 | 10010 | 1000000 | 110000 |
Color Harmonies of #CA5B2D
Complementary color
Monochromatic Colors of #CA5B2D
Black with #CA5B2D
Text Example
Text Example
White with #CA5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B2D; }
p { color: rgb(202,91,45); }
H1.HeaderClassName
{
color: #CA5B2D;
}
.AnyTagClassName
{
color: #CA5B2D;
}
</style>
background-color css
<style>
a { background-color: #CA5B2D; }
a { background-color: rgb(202,91,45); }
div.DivClassName
{
background-color: #CA5B2D;
}
.BgClassName
{
background-color: #CA5B2D;
}
</style>
border-color css
<style>
span { border-color: #CA5B2D; }
span { border-color: rgb(202,91,45); }
td.TdClassName
{
border-color: #CA5B2D;
}
.TagClassName
{
border-color: #CA5B2D;
}
</style>