Skip to main content Skip to docs navigation

#ef310d 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 Vermilion and its hex is #F4320C Nearest Color Name

Color Hue/Base color: Red

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

Hex #ef310d color code is between #ee3311 web safe hex color code and #ff2200 web safe hex color code. #ee3311 is the nearest web safe color code. You can see here many more shades of #ef310d color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11101111 00110001 00001101
Octal 357 61 15
Decimal 239 49 13
Hex ef 31 0d

Different shades of #ef310d color code.

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

Darkest of #ef310d
#5e1305
Darker of #ef310d
#8e1d08
Dark of #ef310d
#bf270a
Base of #ef310d
#ef310d
Light of #ef310d
#f4583b
Lighter
#f7816b
Lightest
#faaa9b

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

#ef310d
#0dcbef

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

Split Complementary

#ef310d
#0defa2
#0d5aef

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

Analogous Color

#ef0d6d
#ef0d47
#ef310d
#ef7c0d
#efda0d

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

#ef310d
#310def
#0def31

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

#ef310d
#0def31
#0dcbef
#ef0dcb

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

#ef310d
#5aef0d
#0dcbef
#a20def

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

#2e0902
#5e1305
#8e1d08
#bf270a
#ef310d
#f4583b
#f7816b
#faaa9b
#fcd3cc

Tints of #ef310d Color

#ef310d
#f04727
#f25e42
#f4755d
#f68c78
#f7a393
#f9baae
#fbd1c9
#fde8e4
#ffffff

Shades of #ef310d color code

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

#ef310d
#d42b0b
#b9260a
#9f2008
#841b07
#6a1505
#4f1004
#350a02
#1a0501
#000000

Tones

#ef310d
#d64226
#bd533f
#a36559
#8a7672

Tones

Similar Color like #ef310d color

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

#f0320e
#f1330f
#f23410
#f33511
#f43612
#f53713
#f63814
#f73915
#f83a16
#f93b17
#fa3c18
#fb3d19
#fc3e1a
#fd3f1b
#ee300c
#ed2f0b
#ec2e0a
#eb2d09
#ea2c08
#e92b07
#e82a06
#e72905
#e62804
#e52703
#e42602
#e32501
#e22400
#e12300

Download this Dark Red

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

#ef310d Color Code Preview on Black Background Color

This is how #ef310d Color will look on black background color. Color contrast ratio is 5.12

#ef310d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef310d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef310d

#ef310d color code is use for CSS Background Color

Background color for the above div is #ef310d

HTML with inline CSS

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

#ef310d color code is use for CSS Border Color

CSS Border color for the above div is #ef310d

HTML with inline CSS

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

CSS Border Left color for the above div is #ef310d

HTML with inline CSS

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

CSS Border Right color for the above div is #ef310d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef310d

HTML with inline CSS

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

CSS Border Top color for the above div is #ef310d

HTML with inline CSS

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

#ef310d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef310d Color code Preview on White Background

This is how #ef310d Color code will look on white background color. Color contrast ratio is 4.11

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

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