I have a hexagonal PNG and I want to fill red color in it including the borders of the png.
Is there any way to do that in CSS?
FiddleLink: https://jsfiddle.net/t6L5h2xk/5/
<div>
<img
alt="axc"
class='hexagon'
src="https://i.stack.imgur.com/GgWmf.png"
/>
</div>