Skip to main content Skip to docs navigation

#eb481f 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 Heating Lamp and its hex is #EE4422 Nearest Color Name

Color Hue/Base color: Red

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

Hex #eb481f color code is between #ee4422 web safe hex color code and #dd5511 web safe hex color code. #ee4422 is the nearest web safe color code. You can see here many more shades of #eb481f color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11101011 01001000 00011111
Octal 353 110 37
Decimal 235 72 31
Hex eb 48 1f

Different shades of #eb481f color code.

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

Darkest of #eb481f
#681c09
Darker of #eb481f
#97290d
Dark of #eb481f
#c53612
Base of #eb481f
#eb481f
Light of #eb481f
#ef6e4e
Lighter
#f3957d
Lightest
#f8bbab

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

#eb481f
#1fc2eb

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

Split Complementary

#eb481f
#1febae
#1f5ceb

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

Analogous Color

#eb1f6d
#eb1f4b
#eb481f
#eb8c1f
#ebe11f

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

#eb481f
#481feb
#1feb48

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

#eb481f
#1feb48
#1fc2eb
#eb1fc2

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

#eb481f
#5ceb1f
#1fc2eb
#ae1feb

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

#391005
#681c09
#97290d
#c53612
#eb481f
#ef6e4e
#f3957d
#f8bbab
#fce1da

Tints of #eb481f Color

#eb481f
#ed5c37
#ef7050
#f18569
#f39982
#f6ad9b
#f8c2b4
#fad6cd
#fceae6
#ffffff

Shades of #eb481f color code

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

#eb481f
#d0401b
#b63818
#9c3014
#822811
#68200d
#4e180a
#341006
#1a0803
#000000

Tones

#eb481f
#d35737
#ba6550
#a27468
#898281

Tones

Similar Color like #eb481f color

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

#ec4920
#ed4a21
#ee4b22
#ef4c23
#f04d24
#f14e25
#f24f26
#f35027
#f45128
#f55229
#f6532a
#f7542b
#f8552c
#f9562d
#ea471e
#e9461d
#e8451c
#e7441b
#e6431a
#e54219
#e44118
#e34017
#e23f16
#e13e15
#e03d14
#df3c13
#de3b12
#dd3a11

Download this Dark Red

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

#eb481f Color Code Preview on Black Background Color

This is how #eb481f Color will look on black background color. Color contrast ratio is 5.48

#eb481f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb481f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb481f

#eb481f color code is use for CSS Background Color

Background color for the above div is #eb481f

HTML with inline CSS

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

#eb481f color code is use for CSS Border Color

CSS Border color for the above div is #eb481f

HTML with inline CSS

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

CSS Border Left color for the above div is #eb481f

HTML with inline CSS

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

CSS Border Right color for the above div is #eb481f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb481f

HTML with inline CSS

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

CSS Border Top color for the above div is #eb481f

HTML with inline CSS

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

#eb481f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb481f Color code Preview on White Background

This is how #eb481f Color code will look on white background color. Color contrast ratio is 3.83

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

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