Skip to main content Skip to docs navigation

#ea253f 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 Imperial Red and its hex is #EC2938 Nearest Color Name

Color Hue/Base color: Red

Hex #ea253f Color code in RGB color code model is created after adding 91.76% red color, 14.51% green color and 24.71% blue color. Hex #ea253f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 73% yellow and 8.24% black.

Hex #ea253f color code is between #ee2244 web safe hex color code and #dd3333 web safe hex color code. #ee2244 is the nearest web safe color code. You can see here many more shades of #ea253f color code.

RGB Chart

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

Color Table

Hex Color Code ea253f #ea253f
RGB Decimal 234, 37, 63 234, 37, 63
RGB Percent 92%, 15%, 25% rgb(92%, 15%, 25%)
CSS RGBa 234, 37, 63,1 rgba(234,37,63,1)
CMYK Model cmyk(0%,84%,73%,8.24%)
HSL Color Space 352,82% ,53% hsl(352,82% ,53%)
HSV Color Space 352°, 84%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 00100101 00111111
Octal 352 45 77
Decimal 234 37 63
Hex ea 25 3f

Different shades of #ea253f color code.

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

Darkest of #ea253f
#6c0a17
Darker of #ea253f
#9a0f21
Dark of #ea253f
#c9132b
Base of #ea253f
#ea253f
Light of #ea253f
#ee5468
Lighter
#f38291
Lightest
#f7b1ba

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

#ea253f
#25ead0

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

Split Complementary

#ea253f
#25ea6e
#25a2ea

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

Analogous Color

#ea25b2
#ea2591
#ea253f
#ea4d25
#ea9f25

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

#ea253f
#253fea
#3fea25

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

#ea253f
#3fea25
#25ead0
#d025ea

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

#ea253f
#a2ea25
#25ead0
#6e25ea

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

#3d060d
#6c0a17
#9a0f21
#c9132b
#ea253f
#ee5468
#f38291
#f7b1ba
#fcdfe3

Tints of #ea253f Color

#ea253f
#ec3d54
#ee5569
#f16d7f
#f38594
#f59ea9
#f8b6bf
#faced4
#fce6e9
#ffffff

Shades of #ea253f color code

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

#ea253f
#d02038
#b61c31
#9c182a
#821423
#68101c
#4e0c15
#34080e
#1a0407
#000000

Tones

#ea253f
#d23d51
#ba5562
#a26d74
#8a8585

Tones

Similar Color like #ea253f color

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

#eb2640
#ec2741
#ed2842
#ee2943
#ef2a44
#f02b45
#f12c46
#f22d47
#f32e48
#f42f49
#f5304a
#f6314b
#f7324c
#f8334d
#e9243e
#e8233d
#e7223c
#e6213b
#e5203a
#e41f39
#e31e38
#e21d37
#e11c36
#e01b35
#df1a34
#de1933
#dd1832
#dc1731

Download this Dark Red

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

#ea253f Color Code Preview on Black Background Color

This is how #ea253f Color will look on black background color. Color contrast ratio is 4.83

#ea253f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea253f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea253f

#ea253f color code is use for CSS Background Color

Background color for the above div is #ea253f

HTML with inline CSS

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

#ea253f color code is use for CSS Border Color

CSS Border color for the above div is #ea253f

HTML with inline CSS

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

CSS Border Left color for the above div is #ea253f

HTML with inline CSS

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

CSS Border Right color for the above div is #ea253f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea253f

HTML with inline CSS

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

CSS Border Top color for the above div is #ea253f

HTML with inline CSS

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

#ea253f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea253f Color code Preview on White Background

This is how #ea253f Color code will look on white background color. Color contrast ratio is 4.34

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

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(234,37,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(37,234,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,37,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }