Color: #EF302A

#EF302A Color Information

#EF302A is a dark color. The closest websafe version is #EF302A. A complement of this color would be #2AE8EF, perceived brightness is 0.41, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 2°,a saturation of 86%, and a lightness of 55%.The HSV representation shows a hue of 2°, a saturation of 82%, and a value of 94%.

In a RGB color space, #EF302A is composed of 94% red, 19% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 80% magenta, 82% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 21.46, x: 0.6139, and y: 0.3368.

Color Code #EF302A

#EF302Argb(239, 48, 42)
HEX
#EF302A
RGB
rgb(239, 48, 42)
HSL
hsl(2, 86%, 55%)
HSV
hsv(2, 82%, 94%)
CMYK
0%, 80%, 82%, 6%
XYZ
X: 39.11, Y: 21.46, Z: 3.14
Lab
L: 53.45, a: 70.74, b: 52.46
Name

Shades of Color #EF302A

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

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

#EF302Argb(239, 48, 42)

About #EF302A Color Code

In the HSL color space, this color has a hue angle of 2°, a saturation of 86%, and a lightness of 55%. The HSV representation shows a hue of 2°, a saturation of 82%, and a value of 94%.

  • HEX: #EF302A
  • RGB: rgb(239, 48, 42)
  • HSL: hsl(2, 86%, 55%)
  • HSV: hsv(2, 82%, 94%)
  • CMYK: 0.00% cyan, 80.00% magenta, 82.00% yellow, 6.00% black
  • XYZ: 39.11, 21.46, 3.14
  • Yxy: 21.46, 0.6139, 0.3368
  • Hunter Lab: 53.45, 70.74, 52.46
  • CIE-Lab: 53.45, 70.74, 52.46

In the XYZ color space, this color is represented as X: 39.11, Y: 21.46, Z: 3.14. The Yxy representation further refines this as Y: 21.46, x: 0.6139, and y: 0.3368.

In the Hunter Lab color space, this color is represented as L: 53.45, a: 70.74, and b: 52.46. Similarly, in the CIE-Lab color space, it is represented as L: 53.45, a: 70.74, and b: 52.46.

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

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

Analogous Colors of #EF302A

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

Split Complementary Colors of #EF302A

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

Tetradic Colors of #EF302A

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

Monochromatic Colors of #EF302A

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

Complementary Color of #EF302A

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

/* Using HEX */
body {
  background-color: #ef302a;
}
/* Using RGB */
body {
  background-color: rgb(239, 48, 42);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 48, 42, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(2, 86%, 55%);
}
/* Text color */
p {
  color: #ef302a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef302a;
}
/* Border color */
.box {
  border: 4px solid #ef302a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ef302a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ef302a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EF302A
On Black Background
#EF302A
On White Background
#EF302A

HTML Examples of #EF302A

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

Related Colors of #EF302A

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