Color: #E02200

#E02200 Color Information

#E02200 is a dark color. The closest websafe version is #E02200. A complement of this color would be #00BFE0, perceived brightness is 0.34, and the grayscale version is #707070.

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

In a RGB color space, #E02200 is composed of 88% red, 13% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 85% magenta, 100% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 17.73, x: 0.6364, and y: 0.3407.

Color Code #E02200

HEX
#E02200
RGB
rgb(224, 34, 0)
HSL
hsl(9, 100%, 44%)
HSV
hsv(9, 100%, 88%)
CMYK
0%, 85%, 100%, 12%
XYZ
X: 33.12, Y: 17.73, Z: 1.19
Lab
L: 49.17, a: 69.27, b: 63.63
Name

Shades of Color #E02200

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

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

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

  • HEX: #E02200
  • RGB: rgb(224, 34, 0)
  • HSL: hsl(9, 100%, 44%)
  • HSV: hsv(9, 100%, 88%)
  • CMYK: 0.00% cyan, 85.00% magenta, 100.00% yellow, 12.00% black
  • XYZ: 33.12, 17.73, 1.19
  • Yxy: 17.73, 0.6364, 0.3407
  • Hunter Lab: 49.17, 69.27, 63.63
  • CIE-Lab: 49.17, 69.27, 63.63

In the XYZ color space, this color is represented as X: 33.12, Y: 17.73, Z: 1.19. The Yxy representation further refines this as Y: 17.73, x: 0.6364, and y: 0.3407.

In the Hunter Lab color space, this color is represented as L: 49.17, a: 69.27, and b: 63.63. Similarly, in the CIE-Lab color space, it is represented as L: 49.17, a: 69.27, and b: 63.63.

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

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

Analogous Colors of #E02200

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

Monochromatic Colors of #E02200

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

Complementary Color of #E02200

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

/* Using HEX */
body {
  background-color: #e02200;
}
/* Using RGB */
body {
  background-color: rgb(224, 34, 0);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 34, 0, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 100%, 44%);
}
/* Text color */
p {
  color: #e02200;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e02200;
}

HTML Examples of #E02200

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

Related Colors of #E02200

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