Skip to main content Skip to docs navigation

#ae010d 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 Chorizo and its hex is #AA0011 Nearest Color Name

Color Hue/Base color: Red

Hex #ae010d Color code in RGB color code model is created after adding 68.24% red color, 0.39% green color and 5.1% blue color. Hex #ae010d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 93% yellow and 31.76% black.

Hex #ae010d color code is between #aa0011 web safe hex color code and #bb0000 web safe hex color code. #aa0011 is the nearest web safe color code. You can see here many more shades of #ae010d color code.

RGB Chart

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

Color Table

Hex Color Code ae010d #ae010d
RGB Decimal 174, 1, 13 174, 1, 13
RGB Percent 68%, 0%, 5% rgb(68%, 0%, 5%)
CSS RGBa 174, 1, 13,1 rgba(174,1,13,1)
CMYK Model cmyk(0%,99%,93%,31.76%)
HSL Color Space 356,99% ,34% hsl(356,99% ,34%)
HSV Color Space 356°, 99%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 00000001 00001101
Octal 256 1 15
Decimal 174 1 13
Hex ae 01 0d

Different shades of #ae010d color code.

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

Darkest of #ae010d
#160002
Darker of #ae010d
#490005
Dark of #ae010d
#7b0109
Base of #ae010d
#ae010d
Light of #ae010d
#e10111
Lighter
#fe1727
Lightest
#fe4a56

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

#ae010d
#01aea2

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

Split Complementary

#ae010d
#01ae4b
#0163ae

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

Analogous Color

#ae0172
#ae0155
#ae010d
#ae2f01
#ae7701

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

#ae010d
#010dae
#0dae01

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

#ae010d
#0dae01
#01aea2
#a201ae

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

#ae010d
#63ae01
#01aea2
#4b01ae

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

#000000
#160002
#490005
#7b0109
#ae010d
#e10111
#fe1727
#fe4a56
#fe7d86

Tints of #ae010d Color

#ae010d
#b71d27
#c03942
#c9555d
#d27178
#db8e93
#e4aaae
#edc6c9
#f6e2e4
#ffffff

Shades of #ae010d color code

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

#ae010d
#9a000b
#87000a
#740008
#600007
#4d0005
#3a0004
#260002
#130001
#000000

Tones

#ae010d
#9c121c
#8b242b
#79353a
#684749

Tones

Similar Color like #ae010d color

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

#af020e
#b0030f
#b10410
#b20511
#b30612
#b40713
#b50814
#b60915
#b70a16
#b80b17
#b90c18
#ba0d19
#bb0e1a
#bc0f1b
#ad000c
#ac000b
#ab000a
#aa0009
#a90008
#a80007
#a70006
#a60005
#a50004
#a40003
#a30002
#a20001
#a10000
#a00000

Download this Dark Red

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

#ae010d Color Code Preview on Black Background Color

This is how #ae010d Color will look on black background color. Color contrast ratio is 2.81

#ae010d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae010d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae010d

#ae010d color code is use for CSS Background Color

Background color for the above div is #ae010d

HTML with inline CSS

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

#ae010d color code is use for CSS Border Color

CSS Border color for the above div is #ae010d

HTML with inline CSS

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

CSS Border Left color for the above div is #ae010d

HTML with inline CSS

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

CSS Border Right color for the above div is #ae010d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae010d

HTML with inline CSS

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

CSS Border Top color for the above div is #ae010d

HTML with inline CSS

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

#ae010d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae010d Color code Preview on White Background

This is how #ae010d Color code will look on white background color. Color contrast ratio is 7.47

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

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