crispedge.com

Color picker

Loading...

#ad4d4f hex color - Red - Warm color - Information

#ad4d4f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad4d4f Color code in RGB color code model is created after adding 67.84% red color, 30.2% green color and 30.98% blue color. Hex #ad4d4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 54% yellow and 32% black.

Hex #ad4d4f color code is between #aa5555 web safe hex color code and #bb4444 web safe hex color code. #aa5555 is the nearest web safe color code. You can see here many more shades of #ad4d4f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codead4d4f#ad4d4f
RGB Decimal173, 77, 79rgb(173, 77, 79)
RGB Percent68%, 30%, 31%rgb(68%, 30%, 31%)
CSS RGBa173, 77, 79,1rgba(173,77,79,1)
CMYK Modelcmyk(0%,55%,54%,32%)
HSL Color Space359,38% ,49%hsl(359,38% ,49%)
HSV Color Space359°, 55%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010100110101001111
Octal255115117
Decimal1737779
Hexad4d4f

Different shades of #ad4d4f color code.

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

Light Shade of #ad4d4f
#bf6e70
Dark Shade of #ad4d4f
#8a3d3f
Saturated Shade of #ad4d4f
#b94043
Desaturated Shade of #ad4d4f
#a0595b
Grey scale Shade of #ad4d4f
#7d7d7d
Brighten Shade
#c66668
Most Readable Shade
#FFFFFF

Shades of #ad4d4f color code

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

#ad4d4f
#994446
#863b3d
#733334
#602a2b
#4c2223
#39191a
#261111
#130808
#000000

Similar Color like #ad4d4f color

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

#ae4e50
#af4f51
#b05052
#b15153
#b25254
#b35355
#b45456
#b55557
#b65658
#b75759
#b8585a
#b9595b
#ba5a5c
#bb5b5d
#ac4c4e
#ab4b4d
#aa4a4c
#a9494b
#a8484a
#a74749
#a64648
#a54547
#a44446
#a34345
#a24244
#a14143
#a04042
#9f3f41

Monochromatic Color with #ad4d4f

#ad4d4f
#d76062
#030101
#2d1415
#582728
#823a3c

Tints of #ad4d4f Color

#ad4d4f
#b66062
#bf7476
#c88889
#d19c9d
#daafb0
#e3c3c4
#ecd7d7
#f5ebeb
#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

#ad4d4f
#4dadab

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

Split Complementary

#ad4d4f
#4dad7b
#4d7fad

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

Analogous Color

#ad4d75
#ad4d62
#ad4d4f
#ad5e4d
#ad714d

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

#ad4d4f
#4fad4d
#4d4fad

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

#ad4d4f
#7fad4d
#4dadab
#7b4dad

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

#ad4d4f
#4dadab
#4d7fad
#ad7b4d

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

#ad4d4f Color Code Preview on Black Background Color

This is how #ad4d4f Color will look on black background color. Color contrast ratio is 3.95

#ad4d4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad4d4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad4d4f

#ad4d4f color code is use for CSS Background Color

Background color for the above div is #ad4d4f

HTML with inline CSS

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

#ad4d4f color code is use for CSS Border Color

CSS Border color for the above div is #ad4d4f

HTML with inline CSS

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

CSS Border Left color for the above div is #ad4d4f

HTML with inline CSS

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

CSS Border Right color for the above div is #ad4d4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad4d4f

HTML with inline CSS

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

CSS Border Top color for the above div is #ad4d4f

HTML with inline CSS

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

#ad4d4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad4d4f Color code Preview on White Background

This is how #ad4d4f Color code will look on white background color. Color contrast ratio is 5.31

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.