Skip to main content Skip to docs navigation

#e1113a hex color - Red - Warm color - Information

On this page
@
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 Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e1113a Color code in RGB color code model is created after adding 88.24% red color, 6.67% green color and 22.75% blue color. Hex #e1113a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 74% yellow and 11.76% black.

Hex #e1113a color code is between #dd0033 web safe hex color code and #ee0044 web safe hex color code. #dd0033 is the nearest web safe color code. You can see here many more shades of #e1113a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e1113a #e1113a
RGB Decimal 225, 17, 58 rgb(225, 17, 58)
RGB Percent 88%, 7%, 23% rgb(88%, 7%, 23%)
CSS RGBa 225, 17, 58,1 rgba(225,17,58,1)
CMYK Model cmyk(0%,92%,74%,11.76%)
HSL Color Space 348,86% ,47% hsl(348,86% ,47%)
HSV Color Space 348°, 92%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 00010001 00111010
Octal 341 21 72
Decimal 225 17 58
Hex e1 11 3a

Different shades of #e1113a color code.

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

Light Shade of #e1113a
#f0355a
Dark Shade of #e1113a
#b20d2e
Saturated Shade of #e1113a
#ed0533
Desaturated Shade of #e1113a
#d51d41
Grey scale Shade of #e1113a
#797979
Brighten Shade
#fa2a53
Most Readable Shade
#FFFFFF

Shades of #e1113a color code

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

#e1113a
#c80f33
#af0d2d
#960b26
#7d0920
#640719
#4b0513
#32030c
#190106
#000000

Similar Color like #e1113a color

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

#e2123b
#e3133c
#e4143d
#e5153e
#e6163f
#e71740
#e81841
#e91942
#ea1a43
#eb1b44
#ec1c45
#ed1d46
#ee1e47
#ef1f48
#e01039
#df0f38
#de0e37
#dd0d36
#dc0c35
#db0b34
#da0a33
#d90932
#d80831
#d70730
#d6062f
#d5052e
#d4042d
#d3032c

Monochromatic Color with #e1113a

#e1113a
#0c0103
#37040e
#610719
#8c0b24
#b60e2f

Tints of #e1113a Color

#e1113a
#e42b4f
#e74565
#eb607b
#ee7a91
#f195a7
#f5afbd
#f8cad3
#fbe4e9
#ffffff

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

#e1113a
#11e1b8

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

Split Complementary

#e1113a
#11e150
#11a2e1

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

Analogous Color

#e1118d
#e11164
#e1113a
#e11211
#e13b11

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

#e1113a
#3ae111
#113ae1

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

#e1113a
#a2e111
#11e1b8
#5011e1

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#e1113a
#11e1b8
#11a2e1
#e15011

Double Complementary 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).

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

#e1113a Color Code Preview on Black Background Color

This is how #e1113a Color will look on black background color. Color contrast ratio is 4.34

#e1113a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1113a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1113a

#e1113a color code is use for CSS Background Color

Background color for the above div is #e1113a

HTML with inline CSS

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

#e1113a color code is use for CSS Border Color

CSS Border color for the above div is #e1113a

HTML with inline CSS

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

CSS Border Left color for the above div is #e1113a

HTML with inline CSS

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

CSS Border Right color for the above div is #e1113a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1113a

HTML with inline CSS

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

CSS Border Top color for the above div is #e1113a

HTML with inline CSS

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

#e1113a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1113a Color code Preview on White Background

This is how #e1113a Color code will look on white background color. Color contrast ratio is 4.84

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,17,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,225,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,17,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.