Color: #F12D2A

#F12D2A Color Information

#F12D2A is a dark color. The closest websafe version is #F12D2A. A complement of this color would be #27EEF1, perceived brightness is 0.40, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 1°,a saturation of 88%, and a lightness of 55%.The HSV representation shows a hue of 1°, a saturation of 83%, and a value of 95%.

In a RGB color space, #F12D2A is composed of 95% red, 18% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 83% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 21.59, x: 0.6163, and y: 0.3351.

Color Code #F12D2A

#F12D2Argb(241, 45, 42)
HEX
#F12D2A
RGB
rgb(241, 45, 42)
HSL
hsl(1, 88%, 55%)
HSV
hsv(1, 83%, 95%)
CMYK
0%, 81%, 83%, 5%
XYZ
X: 39.70, Y: 21.59, Z: 3.13
Lab
L: 53.59, a: 72.00, b: 52.76
Name

Shades of Color #F12D2A

Shades are created by darkening the original color #F12D2A 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 #F12D2A

Tints are created by lightening the original color #F12D2A 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.

#F12D2Argb(241, 45, 42)

About #F12D2A Color Code

In the HSL color space, this color has a hue angle of 1°, a saturation of 88%, and a lightness of 55%. The HSV representation shows a hue of 1°, a saturation of 83%, and a value of 95%.

  • HEX: #F12D2A
  • RGB: rgb(241, 45, 42)
  • HSL: hsl(1, 88%, 55%)
  • HSV: hsv(1, 83%, 95%)
  • CMYK: 0.00% cyan, 81.00% magenta, 83.00% yellow, 5.00% black
  • XYZ: 39.70, 21.59, 3.13
  • Yxy: 21.59, 0.6163, 0.3351
  • Hunter Lab: 53.59, 72.00, 52.76
  • CIE-Lab: 53.59, 72.00, 52.76

In the XYZ color space, this color is represented as X: 39.70, Y: 21.59, Z: 3.13. The Yxy representation further refines this as Y: 21.59, x: 0.6163, and y: 0.3351.

In the Hunter Lab color space, this color is represented as L: 53.59, a: 72.00, and b: 52.76. Similarly, in the CIE-Lab color space, it is represented as L: 53.59, a: 72.00, and b: 52.76.

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 #F12D2A

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

Analogous Colors of #F12D2A

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

Monochromatic Colors of #F12D2A

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

Complementary Color of #F12D2A

The complementary color of #F12D2A 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 #F12D2A

/* Using HEX */
body {
  background-color: #f12d2a;
}
/* Using RGB */
body {
  background-color: rgb(241, 45, 42);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 45, 42, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(1, 88%, 55%);
}
/* Text color */
p {
  color: #f12d2a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f12d2a;
}
/* Border color */
.box {
  border: 4px solid #f12d2a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f12d2a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f12d2a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F12D2A
On Black Background
#F12D2A
On White Background
#F12D2A

HTML Examples of #F12D2A

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

Related Colors of #F12D2A

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