I have a progressBar using the ProgressBar class.
Just doing this:
progressBar = new ProgressBar(this, null, android.R.attr.progressBarStyleHorizont
progressbar.setIndeterminateTintList(ColorStateList.valueOf(Color.RED));
It only works above API 21