Using the css color property, you can easily change the color of an html element.

Syntax:

element{color:color-name}
<div style="color:red">
 This is a block element.
</div>