In the attribute “Class to apply” you are adding style properties instead of a class. What you should do instead is add a class to your stylesheet, for instance like this:
.high-utilization{
background-color: rgb(219,35,74);
color: whitesmoke
}
and then add class ‘high-utilization’ to the attribute “Class to apply”