Shades of Chilean Fire #CF5539
Tints of Chilean Fire #CF5539
RGB
CMYK
RGB Variations
Color information
#CF5539 (or 0xCF5539) is known color: Chilean Fire. HEX triplet: CF, 55 and 39. RGB value is (207,85,57). Sum of RGB (Red+Green+Blue) = 207+85+57=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5539 is #30AAC6. Grayscale: #767676. Windows color (decimal): -3189447 or 3757519. OLE color: 3757519.
HSL color Cylindrical-coordinate representation of color #CF5539: hue angle of 11.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF5539 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 57 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.19 |
| HSL | 11.2º | 0.61% | 0.52% | - |
| HSV(B) | 11.2º | 0.72% | 0.81% | - |
| XYZ | 29.72 | 20.06 | 6.18 | - |
| YUV | 118.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 57 | 0 | 0.59 | 0.72 | 0.19 | 11.2 | 0.61 | 0.52 |
| Hex | CF | 55 | 39 | 0 | 3B | 48 | 13 | B | 3D | 34 |
| Octal | 317 | 125 | 71 | 0 | 73 | 110 | 23 | 13 | 75 | 64 |
| Binary | 11001111 | 1010101 | 111001 | 0 | 111011 | 1001000 | 10011 | 1011 | 111101 | 110100 |
Color Harmonies of #CF5539
Complementary color
Monochromatic Colors of #CF5539
Black with #CF5539
Text Example
Text Example
White with #CF5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5539; }
p { color: rgb(207,85,57); }
H1.HeaderClassName
{
color: #CF5539;
}
.AnyTagClassName
{
color: #CF5539;
}
</style>
background-color css
<style>
a { background-color: #CF5539; }
a { background-color: rgb(207,85,57); }
div.DivClassName
{
background-color: #CF5539;
}
.BgClassName
{
background-color: #CF5539;
}
</style>
border-color css
<style>
span { border-color: #CF5539; }
span { border-color: rgb(207,85,57); }
td.TdClassName
{
border-color: #CF5539;
}
.TagClassName
{
border-color: #CF5539;
}
</style>