I'm having an issue with my HTML page where the background color is red. I've posted two images - one blends in perfectly with the background while the other creates white patches. How can I fix this problem?
Check out the Fiddle Link for reference.
The image on the left side of the link is the one that's not blending well with the background colors.
<html>
<body style="background-color:red;">
<img alt="Qries" src="https://www.workspez.com/my/images/whoweareserving.jpg"
width=150" height="70">
<img alt="Qries" src="https://www.workspez.com/my/images/section4img.png"
width=150" height="70">
</div>
</body>
</html>