Color: #F40B07

#F40B07 Color Information

#F40B07 is a dark color. The closest websafe version is #F40B07. A complement of this color would be #07EEF2, perceived brightness is 0.31, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 1°,a saturation of 94%, and a lightness of 49%.The HSV representation shows a hue of 1°, a saturation of 97%, and a value of 96%.

In a RGB color space, #F40B07 is composed of 96% red, 4% green and 3% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 95% magenta, 97% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 20.38, x: 0.6448, and y: 0.3318.

Color Code #F40B07

#F40B07rgb(244, 11, 7)
HEX
#F40B07
RGB
rgb(244, 11, 7)
HSL
hsl(1, 94%, 49%)
HSV
hsv(1, 97%, 96%)
CMYK
0%, 95%, 97%, 4%
XYZ
X: 39.61, Y: 20.38, Z: 1.44
Lab
L: 52.27, a: 77.44, b: 65.77
Name

Shades of Color #F40B07

Shades are created by darkening the original color #F40B07 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #F40B07

Tints are created by lightening the original color #F40B07 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#F40B07rgb(244, 11, 7)

About #F40B07 Color Code

In the HSL color space, this color has a hue angle of 1°, a saturation of 94%, and a lightness of 49%. The HSV representation shows a hue of 1°, a saturation of 97%, and a value of 96%.

  • HEX: #F40B07
  • RGB: rgb(244, 11, 7)
  • HSL: hsl(1, 94%, 49%)
  • HSV: hsv(1, 97%, 96%)
  • CMYK: 0.00% cyan, 95.00% magenta, 97.00% yellow, 4.00% black
  • XYZ: 39.61, 20.38, 1.44
  • Yxy: 20.38, 0.6448, 0.3318
  • Hunter Lab: 52.27, 77.44, 65.77
  • CIE-Lab: 52.27, 77.44, 65.77

In the XYZ color space, this color is represented as X: 39.61, Y: 20.38, Z: 1.44. The Yxy representation further refines this as Y: 20.38, x: 0.6448, and y: 0.3318.

In the Hunter Lab color space, this color is represented as L: 52.27, a: 77.44, and b: 65.77. Similarly, in the CIE-Lab color space, it is represented as L: 52.27, a: 77.44, and b: 65.77.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #F40B07

Triadic colors are three colors evenly spaced around the color wheel, including #F40B07. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F40B07

Analogous colors are adjacent to #F40B07 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #F40B07

Split complementary colors are two colors adjacent to the complementary color of #F40B07. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F40B07

Tetradic colors form a rectangle on the color wheel, including #F40B07. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F40B07

Monochromatic colors are variations of #F40B07, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F40B07

The complementary color of #F40B07 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #F40B07

/* Using HEX */
body {
  background-color: #f40b07;
}
/* Using RGB */
body {
  background-color: rgb(244, 11, 7);
}
/* Using RGB with opacity */
body {
  background-color: rgba(244, 11, 7, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(1, 94%, 49%);
}
/* Text color */
p {
  color: #f40b07;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f40b07;
}
/* Border color */
.box {
  border: 4px solid #f40b07;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f40b07;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f40b07;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F40B07
On Black Background
#F40B07
On White Background
#F40B07

HTML Examples of #F40B07

<!-- Using HEX -->
<div style="background-color: #f40b07; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(244, 11, 7); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(244, 11, 7, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(1, 94%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f40b07;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f40b07; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f40b07; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f40b07;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f40b07; color: #fff; padding: 16px; border-radius: 8px;">
  #F40B07
</div>
#F40B07
On Black Background
#F40B07
On White Background
#F40B07

Related Colors of #F40B07

These colors are similar to #F40B07, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.