#ff0000
Red Color Codes
Code | Value |
---|---|
HEX | #ff0000 |
RGB | rgb(255,0,0) |
HSL | |
CMYK |
Shades of Red (#ff0000)
Tints of Red (#ff0000)
Red (#ff0000) Preview
Text with hexademical color #ff0000
This text has a font color of #ff0000
<span style="color: #ff0000;"h1>Text</span/h1>
#ff0000 background color
This paragraph has a background color of #ff0000
<p style="background-color: #ff0000;"h1>Text</p/h1>
#ff0000 border color
This element has a border color of #ff0000
<div style="border: 2px solid #ff0000;"h1>Text</div/h1>
CSS codes
.text {color:#ff0000;}
.background {background-color: #ff0000;}
.border {border:2px solid #ff0000;}