HEX
#
RGB
HSL

#B22222 CSS / HTML Preview

Text with hexadecimal color #B22222

This text has a font color of #B22222.

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

This element has a border color of #B22222.

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

This paragraph has a background color of #B22222.

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