Skip to main content Skip to docs navigation

#ed331c 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 #ed331c Color code in RGB color code model is created after adding 92.94% red color, 20% green color and 10.98% blue color. Hex #ed331c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 88% yellow and 7.06% black.

Hex #ed331c color code is between #ee2222 web safe hex color code and #dd4411 web safe hex color code. #ee2222 is the nearest web safe color code. You can see here many more shades of #ed331c color code.

RGB Chart

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

Color Table

Hex Color Code ed331c #ed331c
RGB Decimal 237, 51, 28 237, 51, 28
RGB Percent 93%, 20%, 11% rgb(93%, 20%, 11%)
CSS RGBa 237, 51, 28,1 rgba(237,51,28,1)
CMYK Model cmyk(0%,78%,88%,7.06%)
HSL Color Space 7,85% ,52% hsl(7,85% ,52%)
HSV Color Space 7°, 88%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 00110011 00011100
Octal 355 63 34
Decimal 237 51 28
Hex ed 33 1c

Different shades of #ed331c color code.

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

Darkest of #ed331c
#681308
Darker of #ed331c
#971b0c
Dark of #ed331c
#c62410
Base of #ed331c
#ed331c
Light of #ed331c
#f15d4b
Lighter
#f4887a
Lightest
#f8b2aa

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

#ed331c
#1cd6ed

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

Split Complementary

#ed331c
#1ced9b
#1c6eed

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

Analogous Color

#ed1c7f
#ed1c5c
#ed331c
#ed791c
#edd01c

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

#ed331c
#331ced
#1ced33

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

#ed331c
#1ced33
#1cd6ed
#ed1cd6

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

#ed331c
#6eed1c
#1cd6ed
#9b1ced

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

#390a04
#681308
#971b0c
#c62410
#ed331c
#f15d4b
#f4887a
#f8b2aa
#fcddd9

Tints of #ed331c Color

#ed331c
#ef4935
#f1604e
#f37767
#f58d80
#f7a49a
#f9bbb3
#fbd1cc
#fde8e5
#ffffff

Shades of #ed331c color code

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

#ed331c
#d22d18
#b82715
#9e2212
#831c0f
#69160c
#4f1109
#340b06
#1a0503
#000000

Tones

#ed331c
#d54634
#bc594d
#a46c65
#8b7f7e

Tones

Similar Color like #ed331c color

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

#ee341d
#ef351e
#f0361f
#f13720
#f23821
#f33922
#f43a23
#f53b24
#f63c25
#f73d26
#f83e27
#f93f28
#fa4029
#fb412a
#ec321b
#eb311a
#ea3019
#e92f18
#e82e17
#e72d16
#e62c15
#e52b14
#e42a13
#e32912
#e22811
#e12710
#e0260f
#df250e

Download this Dark Red

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

#ed331c Color Code Preview on Black Background Color

This is how #ed331c Color will look on black background color. Color contrast ratio is 5.09

#ed331c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed331c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed331c

#ed331c color code is use for CSS Background Color

Background color for the above div is #ed331c

HTML with inline CSS

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

#ed331c color code is use for CSS Border Color

CSS Border color for the above div is #ed331c

HTML with inline CSS

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

CSS Border Left color for the above div is #ed331c

HTML with inline CSS

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

CSS Border Right color for the above div is #ed331c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed331c

HTML with inline CSS

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

CSS Border Top color for the above div is #ed331c

HTML with inline CSS

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

#ed331c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed331c Color code Preview on White Background

This is how #ed331c Color code will look on white background color. Color contrast ratio is 4.12

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

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