In a RGB color space, #ff4040 hex color (also known as Coral Red) is composed of 100% red, 25.1% green and 25.1% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 74.9% magenta, 74.9% yellow and 0% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 62.5%. #ff4040 color hex could be obtained by blending #ff8080 with #ff0000. Closest websafe color is: #ff3333.
The hexadecimal color #ff4040 has RGB values of R:255, G:64, B:64 and CMYK values of C:0, M:0.75, Y:0.75, K:0. Its decimal value is 16728128.
Hex triplet | ff4040 | #ff4040 |
RGB Decimal | 255, 64, 64 | rgb(255,64,64) |
RGB Percent | 100, 25.1, 25.1 | rgb(100%,25.1%,25.1%) |
CMYK | 0, 74.9, 74.9, 0 | |
HSL | 0°, 100, 62.5 | hsl(0,100%,62.5%) |
HSV(HSB) | 0°, 74.9, 100 | |
Web Safe | ff3333 | #f33 |
XYZ | 43.999, 25.297, 7.414 |
xyY | 0.574, 0.33, 25.297 |
CIE-LAB | 57.364, 70.564, 44.818 |
CIE-LCH | 57.364, 83.594, 32.422 |
CIE-LUV | 57.364, 146.936, 31.685 |
Hunter-Lab | 50.296, 68.133, 26.467 |
Binary | 11111111, 01000000, 01000000 |
Below, you can see some colors close to #ff4040. 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 #ff4040.
<span style="color:#ff4040">Text here</span>
This paragraph has a background color of #ff4040.
<p style="background-color:#ff4040;">Content here</p>
This element has a border color of #ff4040.
<div style="border:1px #ff4040;">Content here</div>
.text {color:#ff4040;}
.background {background-color:#ff4040;}
.border {border:1px solid #ff4040;}
.text-shadow {border:1px solid #ff4040;}
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.
A tone is produced by adding gray to any pure hue. In this case, #a09f9f is the less saturated color, while #f74848 is the most saturated one.