Color: #EC122C

#EC122C Color Information

#EC122C is a dark color. The closest websafe version is #EC122C. A complement of this color would be #12EDD4, perceived brightness is 0.34, and the grayscale version is #7F7F7F.

In the HSL color space, this color has a hue angle of 353°,a saturation of 86%, and a lightness of 50%.The HSV representation shows a hue of 353°, a saturation of 92%, and a value of 93%.

In a RGB color space, #EC122C is composed of 93% red, 7% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 92% magenta, 81% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 19.25, x: 0.6252, and y: 0.3238.

Color Code #EC122C

#EC122Crgb(236, 18, 44)
HEX
#EC122C
RGB
rgb(236, 18, 44)
HSL
hsl(353, 86%, 50%)
HSV
hsv(353, 92%, 93%)
CMYK
0%, 92%, 81%, 7%
XYZ
X: 37.17, Y: 19.25, Z: 3.03
Lab
L: 50.98, a: 75.20, b: 49.03
Name

Shades of Color #EC122C

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

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

#EC122Crgb(236, 18, 44)

About #EC122C Color Code

In the HSL color space, this color has a hue angle of 353°, a saturation of 86%, and a lightness of 50%. The HSV representation shows a hue of 353°, a saturation of 92%, and a value of 93%.

  • HEX: #EC122C
  • RGB: rgb(236, 18, 44)
  • HSL: hsl(353, 86%, 50%)
  • HSV: hsv(353, 92%, 93%)
  • CMYK: 0.00% cyan, 92.00% magenta, 81.00% yellow, 7.00% black
  • XYZ: 37.17, 19.25, 3.03
  • Yxy: 19.25, 0.6252, 0.3238
  • Hunter Lab: 50.98, 75.20, 49.03
  • CIE-Lab: 50.98, 75.20, 49.03

In the XYZ color space, this color is represented as X: 37.17, Y: 19.25, Z: 3.03. The Yxy representation further refines this as Y: 19.25, x: 0.6252, and y: 0.3238.

In the Hunter Lab color space, this color is represented as L: 50.98, a: 75.20, and b: 49.03. Similarly, in the CIE-Lab color space, it is represented as L: 50.98, a: 75.20, and b: 49.03.

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

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

Analogous Colors of #EC122C

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

Split Complementary Colors of #EC122C

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

Tetradic Colors of #EC122C

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

Monochromatic Colors of #EC122C

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

Complementary Color of #EC122C

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

/* Using HEX */
body {
  background-color: #ec122c;
}
/* Using RGB */
body {
  background-color: rgb(236, 18, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 18, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 86%, 50%);
}
/* Text color */
p {
  color: #ec122c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec122c;
}
/* Border color */
.box {
  border: 4px solid #ec122c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec122c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec122c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC122C
On Black Background
#EC122C
On White Background
#EC122C

HTML Examples of #EC122C

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

Related Colors of #EC122C

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