Shades of Chilean Fire #CF5F37
Tints of Chilean Fire #CF5F37
RGB
CMYK
RGB Variations
Color information
#CF5F37 (or 0xCF5F37) is known color: Chilean Fire. HEX triplet: CF, 5F and 37. RGB value is (207,95,55). Sum of RGB (Red+Green+Blue) = 207+95+55=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F37 is #30A0C8. Grayscale: #7C7C7C. Windows color (decimal): -3186889 or 3629007. OLE color: 3629007.
HSL color Cylindrical-coordinate representation of color #CF5F37: hue angle of 15.79º 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 #CF5F37 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 55 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.19 |
| HSL | 15.79º | 0.61% | 0.51% | - |
| HSV(B) | 15.79º | 0.73% | 0.81% | - |
| XYZ | 30.51 | 21.73 | 6.2 | - |
| YUV | 123.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 55 | 0 | 0.54 | 0.73 | 0.19 | 15.79 | 0.61 | 0.51 |
| Hex | CF | 5F | 37 | 0 | 36 | 49 | 13 | 10 | 3D | 33 |
| Octal | 317 | 137 | 67 | 0 | 66 | 111 | 23 | 20 | 75 | 63 |
| Binary | 11001111 | 1011111 | 110111 | 0 | 110110 | 1001001 | 10011 | 10000 | 111101 | 110011 |
Color Harmonies of #CF5F37
Complementary color
Monochromatic Colors of #CF5F37
Black with #CF5F37
Text Example
Text Example
White with #CF5F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F37; }
p { color: rgb(207,95,55); }
H1.HeaderClassName
{
color: #CF5F37;
}
.AnyTagClassName
{
color: #CF5F37;
}
</style>
background-color css
<style>
a { background-color: #CF5F37; }
a { background-color: rgb(207,95,55); }
div.DivClassName
{
background-color: #CF5F37;
}
.BgClassName
{
background-color: #CF5F37;
}
</style>
border-color css
<style>
span { border-color: #CF5F37; }
span { border-color: rgb(207,95,55); }
td.TdClassName
{
border-color: #CF5F37;
}
.TagClassName
{
border-color: #CF5F37;
}
</style>