Red Color Name
Color Name: | Red |
Hex Code: | #FF0000 |
RGB Decimal: | RGB(255, 0, 0) |
CMYK Value: | 0°, 100%, 50%. |
HSL Value: | 0%, 100%, 100%, 0% |
Color: |
Red #FF0000 Html Codes
Text with hexadecimal color #FF0000
<span style="color:#FF0000;">Text here</span>
Red #FF0000 border color
<span style="border:2px solid #FF0000;">Text here</span>
Red #FF0000 background color
<p style="background-color:#FF0000;">Content here</p>
Red #FF0000 CSS codes
.text {color:#FF0000;}
.background {background-color:#FF0000;}
.border {border:1px solid #FF0000;}