Color: #EC092F

#EC092F Color Information

#EC092F is a dark color. The closest websafe version is #EC092F. A complement of this color would be #09ECC6, perceived brightness is 0.32, and the grayscale version is #7B7B7B.

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

In a RGB color space, #EC092F is composed of 93% red, 4% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 80% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 19.03, x: 0.6249, and y: 0.3206.

Color Code #EC092F

#EC092Frgb(236, 9, 47)
HEX
#EC092F
RGB
rgb(236, 9, 47)
HSL
hsl(350, 93%, 48%)
HSV
hsv(350, 96%, 93%)
CMYK
0%, 96%, 80%, 7%
XYZ
X: 37.09, Y: 19.03, Z: 3.23
Lab
L: 50.72, a: 76.03, b: 47.17
Name

Shades of Color #EC092F

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

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

#EC092Frgb(236, 9, 47)

About #EC092F Color Code

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

  • HEX: #EC092F
  • RGB: rgb(236, 9, 47)
  • HSL: hsl(350, 93%, 48%)
  • HSV: hsv(350, 96%, 93%)
  • CMYK: 0.00% cyan, 96.00% magenta, 80.00% yellow, 7.00% black
  • XYZ: 37.09, 19.03, 3.23
  • Yxy: 19.03, 0.6249, 0.3206
  • Hunter Lab: 50.72, 76.03, 47.17
  • CIE-Lab: 50.72, 76.03, 47.17

In the XYZ color space, this color is represented as X: 37.09, Y: 19.03, Z: 3.23. The Yxy representation further refines this as Y: 19.03, x: 0.6249, and y: 0.3206.

In the Hunter Lab color space, this color is represented as L: 50.72, a: 76.03, and b: 47.17. Similarly, in the CIE-Lab color space, it is represented as L: 50.72, a: 76.03, and b: 47.17.

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

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

Analogous Colors of #EC092F

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

Split Complementary Colors of #EC092F

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

Tetradic Colors of #EC092F

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

Monochromatic Colors of #EC092F

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

Complementary Color of #EC092F

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

/* Using HEX */
body {
  background-color: #ec092f;
}
/* Using RGB */
body {
  background-color: rgb(236, 9, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 9, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(350, 93%, 48%);
}
/* Text color */
p {
  color: #ec092f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec092f;
}
/* Border color */
.box {
  border: 4px solid #ec092f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec092f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec092f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC092F
On Black Background
#EC092F
On White Background
#EC092F

HTML Examples of #EC092F

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

Related Colors of #EC092F

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