crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ae243b hex color - Red - Warm color - Information

#ae243b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ae243b Color code in RGB color code model is created after adding 68.24% red color, 14.12% green color and 23.14% blue color. Hex #ae243b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 66% yellow and 32% black.

Hex #ae243b color code is between #aa2233 web safe hex color code and #bb3344 web safe hex color code. #aa2233 is the nearest web safe color code. You can see here many more shades of #ae243b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae243b#ae243b
RGB Decimal174, 36, 59rgb(174, 36, 59)
RGB Percent68%, 14%, 23%rgb(68%, 14%, 23%)
CSS RGBa174, 36, 59,1rgba(174,36,59,1)
CMYK Modelcmyk(0%,79%,66%,32%)
HSL Color Space350,66% ,41%hsl(350,66% ,41%)
HSV Color Space350°, 79%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100010010000111011
Octal2564473
Decimal1743659
Hexae243b

Different shades of #ae243b color code.

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

Light Shade of #ae243b
#d4314c
Dark Shade of #ae243b
#841b2d
Saturated Shade of #ae243b
#b81a34
Desaturated Shade of #ae243b
#a32e42
Grey scale Shade of #ae243b
#696969
Brighten Shade
#c73d54
Most Readable Shade
#FFFFFF

Shades of #ae243b color code

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

#ae243b
#9a2034
#871c2d
#741827
#601420
#4d101a
#3a0c13
#26080d
#130406
#000000

Similar Color like #ae243b color

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

#af253c
#b0263d
#b1273e
#b2283f
#b32940
#b42a41
#b52b42
#b62c43
#b72d44
#b82e45
#b92f46
#ba3047
#bb3148
#bc3249
#ad233a
#ac2239
#ab2138
#aa2037
#a91f36
#a81e35
#a71d34
#a61c33
#a51b32
#a41a31
#a31930
#a2182f
#a1172e
#a0162d

Monochromatic Color with #ae243b

#ae243b
#d82d49
#040101
#2e0a10
#59121e
#831b2d

Tints of #ae243b Color

#ae243b
#b73c50
#c05466
#c96d7c
#d28592
#db9da7
#e4b6bd
#edced3
#f6e6e9
#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

#ae243b
#24ae97

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

Split Complementary

#ae243b
#24ae52
#2480ae

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

Analogous Color

#ae2472
#ae2457
#ae243b
#ae2924
#ae4424

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

#ae243b
#3bae24
#243bae

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

#ae243b
#80ae24
#24ae97
#5224ae

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

#ae243b
#24ae97
#2480ae
#ae5224

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

#ae243b Color Code Preview on Black Background Color

This is how #ae243b Color will look on black background color. Color contrast ratio is 3.12

#ae243b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae243b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae243b

#ae243b color code is use for CSS Background Color

Background color for the above div is #ae243b

HTML with inline CSS

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

#ae243b color code is use for CSS Border Color

CSS Border color for the above div is #ae243b

HTML with inline CSS

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

CSS Border Left color for the above div is #ae243b

HTML with inline CSS

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

CSS Border Right color for the above div is #ae243b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae243b

HTML with inline CSS

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

CSS Border Top color for the above div is #ae243b

HTML with inline CSS

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

#ae243b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae243b Color code Preview on White Background

This is how #ae243b Color code will look on white background color. Color contrast ratio is 6.74

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.