crispedge.com

Color picker

Loading...

#ae001a hex color - Red - Warm color - Information

#ae001a hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ae001a Color code in RGB color code model is created after adding 68.24% red color, 0% green color and 10.2% blue color. Hex #ae001a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 85% yellow and 32% black.

Hex #ae001a color code is between #aa0022 web safe hex color code and #bb0011 web safe hex color code. #aa0022 is the nearest web safe color code. You can see here many more shades of #ae001a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae001a#ae001a
RGB Decimal174, 0, 26rgb(174, 0, 26)
RGB Percent68%, 0%, 10%rgb(68%, 0%, 10%)
CSS RGBa174, 0, 26,1rgba(174,0,26,1)
CMYK Modelcmyk(0%,100%,85%,32%)
HSL Color Space351,100% ,34%hsl(351,100% ,34%)
HSV Color Space351°, 100%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100000000000011010
Octal256032
Decimal174026
Hexae001a

Different shades of #ae001a color code.

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

Light Shade of #ae001a
#e10022
Dark Shade of #ae001a
#7b0012
Saturated Shade of #ae001a
#ae001a
Desaturated Shade of #ae001a
#a50920
Grey scale Shade of #ae001a
#575757
Brighten Shade
#c71933
Most Readable Shade
#FFFFFF

Shades of #ae001a color code

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

#ae001a
#9a0017
#870014
#740011
#60000e
#4d000b
#3a0008
#260005
#130002
#000000

Similar Color like #ae001a color

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

#af011b
#b0021c
#b1031d
#b2041e
#b3051f
#b40620
#b50721
#b60822
#b70923
#b80a24
#b90b25
#ba0c26
#bb0d27
#bc0e28
#ad0019
#ac0018
#ab0017
#aa0016
#a90015
#a80014
#a70013
#a60012
#a50011
#a40010
#a3000f
#a2000e
#a1000d
#a0000c

Monochromatic Color with #ae001a

#ae001a
#d80020
#040001
#2e0007
#59000d
#830014

Tints of #ae001a Color

#ae001a
#b71c33
#c0384c
#c95566
#d2717f
#db8d99
#e4aab2
#edc6cc
#f6e2e5
#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

#ae001a
#00ae94

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

Split Complementary

#ae001a
#00ae3d
#0071ae

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

Analogous Color

#ae0060
#ae003d
#ae001a
#ae0900
#ae2c00

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

#ae001a
#1aae00
#001aae

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

#ae001a
#71ae00
#00ae94
#3d00ae

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

#ae001a
#00ae94
#0071ae
#ae3d00

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

#ae001a Color Code Preview on Black Background Color

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

#ae001a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae001a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae001a

#ae001a color code is use for CSS Background Color

Background color for the above div is #ae001a

HTML with inline CSS

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

#ae001a color code is use for CSS Border Color

CSS Border color for the above div is #ae001a

HTML with inline CSS

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

CSS Border Left color for the above div is #ae001a

HTML with inline CSS

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

CSS Border Right color for the above div is #ae001a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae001a

HTML with inline CSS

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

CSS Border Top color for the above div is #ae001a

HTML with inline CSS

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

#ae001a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae001a Color code Preview on White Background

This is how #ae001a Color code will look on white background color. Color contrast ratio is 7.46

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

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(174,0,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,174,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,0,26,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.