HEX
#
RGB
HSL

#DC143C CSS / HTML Preview

Text with hexadecimal color #DC143C

This text has a font color of #DC143C.

<span style="color:#DC143C;">Your text here</span>
#DC143C border color

This element has a border color of #DC143C.

<div style="border:2px solid #DC143C;">Content here</div>
#DC143C background color

This paragraph has a background color of #DC143C.

<p style="background-color:#DC143C;">Content here</p>
CSS codes
.text {color:#DC143C;}
.background {background-color:#DC143C;}
.border {border:1px solid #DC143C;}