Shades of Chilean Fire #CA5830
Tints of Chilean Fire #CA5830
RGB
CMYK
RGB Variations
Color information
#CA5830 (or 0xCA5830) is known color: Chilean Fire. HEX triplet: CA, 58 and 30. RGB value is (202,88,48). Sum of RGB (Red+Green+Blue) = 202+88+48=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5830 is #35A7CF. Grayscale: #757575. Windows color (decimal): -3516368 or 3168458. OLE color: 3168458.
HSL color Cylindrical-coordinate representation of color #CA5830: hue angle of 15.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA5830 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 48 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.21 |
| HSL | 15.58º | 0.62% | 0.49% | - |
| HSV(B) | 15.58º | 0.76% | 0.79% | - |
| XYZ | 28.38 | 19.75 | 5.11 | - |
| YUV | 117.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 48 | 0 | 0.56 | 0.76 | 0.21 | 15.58 | 0.62 | 0.49 |
| Hex | CA | 58 | 30 | 0 | 38 | 4C | 15 | 10 | 3E | 31 |
| Octal | 312 | 130 | 60 | 0 | 70 | 114 | 25 | 20 | 76 | 61 |
| Binary | 11001010 | 1011000 | 110000 | 0 | 111000 | 1001100 | 10101 | 10000 | 111110 | 110001 |
Color Harmonies of #CA5830
Complementary color
Monochromatic Colors of #CA5830
Black with #CA5830
Text Example
Text Example
White with #CA5830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5830; }
p { color: rgb(202,88,48); }
H1.HeaderClassName
{
color: #CA5830;
}
.AnyTagClassName
{
color: #CA5830;
}
</style>
background-color css
<style>
a { background-color: #CA5830; }
a { background-color: rgb(202,88,48); }
div.DivClassName
{
background-color: #CA5830;
}
.BgClassName
{
background-color: #CA5830;
}
</style>
border-color css
<style>
span { border-color: #CA5830; }
span { border-color: rgb(202,88,48); }
td.TdClassName
{
border-color: #CA5830;
}
.TagClassName
{
border-color: #CA5830;
}
</style>