if you fully colour images without transparency [i.e. the google/amazon icons] in red, they won't be distinguishable - they'll just be a red circle/square
however, if you still want to do it; put brightness(0)
as the first filter to make it black, then an invert(0.5)
to make it not black
also, you can use https://codepen.io/sosuke/pen/Pjoqqp to calculate the exact colour you want (although if it's 0deg red that's not hugely important)
filter:
brightness(0)
invert(18%)
sepia(97%)
saturate(3399%)
hue-rotate(0deg)
brightness(85%)
contrast(90%);