colorString
The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
Example
<div id="progressbar"></div>
<script>
$("#progressbar").kendoCircularProgressBar({
value: 70,
color: "#ff6358"
});
</script>