In a RGB color space, #ff002b hex color is composed of 100% red, 0% green and 16.9% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 83.1% yellow and 0% black. It has a hue angle of 349.9 degrees, a saturation of 100% and a lightness of 50%. #ff002b color hex could be obtained by blending #ff0056 with #ff0000. Closest websafe color is: #ff0033.
The hexadecimal color #ff002b has RGB values of R:255, G:0, B:43 and CMYK values of C:0, M:1, Y:0.83, K:0. Its decimal value is 16711723.
Hex triplet | ff002b | #ff002b |
RGB Decimal | 255, 0, 43 | rgb(255,0,43) |
RGB Percent | 100, 0, 16.9 | rgb(100%,0%,16.9%) |
CMYK | 0, 100, 83.1, 0 | |
HSL | 349.9°, 100, 50 | hsl(349.9,100%,50%) |
HSV(HSB) | 349.9°, 100, 100 | |
Web Safe | ff0033 | #f03 |
XYZ | 41.676, 21.434, 4.226 |
xyY | 0.619, 0.318, 21.434 |
CIE-LAB | 53.422, 80.625, 51.976 |
CIE-LCH | 53.422, 95.927, 32.809 |
CIE-LUV | 53.422, 170.617, 31.181 |
Hunter-Lab | 46.297, 79.662, 26.996 |
Binary | 11111111, 00000000, 00101011 |
Below, you can see some colors close to #ff002b. 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 #ff002b.
<span style="color:#ff002b">Text here</span>
This paragraph has a background color of #ff002b.
<p style="background-color:#ff002b;">Content here</p>
This element has a border color of #ff002b.
<div style="border:1px #ff002b;">Content here</div>
.text {color:#ff002b;}
.background {background-color:#ff002b;}
.border {border:1px solid #ff002b;}
.text-shadow {border:1px solid #ff002b;}
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 #ffeaed is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #807f7f is the less saturated color, while #f40b32 is the most saturated one.