Skip to main content Skip to docs navigation

#ef110f 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 #ef110f Color code in RGB color code model is created after adding 93.73% red color, 6.67% green color and 5.88% blue color. Hex #ef110f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 94% yellow and 6.27% black.

Hex #ef110f 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 #ef110f color code.

RGB Chart

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

Color Table

Hex Color Code ef110f #ef110f
RGB Decimal 239, 17, 15 239, 17, 15
RGB Percent 94%, 7%, 6% rgb(94%, 7%, 6%)
CSS RGBa 239, 17, 15,1 rgba(239,17,15,1)
CMYK Model cmyk(0%,93%,94%,6.27%)
HSL Color Space 1,88% ,50% hsl(1,88% ,50%)
HSV Color Space 1°, 94%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 00010001 00001111
Octal 357 21 17
Decimal 239 17 15
Hex ef 11 0f

Different shades of #ef110f color code.

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

Darkest of #ef110f
#5f0706
Darker of #ef110f
#8f0a09
Dark of #ef110f
#bf0e0c
Base of #ef110f
#ef110f
Light of #ef110f
#f3403e
Lighter
#f66f6e
Lightest
#f99f9e

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

#ef110f
#0fedef

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

Split Complementary

#ef110f
#0fef81
#0f7def

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

Analogous Color

#ef0f90
#ef0f6a
#ef110f
#ef5c0f
#efb90f

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

#ef110f
#110fef
#0fef11

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

#ef110f
#0fef11
#0fedef
#ef0fed

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

#ef110f
#7def0f
#0fedef
#810fef

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

#2f0303
#5f0706
#8f0a09
#bf0e0c
#ef110f
#f3403e
#f66f6e
#f99f9e
#fccece

Tints of #ef110f Color

#ef110f
#f02b29
#f24544
#f4605f
#f67a79
#f79594
#f9afaf
#fbcac9
#fde4e4
#ffffff

Shades of #ef110f color code

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

#ef110f
#d40f0d
#b90d0b
#9f0b0a
#840908
#6a0706
#4f0505
#350303
#1a0101
#000000

Tones

#ef110f
#d62a28
#bc4342
#a35c5b
#897575

Tones

Similar Color like #ef110f color

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

#f01210
#f11311
#f21412
#f31513
#f41614
#f51715
#f61816
#f71917
#f81a18
#f91b19
#fa1c1a
#fb1d1b
#fc1e1c
#fd1f1d
#ee100e
#ed0f0d
#ec0e0c
#eb0d0b
#ea0c0a
#e90b09
#e80a08
#e70907
#e60806
#e50705
#e40604
#e30503
#e20402
#e10301

Download this Dark Red

Hex #ef110f 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.

#ef110f Color Code Preview on Black Background Color

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

#ef110f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef110f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef110f

#ef110f color code is use for CSS Background Color

Background color for the above div is #ef110f

HTML with inline CSS

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

#ef110f color code is use for CSS Border Color

CSS Border color for the above div is #ef110f

HTML with inline CSS

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

CSS Border Left color for the above div is #ef110f

HTML with inline CSS

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

CSS Border Right color for the above div is #ef110f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef110f

HTML with inline CSS

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

CSS Border Top color for the above div is #ef110f

HTML with inline CSS

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

#ef110f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef110f Color code Preview on White Background

This is how #ef110f Color code will look on white background color. Color contrast ratio is 4.41

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 #ef110f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ef110f; }

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,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,237,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,17,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }