<style>
div {
width: 200px;
height: 200px;
background-color: red;
margin-left:40px;
margin-top:40px;
transform: rotate(-30deg);
filter: hue-rotate(100deg);
}
</style>
<div>
<!-- This paragraph will have a filter applied. -->
</div>