Skip to main content Skip to docs navigation

#af4044 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 Frosted Pomegranate and its hex is #AD3D46 Nearest Color Name

Color Hue/Base color: Red

Hex #af4044 Color code in RGB color code model is created after adding 68.63% red color, 25.1% green color and 26.67% blue color. Hex #af4044 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 61% yellow and 31.37% black.

Hex #af4044 color code is between #aa4433 web safe hex color code and #bb3355 web safe hex color code. #aa4433 is the nearest web safe color code. You can see here many more shades of #af4044 color code.

RGB Chart

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

Color Table

Hex Color Code af4044 #af4044
RGB Decimal 175, 64, 68 175, 64, 68
RGB Percent 69%, 25%, 27% rgb(69%, 25%, 27%)
CSS RGBa 175, 64, 68,1 rgba(175,64,68,1)
CMYK Model cmyk(0%,63%,61%,31.37%)
HSL Color Space 358,46% ,47% hsl(358,46% ,47%)
HSV Color Space 358°, 63%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01000000 01000100
Octal 257 100 104
Decimal 175 64 68
Hex af 40 44

Different shades of #af4044 color code.

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

Darkest of #af4044
#3f1718
Darker of #af4044
#642527
Dark of #af4044
#8a3235
Base of #af4044
#af4044
Light of #af4044
#c45e62
Lighter
#d28386
Lightest
#dfa9ab

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

#af4044
#40afab

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

Split Complementary

#af4044
#40af73
#407baf

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

Analogous Color

#af4085
#af4072
#af4044
#af6140
#af8f40

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

#af4044
#4044af
#44af40

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

#af4044
#44af40
#40afab
#ab40af

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

#af4044
#7baf40
#40afab
#7340af

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

#1a090a
#3f1718
#642527
#8a3235
#af4044
#c45e62
#d28386
#dfa9ab
#edcecf

Tints of #af4044 Color

#af4044
#b75558
#c06a6d
#c97f82
#d29497
#dbaaab
#e4bfc0
#edd4d5
#f6e9ea
#ffffff

Shades of #af4044 color code

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

#af4044
#9b383c
#883134
#742a2d
#612325
#4d1c1e
#3a1516
#260e0f
#130707
#000000

Tones

#af4044
#97585a
#7f7070
#777777
#777777

Tones

Similar Color like #af4044 color

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

#b04145
#b14246
#b24347
#b34448
#b44549
#b5464a
#b6474b
#b7484c
#b8494d
#b94a4e
#ba4b4f
#bb4c50
#bc4d51
#bd4e52
#ae3f43
#ad3e42
#ac3d41
#ab3c40
#aa3b3f
#a93a3e
#a8393d
#a7383c
#a6373b
#a5363a
#a43539
#a33438
#a23337
#a13236

Download this Dark Red

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

#af4044 Color Code Preview on Black Background Color

This is how #af4044 Color will look on black background color. Color contrast ratio is 3.64

#af4044 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4044

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af4044

#af4044 color code is use for CSS Background Color

Background color for the above div is #af4044

HTML with inline CSS

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

#af4044 color code is use for CSS Border Color

CSS Border color for the above div is #af4044

HTML with inline CSS

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

CSS Border Left color for the above div is #af4044

HTML with inline CSS

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

CSS Border Right color for the above div is #af4044

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af4044

HTML with inline CSS

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

CSS Border Top color for the above div is #af4044

HTML with inline CSS

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

#af4044 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af4044 Color code Preview on White Background

This is how #af4044 Color code will look on white background color. Color contrast ratio is 5.77

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

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