Skip to main content Skip to docs navigation

#ae211e 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 Scarlet Blaze and its hex is #B21F1F Nearest Color Name

Color Hue/Base color: Red

Hex #ae211e Color code in RGB color code model is created after adding 68.24% red color, 12.94% green color and 11.76% blue color. Hex #ae211e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 83% yellow and 31.76% black.

Hex #ae211e color code is between #aa2222 web safe hex color code and #bb1111 web safe hex color code. #aa2222 is the nearest web safe color code. You can see here many more shades of #ae211e color code.

RGB Chart

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

Color Table

Hex Color Code ae211e #ae211e
RGB Decimal 174, 33, 30 174, 33, 30
RGB Percent 68%, 13%, 12% rgb(68%, 13%, 12%)
CSS RGBa 174, 33, 30,1 rgba(174,33,30,1)
CMYK Model cmyk(0%,81%,83%,31.76%)
HSL Color Space 1,71% ,40% hsl(1,71% ,40%)
HSV Color Space 1°, 83%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 00100001 00011110
Octal 256 41 36
Decimal 174 33 30
Hex ae 21 1e

Different shades of #ae211e color code.

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

Darkest of #ae211e
#2c0807
Darker of #ae211e
#57100f
Dark of #ae211e
#831916
Base of #ae211e
#ae211e
Light of #ae211e
#da2925
Lighter
#e15451
Lightest
#e97f7c

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

#ae211e
#1eabae

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

Split Complementary

#ae211e
#1eae69
#1e63ae

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

Analogous Color

#ae1e6f
#ae1e57
#ae211e
#ae511e
#ae8d1e

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

#ae211e
#211eae
#1eae21

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

#ae211e
#1eae21
#1eabae
#ae1eab

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

#ae211e
#63ae1e
#1eabae
#691eae

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

#000000
#2c0807
#57100f
#831916
#ae211e
#da2925
#e15451
#e97f7c
#f0a9a8

Tints of #ae211e Color

#ae211e
#b73937
#c05250
#c96b69
#d28382
#db9c9b
#e4b5b4
#edcdcd
#f6e6e6
#ffffff

Shades of #ae211e color code

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

#ae211e
#9a1d1a
#871917
#741614
#601210
#4d0e0d
#3a0b0a
#260706
#130303
#000000

Tones

#ae211e
#9a3532
#854847
#715c5b
#666666

Tones

Similar Color like #ae211e color

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

#af221f
#b02320
#b12421
#b22522
#b32623
#b42724
#b52825
#b62926
#b72a27
#b82b28
#b92c29
#ba2d2a
#bb2e2b
#bc2f2c
#ad201d
#ac1f1c
#ab1e1b
#aa1d1a
#a91c19
#a81b18
#a71a17
#a61916
#a51815
#a41714
#a31613
#a21512
#a11411
#a01310

Download this Dark Red

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

#ae211e Color Code Preview on Black Background Color

This is how #ae211e Color will look on black background color. Color contrast ratio is 3.04

#ae211e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae211e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae211e

#ae211e color code is use for CSS Background Color

Background color for the above div is #ae211e

HTML with inline CSS

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

#ae211e color code is use for CSS Border Color

CSS Border color for the above div is #ae211e

HTML with inline CSS

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

CSS Border Left color for the above div is #ae211e

HTML with inline CSS

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

CSS Border Right color for the above div is #ae211e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae211e

HTML with inline CSS

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

CSS Border Top color for the above div is #ae211e

HTML with inline CSS

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

#ae211e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae211e Color code Preview on White Background

This is how #ae211e Color code will look on white background color. Color contrast ratio is 6.92

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

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(174,33,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,171,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,33,30,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }