Shades of Chilean Fire #CF5937
Tints of Chilean Fire #CF5937
RGB
CMYK
RGB Variations
Color information
#CF5937 (or 0xCF5937) is known color: Chilean Fire. HEX triplet: CF, 59 and 37. RGB value is (207,89,55). Sum of RGB (Red+Green+Blue) = 207+89+55=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5937 is #30A6C8. Grayscale: #787878. Windows color (decimal): -3188425 or 3627471. OLE color: 3627471.
HSL color Cylindrical-coordinate representation of color #CF5937: hue angle of 13.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF5937 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 55 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.19 |
| HSL | 13.42º | 0.61% | 0.51% | - |
| HSV(B) | 13.42º | 0.73% | 0.81% | - |
| XYZ | 29.99 | 20.69 | 6.03 | - |
| YUV | 120.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 55 | 0 | 0.57 | 0.73 | 0.19 | 13.42 | 0.61 | 0.51 |
| Hex | CF | 59 | 37 | 0 | 39 | 49 | 13 | D | 3D | 33 |
| Octal | 317 | 131 | 67 | 0 | 71 | 111 | 23 | 15 | 75 | 63 |
| Binary | 11001111 | 1011001 | 110111 | 0 | 111001 | 1001001 | 10011 | 1101 | 111101 | 110011 |
Color Harmonies of #CF5937
Complementary color
Monochromatic Colors of #CF5937
Black with #CF5937
Text Example
Text Example
White with #CF5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5937; }
p { color: rgb(207,89,55); }
H1.HeaderClassName
{
color: #CF5937;
}
.AnyTagClassName
{
color: #CF5937;
}
</style>
background-color css
<style>
a { background-color: #CF5937; }
a { background-color: rgb(207,89,55); }
div.DivClassName
{
background-color: #CF5937;
}
.BgClassName
{
background-color: #CF5937;
}
</style>
border-color css
<style>
span { border-color: #CF5937; }
span { border-color: rgb(207,89,55); }
td.TdClassName
{
border-color: #CF5937;
}
.TagClassName
{
border-color: #CF5937;
}
</style>