Carolina Reaper/ deep red/deep scarlet
#ff1500 color RGB value is (255,21,0)
#ff1500 color CMYK value
#ff1500 color HSL value
HSV(or HSB) | 4.9° | 100 | 100 |
XYZ | 41.508 | 21.796 | 2.019 |
Yxy | 0.635 | 0.334 | 21.796 |
LAB | 53.81 | 78.439 | 67.423 |
LUV | 53.81 | 171.73 | 38.795 |
Hunter-LAB | 46.687 | 77 | 30.116 |
CIE-LCH | 53.81 | 103.434 | 40.681 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 15 | 0 |
Decimal | 255 | 21 | 0 |
Octal | 377 | 25 | 0 |
Binary | 11111111 | 00010101 | 00000000 |
Below, you can see some colors close to #ff1500. 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 #ff1500.
<span style="color:#ff1500">Text here</span>
This paragraph has a background color of #ff1500.
<p style="background-color:#ff1500;">Content here</p>
This element has a border color of #ff1500.
<div style="border:1px #ff1500;">Content here</div>
.text {color:#ff1500;}
.background {background-color:#ff1500;}
.border {border:1px solid #ff1500;}
.text-shadow {border:1px solid #ff1500;}
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 #ffecea is the lightest one.