Skip to main content Skip to docs navigation

#ef110d hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Roman Empire Red and its hex is #EE1111 Nearest Color Name

Color Hue/Base color: Red

Hex #ef110d Color code in RGB color code model is created after adding 93.73% red color, 6.67% green color and 5.1% blue color. Hex #ef110d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 95% yellow and 6.27% black.

Hex #ef110d color code is between #ee0011 web safe hex color code and #ff0000 web safe hex color code. #ee0011 is the nearest web safe color code. You can see here many more shades of #ef110d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code ef110d #ef110d
RGB Decimal 239, 17, 13 239, 17, 13
RGB Percent 94%, 7%, 5% rgb(94%, 7%, 5%)
CSS RGBa 239, 17, 13,1 rgba(239,17,13,1)
CMYK Model cmyk(0%,93%,95%,6.27%)
HSL Color Space 1,90% ,49% hsl(1,90% ,49%)
HSV Color Space 1°, 95%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 00010001 00001101
Octal 357 21 15
Decimal 239 17 13
Hex ef 11 0d

Different shades of #ef110d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #ef110d
#5e0705
Darker of #ef110d
#8e0a08
Dark of #ef110d
#bf0e0a
Base of #ef110d
#ef110d
Light of #ef110d
#f43e3b
Lighter
#f76e6b
Lightest
#fa9d9b

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ef110d
#0debef

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ef110d
#0def82
#0d7aef

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ef0d8d
#ef0d67
#ef110d
#ef5c0d
#efba0d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ef110d
#110def
#0def11

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ef110d
#0def11
#0debef
#ef0deb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ef110d
#7aef0d
#0debef
#820def

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #ef110d

#2e0302
#5e0705
#8e0a08
#bf0e0a
#ef110d
#f43e3b
#f76e6b
#fa9d9b
#fccdcc

Tints of #ef110d Color

#ef110d
#f02b27
#f24542
#f4605d
#f67a78
#f79593
#f9afae
#fbcac9
#fde4e4
#ffffff

Shades of #ef110d color code

Generate more color scales with scales (color stack) generator.

#ef110d
#d40f0b
#b90d0a
#9f0b08
#840907
#6a0705
#4f0504
#350302
#1a0101
#000000

Tones

#ef110d
#d62926
#bd423f
#a35a59
#8a7272

Tones

Similar Color like #ef110d color

Find visually similar hex color codes nearing to #ef110d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#f0120e
#f1130f
#f21410
#f31511
#f41612
#f51713
#f61814
#f71915
#f81a16
#f91b17
#fa1c18
#fb1d19
#fc1e1a
#fd1f1b
#ee100c
#ed0f0b
#ec0e0a
#eb0d09
#ea0c08
#e90b07
#e80a06
#e70905
#e60804
#e50703
#e40602
#e30501
#e20400
#e10300

Download this Dark Red

Hex #ef110d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ef110d Color Code Preview on Black Background Color

This is how #ef110d Color will look on black background color. Color contrast ratio is 4.76

#ef110d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ef110d">Your Example Paragraph content text in with font color #ef110d </p>

Your Example Paragraph content text in with font color #ef110d

HTML with inline CSS

<div style="color:#ef110d">Your Paragraph text in with font color #ef110d </div>

Your Example Paragraph content text in with font color #ef110d

#ef110d color code is use for CSS Background Color

Background color for the above div is #ef110d

HTML with inline CSS

<div style="background-color:#ef110d;"></div>

#ef110d color code is use for CSS Border Color

CSS Border color for the above div is #ef110d

HTML with inline CSS

<div style="border:5px solid #ef110d;"></div>

CSS Border Left color for the above div is #ef110d

HTML with inline CSS

<div style="border-left:5px solid #ef110d;"></div>

CSS Border Right color for the above div is #ef110d

HTML with inline CSS

<div style="border-right:5px solid #ef110d;"></div>

CSS Border Bottom color for the above div is #ef110d

HTML with inline CSS

<div style="border-bottom:5px solid #ef110d;"></div>

CSS Border Top color for the above div is #ef110d

HTML with inline CSS

<div style="border-top:5px solid #ef110d;"></div>

#ef110d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ef110d; } .examplecolorclass {color:#ef110d; } .examplebordercolor {border:3px solid #ef110d; }

#ef110d Color code Preview on White Background

This is how #ef110d Color code will look on white background color. Color contrast ratio is 4.42

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ef110d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ef110d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,17,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(13,235,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,17,13,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }