Shades of Chilean Fire #CF5B37
Tints of Chilean Fire #CF5B37
RGB
CMYK
RGB Variations
Color information
#CF5B37 (or 0xCF5B37) is known color: Chilean Fire. HEX triplet: CF, 5B and 37. RGB value is (207,91,55). Sum of RGB (Red+Green+Blue) = 207+91+55=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B37 is #30A4C8. Grayscale: #797979. Windows color (decimal): -3187913 or 3627983. OLE color: 3627983.
HSL color Cylindrical-coordinate representation of color #CF5B37: hue angle of 14.21º 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 #CF5B37 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 55 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.19 |
| HSL | 14.21º | 0.61% | 0.51% | - |
| HSV(B) | 14.21º | 0.73% | 0.81% | - |
| XYZ | 30.16 | 21.02 | 6.08 | - |
| YUV | 121.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 55 | 0 | 0.56 | 0.73 | 0.19 | 14.21 | 0.61 | 0.51 |
| Hex | CF | 5B | 37 | 0 | 38 | 49 | 13 | E | 3D | 33 |
| Octal | 317 | 133 | 67 | 0 | 70 | 111 | 23 | 16 | 75 | 63 |
| Binary | 11001111 | 1011011 | 110111 | 0 | 111000 | 1001001 | 10011 | 1110 | 111101 | 110011 |
Color Harmonies of #CF5B37
Complementary color
Monochromatic Colors of #CF5B37
Black with #CF5B37
Text Example
Text Example
White with #CF5B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B37; }
p { color: rgb(207,91,55); }
H1.HeaderClassName
{
color: #CF5B37;
}
.AnyTagClassName
{
color: #CF5B37;
}
</style>
background-color css
<style>
a { background-color: #CF5B37; }
a { background-color: rgb(207,91,55); }
div.DivClassName
{
background-color: #CF5B37;
}
.BgClassName
{
background-color: #CF5B37;
}
</style>
border-color css
<style>
span { border-color: #CF5B37; }
span { border-color: rgb(207,91,55); }
td.TdClassName
{
border-color: #CF5B37;
}
.TagClassName
{
border-color: #CF5B37;
}
</style>