Shades of Chilean Fire #CB5937
Tints of Chilean Fire #CB5937
RGB
CMYK
RGB Variations
Color information
#CB5937 (or 0xCB5937) is known color: Chilean Fire. HEX triplet: CB, 59 and 37. RGB value is (203,89,55). Sum of RGB (Red+Green+Blue) = 203+89+55=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5937 is #34A6C8. Grayscale: #777777. Windows color (decimal): -3450569 or 3627467. OLE color: 3627467.
HSL color Cylindrical-coordinate representation of color #CB5937: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB5937 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 55 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.20 |
| HSL | 13.78º | 0.59% | 0.51% | - |
| HSV(B) | 13.78º | 0.73% | 0.8% | - |
| XYZ | 28.89 | 20.12 | 5.97 | - |
| YUV | 119.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 55 | 0 | 0.56 | 0.73 | 0.20 | 13.78 | 0.59 | 0.51 |
| Hex | CB | 59 | 37 | 0 | 38 | 49 | 14 | E | 3B | 33 |
| Octal | 313 | 131 | 67 | 0 | 70 | 111 | 24 | 16 | 73 | 63 |
| Binary | 11001011 | 1011001 | 110111 | 0 | 111000 | 1001001 | 10100 | 1110 | 111011 | 110011 |
Color Harmonies of #CB5937
Complementary color
Monochromatic Colors of #CB5937
Black with #CB5937
Text Example
Text Example
White with #CB5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5937; }
p { color: rgb(203,89,55); }
H1.HeaderClassName
{
color: #CB5937;
}
.AnyTagClassName
{
color: #CB5937;
}
</style>
background-color css
<style>
a { background-color: #CB5937; }
a { background-color: rgb(203,89,55); }
div.DivClassName
{
background-color: #CB5937;
}
.BgClassName
{
background-color: #CB5937;
}
</style>
border-color css
<style>
span { border-color: #CB5937; }
span { border-color: rgb(203,89,55); }
td.TdClassName
{
border-color: #CB5937;
}
.TagClassName
{
border-color: #CB5937;
}
</style>