Color: #FF123C

#FF123C Color Information

#FF123C is a dark color. The closest websafe version is #FF123C. A complement of this color would be #14FFD4, perceived brightness is 0.37, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 349°,a saturation of 99%, and a lightness of 54%.The HSV representation shows a hue of 349°, a saturation of 93%, and a value of 100%.

In a RGB color space, #FF123C is composed of 100% red, 7% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 93% magenta, 76% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 22.96, x: 0.6168, and y: 0.3183.

Color Code #FF123C

#FF123Crgb(255, 18, 60)
HEX
#FF123C
RGB
rgb(255, 18, 60)
HSL
hsl(349, 100%, 54%)
HSV
hsv(349, 93%, 100%)
CMYK
0%, 93%, 76%, 0%
XYZ
X: 44.49, Y: 22.96, Z: 4.68
Lab
L: 55.03, a: 80.20, b: 45.63
Name

Shades of Color #FF123C

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

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

#FF123Crgb(255, 18, 60)

About #FF123C Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 100%, and a lightness of 54%. The HSV representation shows a hue of 349°, a saturation of 93%, and a value of 100%.

  • HEX: #FF123C
  • RGB: rgb(255, 18, 60)
  • HSL: hsl(349, 100%, 54%)
  • HSV: hsv(349, 93%, 100%)
  • CMYK: 0.00% cyan, 93.00% magenta, 76.00% yellow, 0.00% black
  • XYZ: 44.49, 22.96, 4.68
  • Yxy: 22.96, 0.6168, 0.3183
  • Hunter Lab: 55.03, 80.20, 45.63
  • CIE-Lab: 55.03, 80.20, 45.63

In the XYZ color space, this color is represented as X: 44.49, Y: 22.96, Z: 4.68. The Yxy representation further refines this as Y: 22.96, x: 0.6168, and y: 0.3183.

In the Hunter Lab color space, this color is represented as L: 55.03, a: 80.20, and b: 45.63. Similarly, in the CIE-Lab color space, it is represented as L: 55.03, a: 80.20, and b: 45.63.

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

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

Analogous Colors of #FF123C

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

Monochromatic Colors of #FF123C

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

Complementary Color of #FF123C

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

/* Using HEX */
body {
  background-color: #ff123c;
}
/* Using RGB */
body {
  background-color: rgb(255, 18, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 18, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 100%, 54%);
}
/* Text color */
p {
  color: #ff123c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff123c;
}
/* Border color */
.box {
  border: 4px solid #ff123c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff123c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff123c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF123C
On Black Background
#FF123C
On White Background
#FF123C

HTML Examples of #FF123C

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

Related Colors of #FF123C

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