Skip to main content Skip to docs navigation

#af0804 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 Real Red and its hex is #A90308 Nearest Color Name

Color Hue/Base color: Red

Hex #af0804 Color code in RGB color code model is created after adding 68.63% red color, 3.14% green color and 1.57% blue color. Hex #af0804 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 98% yellow and 31.37% black.

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

RGB Chart

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

Color Table

Hex Color Code af0804 #af0804
RGB Decimal 175, 8, 4 175, 8, 4
RGB Percent 69%, 3%, 2% rgb(69%, 3%, 2%)
CSS RGBa 175, 8, 4,1 rgba(175,8,4,1)
CMYK Model cmyk(0%,95%,98%,31.37%)
HSL Color Space 1,96% ,35% hsl(1,96% ,35%)
HSV Color Space 1°, 98%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 00001000 00000100
Octal 257 10 4
Decimal 175 8 4
Hex af 08 04

Different shades of #af0804 color code.

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

Darkest of #af0804
#190101
Darker of #af0804
#4b0302
Dark of #af0804
#7d0603
Base of #af0804
#af0804
Light of #af0804
#e10a05
Lighter
#fa241f
Lightest
#fb5551

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

#af0804
#04abaf

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

Split Complementary

#af0804
#04af5d
#0456af

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

Analogous Color

#af0464
#af0447
#af0804
#af4104
#af8804

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

#af0804
#0804af
#04af08

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

#af0804
#04af08
#04abaf
#af04ab

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

#af0804
#56af04
#04abaf
#5d04af

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

#000000
#190101
#4b0302
#7d0603
#af0804
#e10a05
#fa241f
#fb5551
#fc8683

Tints of #af0804 Color

#af0804
#b7231f
#c03e3b
#c95a57
#d27573
#db918f
#e4acab
#edc8c7
#f6e3e3
#ffffff

Shades of #af0804 color code

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

#af0804
#9b0703
#880603
#740502
#610402
#4d0301
#3a0201
#260100
#130000
#000000

Tones

#af0804
#9d1916
#8b2a28
#793b3a
#674c4c

Tones

Similar Color like #af0804 color

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

#b00905
#b10a06
#b20b07
#b30c08
#b40d09
#b50e0a
#b60f0b
#b7100c
#b8110d
#b9120e
#ba130f
#bb1410
#bc1511
#bd1612
#ae0703
#ad0602
#ac0501
#ab0400
#aa0300
#a90200
#a80100
#a70000
#a60000
#a50000
#a40000
#a30000
#a20000
#a10000

Download this Dark Red

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

#af0804 Color Code Preview on Black Background Color

This is how #af0804 Color will look on black background color. Color contrast ratio is 2.86

#af0804 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af0804

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af0804

#af0804 color code is use for CSS Background Color

Background color for the above div is #af0804

HTML with inline CSS

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

#af0804 color code is use for CSS Border Color

CSS Border color for the above div is #af0804

HTML with inline CSS

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

CSS Border Left color for the above div is #af0804

HTML with inline CSS

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

CSS Border Right color for the above div is #af0804

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af0804

HTML with inline CSS

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

CSS Border Top color for the above div is #af0804

HTML with inline CSS

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

#af0804 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af0804 Color code Preview on White Background

This is how #af0804 Color code will look on white background color. Color contrast ratio is 7.34

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

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