Color: #ED3422

#ED3422 Color Information

#ED3422 is a dark color. The closest websafe version is #ED3422. A complement of this color would be #21DCED, perceived brightness is 0.41, and the grayscale version is #888888.

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

In a RGB color space, #ED3422 is composed of 93% red, 20% green and 13% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 86% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 21.40, x: 0.6153, and y: 0.3422.

Color Code #ED3422

HEX
#ED3422
RGB
rgb(237, 52, 34)
HSL
hsl(5, 85%, 53%)
HSV
hsv(5, 86%, 93%)
CMYK
0%, 78%, 86%, 7%
XYZ
X: 38.48, Y: 21.40, Z: 2.66
Lab
L: 53.39, a: 69.04, b: 56.02
Name

Shades of Color #ED3422

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

Tints are created by lightening the original color #ED3422 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 #ED3422 Color Code

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

  • HEX: #ED3422
  • RGB: rgb(237, 52, 34)
  • HSL: hsl(5, 85%, 53%)
  • HSV: hsv(5, 86%, 93%)
  • CMYK: 0.00% cyan, 78.00% magenta, 86.00% yellow, 7.00% black
  • XYZ: 38.48, 21.40, 2.66
  • Yxy: 21.40, 0.6153, 0.3422
  • Hunter Lab: 53.39, 69.04, 56.02
  • CIE-Lab: 53.39, 69.04, 56.02

In the XYZ color space, this color is represented as X: 38.48, Y: 21.40, Z: 2.66. The Yxy representation further refines this as Y: 21.40, x: 0.6153, and y: 0.3422.

In the Hunter Lab color space, this color is represented as L: 53.39, a: 69.04, and b: 56.02. Similarly, in the CIE-Lab color space, it is represented as L: 53.39, a: 69.04, and b: 56.02.

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

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

Analogous Colors of #ED3422

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

Monochromatic Colors of #ED3422

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

Complementary Color of #ED3422

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

/* Using HEX */
body {
  background-color: #ed3422;
}
/* Using RGB */
body {
  background-color: rgb(237, 52, 34);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 52, 34, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(5, 85%, 53%);
}
/* Text color */
p {
  color: #ed3422;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ed3422;
}

HTML Examples of #ED3422

<!-- Using HEX -->
<div style="background-color: #ed3422; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 52, 34); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 52, 34, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(5, 85%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ed3422;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ed3422; width: 100px; height: 100px;"></div>

Related Colors of #ED3422

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