Color: #ED342D
#ED342D Color Information
#ED342D is a dark color. The closest websafe version is #ED342D. A complement of this color would be #2CE6ED, perceived brightness is 0.42, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 2°,a saturation of 84%, and a lightness of 55%.The HSV representation shows a hue of 2°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ED342D is composed of 93% red, 20% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 81% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 21.46, x: 0.6085, and y: 0.3381.
Color Code #ED342D
Shades of Color #ED342D
Shades are created by darkening the original color #ED342D 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 #ED342D
Tints are created by lightening the original color #ED342D 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 #ED342D Color Code
In the HSL color space, this color has a hue angle of 2°, a saturation of 84%, and a lightness of 55%. The HSV representation shows a hue of 2°, a saturation of 81%, and a value of 93%.
- HEX: #ED342D
- RGB: rgb(237, 52, 45)
- HSL: hsl(2, 84%, 55%)
- HSV: hsv(2, 81%, 93%)
- CMYK: 0.00% cyan, 78.00% magenta, 81.00% yellow, 7.00% black
- XYZ: 38.63, 21.46, 3.39
- Yxy: 21.46, 0.6085, 0.3381
- Hunter Lab: 53.45, 69.22, 50.76
- CIE-Lab: 53.45, 69.22, 50.76
In the XYZ color space, this color is represented as X: 38.63, Y: 21.46, Z: 3.39. The Yxy representation further refines this as Y: 21.46, x: 0.6085, and y: 0.3381.
In the Hunter Lab color space, this color is represented as L: 53.45, a: 69.22, and b: 50.76. Similarly, in the CIE-Lab color space, it is represented as L: 53.45, a: 69.22, and b: 50.76.
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 #ED342D
Triadic colors are three colors evenly spaced around the color wheel, including #ED342D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ED342D
Monochromatic colors are variations of #ED342D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ED342D
The complementary color of #ED342D 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 #ED342D
/* Using HEX */ body { background-color: #ed342d; }
/* Using RGB */ body { background-color: rgb(237, 52, 45); }
/* Using RGB with opacity */ body { background-color: rgba(237, 52, 45, 0.5); }
/* Using HSL */ body { background-color: hsl(2, 84%, 55%); }
/* Text color */ p { color: #ed342d; }
/* Box shadow */ div { box-shadow: 4px 4px #ed342d; }
HTML Examples of #ED342D
<!-- Using HEX --> <div style="background-color: #ed342d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 52, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 52, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(2, 84%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ed342d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ed342d; width: 100px; height: 100px;"></div>
Related Colors of #ED342D
These colors are similar to #ED342D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.