Red/ reddish black
Enter any color value (e.g., #d9e856, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff0000 color RGB value is (255,0,0)
#ff0000 color CMYK value
#ff0000 color HSL value
HSV(or HSB) | 0° | 100 | 100 |
XYZ | 41.24 | 21.26 | 1.93 |
Yxy | 0.64 | 0.33 | 21.26 |
LAB | 53.233 | 80.109 | 67.22 |
LUV | 53.233 | 175.053 | 37.751 |
Hunter-LAB | 46.109 | 78.962 | 29.794 |
CIE-LCH | 53.233 | 104.576 | 40 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 0 | 0 |
Decimal | 255 | 0 | 0 |
Octal | 377 | 0 | 0 |
Binary | 11111111 | 00000000 | 00000000 |
Below, you can see some colors close to #ff0000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff0000.
<span style="color:#ff0000">Text here</span>
This paragraph has a background color of #ff0000.
<p style="background-color:#ff0000;">Content here</p>
This element has a border color of #ff0000.
<div style="border:1px #ff0000;">Content here</div>
.text {color:#ff0000;}
.background {background-color:#ff0000;}
.border {border:1px solid #ff0000;}
.text-shadow {border:1px solid #ff0000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaea is the lightest one.