How i cahnge the defauld red color off discount products

Hi,
i want to change red color of every discount products. Pls Let me know how

You only can use this CSS
.product-block.grid .onsale>span.saled {
background: #c40b0b;
}