Skip to main content Skip to docs navigation

#ee100f 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 Roman Empire Red and its hex is #EE1111 Nearest Color Name

Color Hue/Base color: Red

Hex #ee100f Color code in RGB color code model is created after adding 93.33% red color, 6.27% green color and 5.88% blue color. Hex #ee100f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 94% yellow and 6.67% black.

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

RGB Chart

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

Color Table

Hex Color Code ee100f #ee100f
RGB Decimal 238, 16, 15 238, 16, 15
RGB Percent 93%, 6%, 6% rgb(93%, 6%, 6%)
CSS RGBa 238, 16, 15,1 rgba(238,16,15,1)
CMYK Model cmyk(0%,93%,94%,6.67%)
HSL Color Space 0,88% ,50% hsl(0,88% ,50%)
HSV Color Space 0°, 94%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 00010000 00001111
Octal 356 20 17
Decimal 238 16 15
Hex ee 10 0f

Different shades of #ee100f color code.

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

Darkest of #ee100f
#5e0606
Darker of #ee100f
#8e0a09
Dark of #ee100f
#be0d0c
Base of #ee100f
#ee100f
Light of #ee100f
#f33e3d
Lighter
#f66e6d
Lightest
#f99e9d

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

#ee100f
#0fedee

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

Split Complementary

#ee100f
#0fee80
#0f7eee

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

Analogous Color

#ee0f90
#ee0f6b
#ee100f
#ee5a0f
#eeb70f

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

#ee100f
#100fee
#0fee10

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

#ee100f
#0fee10
#0fedee
#ee0fed

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

#ee100f
#7eee0f
#0fedee
#800fee

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

#2e0303
#5e0606
#8e0a09
#be0d0c
#ee100f
#f33e3d
#f66e6d
#f99e9d
#fccdcd

Tints of #ee100f Color

#ee100f
#ef2a29
#f14544
#f35f5f
#f57a79
#f79494
#f9afaf
#fbc9c9
#fde4e4
#ffffff

Shades of #ee100f color code

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

#ee100f
#d30e0d
#b90c0b
#9e0a0a
#840808
#690706
#4f0505
#340303
#1a0101
#000000

Tones

#ee100f
#d52928
#bb4242
#a25b5b
#897474

Tones

Similar Color like #ee100f color

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

#ef1110
#f01211
#f11312
#f21413
#f31514
#f41615
#f51716
#f61817
#f71918
#f81a19
#f91b1a
#fa1c1b
#fb1d1c
#fc1e1d
#ed0f0e
#ec0e0d
#eb0d0c
#ea0c0b
#e90b0a
#e80a09
#e70908
#e60807
#e50706
#e40605
#e30504
#e20403
#e10302
#e00201

Download this Dark Red

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

#ee100f Color Code Preview on Black Background Color

This is how #ee100f Color will look on black background color. Color contrast ratio is 4.72

#ee100f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee100f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee100f

#ee100f color code is use for CSS Background Color

Background color for the above div is #ee100f

HTML with inline CSS

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

#ee100f color code is use for CSS Border Color

CSS Border color for the above div is #ee100f

HTML with inline CSS

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

CSS Border Left color for the above div is #ee100f

HTML with inline CSS

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

CSS Border Right color for the above div is #ee100f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee100f

HTML with inline CSS

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

CSS Border Top color for the above div is #ee100f

HTML with inline CSS

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

#ee100f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee100f Color code Preview on White Background

This is how #ee100f Color code will look on white background color. Color contrast ratio is 4.45

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

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