<style>
/*input[type="range"]::-webkit-slider-runnable-track {
background-color: red;
}*/
</style>
<div><input type="range"></div>