Shades of Chilean Fire #CF5935
Tints of Chilean Fire #CF5935
RGB
CMYK
RGB Variations
Color information
#CF5935 (or 0xCF5935) is known color: Chilean Fire. HEX triplet: CF, 59 and 35. RGB value is (207,89,53). Sum of RGB (Red+Green+Blue) = 207+89+53=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5935 is #30A6CA. Grayscale: #787878. Windows color (decimal): -3188427 or 3496399. OLE color: 3496399.
HSL color Cylindrical-coordinate representation of color #CF5935: hue angle of 14.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF5935 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 53 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.19 |
| HSL | 14.03º | 0.62% | 0.51% | - |
| HSV(B) | 14.03º | 0.74% | 0.81% | - |
| XYZ | 29.95 | 20.67 | 5.78 | - |
| YUV | 120.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 53 | 0 | 0.57 | 0.74 | 0.19 | 14.03 | 0.62 | 0.51 |
| Hex | CF | 59 | 35 | 0 | 39 | 4A | 13 | E | 3E | 33 |
| Octal | 317 | 131 | 65 | 0 | 71 | 112 | 23 | 16 | 76 | 63 |
| Binary | 11001111 | 1011001 | 110101 | 0 | 111001 | 1001010 | 10011 | 1110 | 111110 | 110011 |
Color Harmonies of #CF5935
Complementary color
Monochromatic Colors of #CF5935
Black with #CF5935
Text Example
Text Example
White with #CF5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5935; }
p { color: rgb(207,89,53); }
H1.HeaderClassName
{
color: #CF5935;
}
.AnyTagClassName
{
color: #CF5935;
}
</style>
background-color css
<style>
a { background-color: #CF5935; }
a { background-color: rgb(207,89,53); }
div.DivClassName
{
background-color: #CF5935;
}
.BgClassName
{
background-color: #CF5935;
}
</style>
border-color css
<style>
span { border-color: #CF5935; }
span { border-color: rgb(207,89,53); }
td.TdClassName
{
border-color: #CF5935;
}
.TagClassName
{
border-color: #CF5935;
}
</style>