Skip to main content Skip to docs navigation

#eb301f 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 Don’t Be Shy and its hex is #ED2C1A Nearest Color Name

Color Hue/Base color: Red

Hex #eb301f Color code in RGB color code model is created after adding 92.16% red color, 18.82% green color and 12.16% blue color. Hex #eb301f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 87% yellow and 7.84% black.

Hex #eb301f color code is between #ee3322 web safe hex color code and #dd2211 web safe hex color code. #ee3322 is the nearest web safe color code. You can see here many more shades of #eb301f color code.

RGB Chart

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

Color Table

Hex Color Code eb301f #eb301f
RGB Decimal 235, 48, 31 235, 48, 31
RGB Percent 92%, 19%, 12% rgb(92%, 19%, 12%)
CSS RGBa 235, 48, 31,1 rgba(235,48,31,1)
CMYK Model cmyk(0%,80%,87%,7.84%)
HSL Color Space 5,84% ,52% hsl(5,84% ,52%)
HSV Color Space 5°, 87%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 00110000 00011111
Octal 353 60 37
Decimal 235 48 31
Hex eb 30 1f

Different shades of #eb301f color code.

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

Darkest of #eb301f
#681109
Darker of #eb301f
#97190d
Dark of #eb301f
#c52112
Base of #eb301f
#eb301f
Light of #eb301f
#ef5b4e
Lighter
#f3877d
Lightest
#f8b2ab

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

#eb301f
#1fdaeb

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

Split Complementary

#eb301f
#1feb96
#1f74eb

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

Analogous Color

#eb1f85
#eb1f63
#eb301f
#eb741f
#ebc91f

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

#eb301f
#301feb
#1feb30

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

#eb301f
#1feb30
#1fdaeb
#eb1fda

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

#eb301f
#74eb1f
#1fdaeb
#961feb

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

#390905
#681109
#97190d
#c52112
#eb301f
#ef5b4e
#f3877d
#f8b2ab
#fcddda

Tints of #eb301f Color

#eb301f
#ed4737
#ef5e50
#f17569
#f38c82
#f6a39b
#f8bab4
#fad1cd
#fce8e6
#ffffff

Shades of #eb301f color code

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

#eb301f
#d02a1b
#b62518
#9c2014
#821a11
#68150d
#4e100a
#340a06
#1a0503
#000000

Tones

#eb301f
#d34437
#ba5950
#a26d68
#898181

Tones

Similar Color like #eb301f color

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

#ec3120
#ed3221
#ee3322
#ef3423
#f03524
#f13625
#f23726
#f33827
#f43928
#f53a29
#f63b2a
#f73c2b
#f83d2c
#f93e2d
#ea2f1e
#e92e1d
#e82d1c
#e72c1b
#e62b1a
#e52a19
#e42918
#e32817
#e22716
#e12615
#e02514
#df2413
#de2312
#dd2211

Download this Dark Red

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

#eb301f Color Code Preview on Black Background Color

This is how #eb301f Color will look on black background color. Color contrast ratio is 4.98

#eb301f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb301f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb301f

#eb301f color code is use for CSS Background Color

Background color for the above div is #eb301f

HTML with inline CSS

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

#eb301f color code is use for CSS Border Color

CSS Border color for the above div is #eb301f

HTML with inline CSS

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

CSS Border Left color for the above div is #eb301f

HTML with inline CSS

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

CSS Border Right color for the above div is #eb301f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb301f

HTML with inline CSS

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

CSS Border Top color for the above div is #eb301f

HTML with inline CSS

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

#eb301f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb301f Color code Preview on White Background

This is how #eb301f Color code will look on white background color. Color contrast ratio is 4.22

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

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(235,48,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,218,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,48,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }