Shades of Chilean Fire #CF6237
Tints of Chilean Fire #CF6237
RGB
CMYK
RGB Variations
Color information
#CF6237 (or 0xCF6237) is known color: Chilean Fire. HEX triplet: CF, 62 and 37. RGB value is (207,98,55). Sum of RGB (Red+Green+Blue) = 207+98+55=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6237 is #309DC8. Grayscale: #7D7D7D. Windows color (decimal): -3186121 or 3629775. OLE color: 3629775.
HSL color Cylindrical-coordinate representation of color #CF6237: hue angle of 16.97º 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 #CF6237 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 55 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.19 |
| HSL | 16.97º | 0.61% | 0.51% | - |
| HSV(B) | 16.97º | 0.73% | 0.81% | - |
| XYZ | 30.79 | 22.28 | 6.29 | - |
| YUV | 125.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 55 | 0 | 0.53 | 0.73 | 0.19 | 16.97 | 0.61 | 0.51 |
| Hex | CF | 62 | 37 | 0 | 35 | 49 | 13 | 11 | 3D | 33 |
| Octal | 317 | 142 | 67 | 0 | 65 | 111 | 23 | 21 | 75 | 63 |
| Binary | 11001111 | 1100010 | 110111 | 0 | 110101 | 1001001 | 10011 | 10001 | 111101 | 110011 |
Color Harmonies of #CF6237
Complementary color
Monochromatic Colors of #CF6237
Black with #CF6237
Text Example
Text Example
White with #CF6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6237; }
p { color: rgb(207,98,55); }
H1.HeaderClassName
{
color: #CF6237;
}
.AnyTagClassName
{
color: #CF6237;
}
</style>
background-color css
<style>
a { background-color: #CF6237; }
a { background-color: rgb(207,98,55); }
div.DivClassName
{
background-color: #CF6237;
}
.BgClassName
{
background-color: #CF6237;
}
</style>
border-color css
<style>
span { border-color: #CF6237; }
span { border-color: rgb(207,98,55); }
td.TdClassName
{
border-color: #CF6237;
}
.TagClassName
{
border-color: #CF6237;
}
</style>