Shades of Chilean Fire #CF612E
Tints of Chilean Fire #CF612E
RGB
CMYK
RGB Variations
Color information
#CF612E (or 0xCF612E) is known color: Chilean Fire. HEX triplet: CF, 61 and 2E. RGB value is (207,97,46). Sum of RGB (Red+Green+Blue) = 207+97+46=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF612E is #309ED1. Grayscale: #7C7C7C. Windows color (decimal): -3186386 or 3039695. OLE color: 3039695.
HSL color Cylindrical-coordinate representation of color #CF612E: hue angle of 19.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF612E is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 46 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.19 |
| HSL | 19.01º | 0.64% | 0.5% | - |
| HSV(B) | 19.01º | 0.78% | 0.81% | - |
| XYZ | 30.5 | 22.01 | 5.23 | - |
| YUV | 124.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 46 | 0 | 0.53 | 0.78 | 0.19 | 19.01 | 0.64 | 0.5 |
| Hex | CF | 61 | 2E | 0 | 35 | 4E | 13 | 13 | 40 | 32 |
| Octal | 317 | 141 | 56 | 0 | 65 | 116 | 23 | 23 | 100 | 62 |
| Binary | 11001111 | 1100001 | 101110 | 0 | 110101 | 1001110 | 10011 | 10011 | 1000000 | 110010 |
Color Harmonies of #CF612E
Complementary color
Monochromatic Colors of #CF612E
Black with #CF612E
Text Example
Text Example
White with #CF612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF612E; }
p { color: rgb(207,97,46); }
H1.HeaderClassName
{
color: #CF612E;
}
.AnyTagClassName
{
color: #CF612E;
}
</style>
background-color css
<style>
a { background-color: #CF612E; }
a { background-color: rgb(207,97,46); }
div.DivClassName
{
background-color: #CF612E;
}
.BgClassName
{
background-color: #CF612E;
}
</style>
border-color css
<style>
span { border-color: #CF612E; }
span { border-color: rgb(207,97,46); }
td.TdClassName
{
border-color: #CF612E;
}
.TagClassName
{
border-color: #CF612E;
}
</style>