Shades of Chilean Fire #CB5924
Tints of Chilean Fire #CB5924
RGB
CMYK
RGB Variations
Color information
#CB5924 (or 0xCB5924) is known color: Chilean Fire. HEX triplet: CB, 59 and 24. RGB value is (203,89,36). Sum of RGB (Red+Green+Blue) = 203+89+36=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5924 is #34A6DB. Grayscale: #757575. Windows color (decimal): -3450588 or 2382283. OLE color: 2382283.
HSL color Cylindrical-coordinate representation of color #CB5924: hue angle of 19.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB5924 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 36 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.20 |
| HSL | 19.04º | 0.7% | 0.47% | - |
| HSV(B) | 19.04º | 0.82% | 0.8% | - |
| XYZ | 28.52 | 19.97 | 4.02 | - |
| YUV | 117.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 36 | 0 | 0.56 | 0.82 | 0.20 | 19.04 | 0.7 | 0.47 |
| Hex | CB | 59 | 24 | 0 | 38 | 52 | 14 | 13 | 46 | 2F |
| Octal | 313 | 131 | 44 | 0 | 70 | 122 | 24 | 23 | 106 | 57 |
| Binary | 11001011 | 1011001 | 100100 | 0 | 111000 | 1010010 | 10100 | 10011 | 1000110 | 101111 |
Color Harmonies of #CB5924
Complementary color
Monochromatic Colors of #CB5924
Black with #CB5924
Text Example
Text Example
White with #CB5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5924; }
p { color: rgb(203,89,36); }
H1.HeaderClassName
{
color: #CB5924;
}
.AnyTagClassName
{
color: #CB5924;
}
</style>
background-color css
<style>
a { background-color: #CB5924; }
a { background-color: rgb(203,89,36); }
div.DivClassName
{
background-color: #CB5924;
}
.BgClassName
{
background-color: #CB5924;
}
</style>
border-color css
<style>
span { border-color: #CB5924; }
span { border-color: rgb(203,89,36); }
td.TdClassName
{
border-color: #CB5924;
}
.TagClassName
{
border-color: #CB5924;
}
</style>