Color: #EC121C
#EC121C Color Information
#EC121C is a dark color. The closest websafe version is #EC121C. A complement of this color would be #12EDE2, perceived brightness is 0.33, and the grayscale version is #7F7F7F.
In the HSL color space, this color has a hue angle of 357°,a saturation of 86%, and a lightness of 50%.The HSV representation shows a hue of 357°, a saturation of 92%, and a value of 93%.
In a RGB color space, #EC121C is composed of 93% red, 7% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 92% magenta, 88% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 19.17, x: 0.6353, and y: 0.3293.
Color Code #EC121C
Shades of Color #EC121C
Shades are created by darkening the original color #EC121C 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 #EC121C
Tints are created by lightening the original color #EC121C 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.
About #EC121C Color Code
In the HSL color space, this color has a hue angle of 357°, a saturation of 86%, and a lightness of 50%. The HSV representation shows a hue of 357°, a saturation of 92%, and a value of 93%.
- HEX: #EC121C
- RGB: rgb(236, 18, 28)
- HSL: hsl(357, 86%, 50%)
- HSV: hsv(357, 92%, 93%)
- CMYK: 0.00% cyan, 92.00% magenta, 88.00% yellow, 7.00% black
- XYZ: 36.98, 19.17, 2.06
- Yxy: 19.17, 0.6353, 0.3293
- Hunter Lab: 50.88, 74.98, 56.89
- CIE-Lab: 50.88, 74.98, 56.89
In the XYZ color space, this color is represented as X: 36.98, Y: 19.17, Z: 2.06. The Yxy representation further refines this as Y: 19.17, x: 0.6353, and y: 0.3293.
In the Hunter Lab color space, this color is represented as L: 50.88, a: 74.98, and b: 56.89. Similarly, in the CIE-Lab color space, it is represented as L: 50.88, a: 74.98, and b: 56.89.
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 #EC121C
Triadic colors are three colors evenly spaced around the color wheel, including #EC121C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EC121C
Split complementary colors are two colors adjacent to the complementary color of #EC121C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EC121C
Monochromatic colors are variations of #EC121C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC121C
The complementary color of #EC121C 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 #EC121C
/* Using HEX */ body { background-color: #ec121c; }
/* Using RGB */ body { background-color: rgb(236, 18, 28); }
/* Using RGB with opacity */ body { background-color: rgba(236, 18, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(357, 86%, 50%); }
/* Text color */ p { color: #ec121c; }
/* Box shadow */ div { box-shadow: 4px 4px #ec121c; }
/* Border color */ .box { border: 4px solid #ec121c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ec121c; }
/* Background with text */ div { background: #ec121c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EC121C
<!-- Using HEX --> <div style="background-color: #ec121c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 18, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 18, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(357, 86%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec121c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec121c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ec121c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ec121c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ec121c; color: #fff; padding: 16px; border-radius: 8px;"> #EC121C </div>
Related Colors of #EC121C
These colors are similar to #EC121C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.