@
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.

#e51241 hex color - Red - Warm color - Information

#e51241 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #e51241 Color code in RGB color code model is created after adding 89.8% red color, 7.06% green color and 25.49% blue color. Hex #e51241 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 72% yellow and 10.2% black.

Hex #e51241 color code is between #dd1144 web safe hex color code and #ee2233 web safe hex color code. #dd1144 is the nearest web safe color code. You can see here many more shades of #e51241 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code e51241 #e51241
RGB Decimal 229, 18, 65 rgb(229, 18, 65)
RGB Percent 90%, 7%, 25% rgb(90%, 7%, 25%)
CSS RGBa 229, 18, 65,1 rgba(229,18,65,1)
CMYK Model cmyk(0%,92%,72%,10.2%)
HSL Color Space 347,85% ,48% hsl(347,85% ,48%)
HSV Color Space 347°, 92%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100101 00010010 01000001
Octal 345 22 101
Decimal 229 18 65
Hex e5 12 41

Different shades of #e51241 color code.

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

Light Shade of #e51241
#f03a63
Dark Shade of #e51241
#b60e34
Saturated Shade of #e51241
#f1063a
Desaturated Shade of #e51241
#d91e48
Grey scale Shade of #e51241
#7b7b7b
Brighten Shade
#fe2b5a
Most Readable Shade
#FFFFFF

Shades of #e51241 color code

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

#e51241
#cb1039
#b20e32
#980c2b
#7f0a24
#65081c
#4c0615
#32040e
#190207
#000000

Similar Color like #e51241 color

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

#e61342
#e71443
#e81544
#e91645
#ea1746
#eb1847
#ec1948
#ed1a49
#ee1b4a
#ef1c4b
#f01d4c
#f11e4d
#f21f4e
#f3204f
#e41140
#e3103f
#e20f3e
#e10e3d
#e00d3c
#df0c3b
#de0b3a
#dd0a39
#dc0938
#db0837
#da0736
#d90635
#d80534
#d70433

Monochromatic Color with #e51241

#e51241
#100105
#3b0511
#65081d
#900b29
#ba0f35

Tints of #e51241 Color

#e51241
#e72c56
#ea466b
#ed6180
#f07b95
#f395aa
#f6b0bf
#f9cad4
#fce4e9
#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

#e51241
#12e5b6

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

Split Complementary

#e51241
#12e54d
#12aae5

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

Analogous Color

#e51295
#e5126b
#e51241
#e51217
#e53712

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

#e51241
#41e512
#1241e5

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

#e51241
#aae512
#12e5b6
#4d12e5

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

#e51241
#12e5b6
#12aae5
#e54d12

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 #e51241 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.

#e51241 Color Code Preview on Black Background Color

This is how #e51241 Color will look on black background color. Color contrast ratio is 4.49

#e51241 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e51241

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e51241

#e51241 color code is use for CSS Background Color

Background color for the above div is #e51241

HTML with inline CSS

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

#e51241 color code is use for CSS Border Color

CSS Border color for the above div is #e51241

HTML with inline CSS

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

CSS Border Left color for the above div is #e51241

HTML with inline CSS

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

CSS Border Right color for the above div is #e51241

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e51241

HTML with inline CSS

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

CSS Border Top color for the above div is #e51241

HTML with inline CSS

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

#e51241 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e51241 Color code Preview on White Background

This is how #e51241 Color code will look on white background color. Color contrast ratio is 4.67

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

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(229,18,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,229,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,18,65,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.