Color: #EC002C

#EC002C Color Information

#EC002C is a dark color. The closest websafe version is #EC002C. A complement of this color would be #00EBC0, perceived brightness is 0.30, and the grayscale version is #767676.

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

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

In the Yxy color space, this color is represented as Y: 18.82, x: 0.6290, and y: 0.3204.

Color Code #EC002C

#EC002Crgb(236, 0, 44)
HEX
#EC002C
RGB
rgb(236, 0, 44)
HSL
hsl(349, 100%, 46%)
HSV
hsv(349, 100%, 93%)
CMYK
0%, 100%, 81%, 7%
XYZ
X: 36.94, Y: 18.82, Z: 2.97
Lab
L: 50.47, a: 76.62, b: 48.59
Name

Shades of Color #EC002C

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

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

#EC002Crgb(236, 0, 44)

About #EC002C Color Code

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

  • HEX: #EC002C
  • RGB: rgb(236, 0, 44)
  • HSL: hsl(349, 100%, 46%)
  • HSV: hsv(349, 100%, 93%)
  • CMYK: 0.00% cyan, 100.00% magenta, 81.00% yellow, 7.00% black
  • XYZ: 36.94, 18.82, 2.97
  • Yxy: 18.82, 0.6290, 0.3204
  • Hunter Lab: 50.47, 76.62, 48.59
  • CIE-Lab: 50.47, 76.62, 48.59

In the XYZ color space, this color is represented as X: 36.94, Y: 18.82, Z: 2.97. The Yxy representation further refines this as Y: 18.82, x: 0.6290, and y: 0.3204.

In the Hunter Lab color space, this color is represented as L: 50.47, a: 76.62, and b: 48.59. Similarly, in the CIE-Lab color space, it is represented as L: 50.47, a: 76.62, and b: 48.59.

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

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

Analogous Colors of #EC002C

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

Split Complementary Colors of #EC002C

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

Tetradic Colors of #EC002C

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

Monochromatic Colors of #EC002C

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

Complementary Color of #EC002C

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

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

HTML Examples of #EC002C

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

Related Colors of #EC002C

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