ImageView.setBackgroundColor(android.graphics.Color.parseColor("#ffffff")); ImageView.setBackgroundColor(Color.RED); ImageView.setBackgroundColor(Color.rgb(255, 0, 0));