reddish black
Enter any color value (e.g., #c5df5d, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff0040 color RGB value is (255,0,64)
#ff0040 color CMYK value
#ff0040 color HSL value
HSV(or HSB) | 344.9° | 100 | 100 |
XYZ | 42.165 | 21.63 | 6.803 |
Yxy | 0.597 | 0.306 | 21.63 |
LAB | 53.632 | 81.198 | 40.694 |
LUV | 53.632 | 165.902 | 24.162 |
Hunter-LAB | 46.508 | 80.443 | 23.883 |
CIE-LCH | 53.632 | 90.824 | 26.619 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 0 | 40 |
Decimal | 255 | 0 | 64 |
Octal | 377 | 0 | 100 |
Binary | 11111111 | 00000000 | 01000000 |
Below, you can see some colors close to #ff0040. 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 #ff0040.
<span style="color:#ff0040">Text here</span>
This paragraph has a background color of #ff0040.
<p style="background-color:#ff0040;">Content here</p>
This element has a border color of #ff0040.
<div style="border:1px #ff0040;">Content here</div>
.text {color:#ff0040;}
.background {background-color:#ff0040;}
.border {border:1px solid #ff0040;}
.text-shadow {border:1px solid #ff0040;}
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 #ffeaef is the lightest one.