Skip to main content Skip to docs navigation

#ee0901 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 Uproar Red and its hex is #EE1100 Nearest Color Name

Color Hue/Base color: Red

Hex #ee0901 Color code in RGB color code model is created after adding 93.33% red color, 3.53% green color and 0.39% blue color. Hex #ee0901 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 100% yellow and 6.67% black.

Hex #ee0901 color code is between #dd1100 web safe hex color code and #ff0000 web safe hex color code. #dd1100 is the nearest web safe color code. You can see here many more shades of #ee0901 color code.

RGB Chart

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

Color Table

Hex Color Code ee0901 #ee0901
RGB Decimal 238, 9, 1 238, 9, 1
RGB Percent 93%, 4%, 0% rgb(93%, 4%, 0%)
CSS RGBa 238, 9, 1,1 rgba(238,9,1,1)
CMYK Model cmyk(0%,96%,100%,6.67%)
HSL Color Space 2,99% ,47% hsl(2,99% ,47%)
HSV Color Space 2°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 00001001 00000001
Octal 356 11 1
Decimal 238 9 1
Hex ee 09 01

Different shades of #ee0901 color code.

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

Darkest of #ee0901
#560300
Darker of #ee0901
#880501
Dark of #ee0901
#bb0701
Base of #ee0901
#ee0901
Light of #ee0901
#fe2b24
Lighter
#fe5c57
Lightest
#ff8d89

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

#ee0901
#01e6ee

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

Split Complementary

#ee0901
#01ee80
#016fee

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

Analogous Color

#ee0183
#ee015c
#ee0901
#ee5801
#eebb01

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

#ee0901
#0901ee
#01ee09

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

#ee0901
#01ee09
#01e6ee
#ee01e6

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

#ee0901
#6fee01
#01e6ee
#8001ee

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

#230100
#560300
#880501
#bb0701
#ee0901
#fe2b24
#fe5c57
#ff8d89
#ffbfbc

Tints of #ee0901 Color

#ee0901
#ef241d
#f13f39
#f35b55
#f57671
#f7918e
#f9adaa
#fbc8c6
#fde3e2
#ffffff

Shades of #ee0901 color code

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

#ee0901
#d30800
#b90700
#9e0600
#840500
#690400
#4f0300
#340200
#1a0100
#000000

Tones

#ee0901
#d61f19
#be3631
#a64c49
#8e6261

Tones

Similar Color like #ee0901 color

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

#ef0a02
#f00b03
#f10c04
#f20d05
#f30e06
#f40f07
#f51008
#f61109
#f7120a
#f8130b
#f9140c
#fa150d
#fb160e
#fc170f
#ed0800
#ec0700
#eb0600
#ea0500
#e90400
#e80300
#e70200
#e60100
#e50000
#e40000
#e30000
#e20000
#e10000
#e00000

Download this Dark Red

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

#ee0901 Color Code Preview on Black Background Color

This is how #ee0901 Color will look on black background color. Color contrast ratio is 4.67

#ee0901 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee0901

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee0901

#ee0901 color code is use for CSS Background Color

Background color for the above div is #ee0901

HTML with inline CSS

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

#ee0901 color code is use for CSS Border Color

CSS Border color for the above div is #ee0901

HTML with inline CSS

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

CSS Border Left color for the above div is #ee0901

HTML with inline CSS

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

CSS Border Right color for the above div is #ee0901

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee0901

HTML with inline CSS

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

CSS Border Top color for the above div is #ee0901

HTML with inline CSS

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

#ee0901 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee0901 Color code Preview on White Background

This is how #ee0901 Color code will look on white background color. Color contrast ratio is 4.49

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

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(238,9,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,230,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,9,1,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }