To add to Dato's answer, i find SRC_ATOP to be a preferable filter to multiply as it better supports the alpha channel.
ProgressBar v = (ProgressBar) findViewById(R.id.progress);
v.getIndeterminateDrawable().setColorFilter(0xFFcc0000, android.graphics.PorterDuff.Mode.SRC_ATOP);