crispedge.com

Color picker

Loading...

#ad163f hex color - Red - Warm color - Information

#ad163f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad163f Color code in RGB color code model is created after adding 67.84% red color, 8.63% green color and 24.71% blue color. Hex #ad163f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 64% yellow and 32% black.

Hex #ad163f color code is between #aa1144 web safe hex color code and #bb2233 web safe hex color code. #aa1144 is the nearest web safe color code. You can see here many more shades of #ad163f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codead163f#ad163f
RGB Decimal173, 22, 63rgb(173, 22, 63)
RGB Percent68%, 9%, 25%rgb(68%, 9%, 25%)
CSS RGBa173, 22, 63,1rgba(173,22,63,1)
CMYK Modelcmyk(0%,87%,64%,32%)
HSL Color Space344,77% ,38%hsl(344,77% ,38%)
HSV Color Space344°, 87%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010001011000111111
Octal2552677
Decimal1732263
Hexad163f

Different shades of #ad163f color code.

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

Light Shade of #ad163f
#da1c4f
Dark Shade of #ad163f
#80102f
Saturated Shade of #ad163f
#b70c3b
Desaturated Shade of #ad163f
#a32043
Grey scale Shade of #ad163f
#616161
Brighten Shade
#c62f58
Most Readable Shade
#FFFFFF

Shades of #ad163f color code

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

#ad163f
#991338
#861131
#730e2a
#600c23
#4c091c
#390715
#26040e
#130207
#000000

Similar Color like #ad163f color

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

#ae1740
#af1841
#b01942
#b11a43
#b21b44
#b31c45
#b41d46
#b51e47
#b61f48
#b72049
#b8214a
#b9224b
#ba234c
#bb244d
#ac153e
#ab143d
#aa133c
#a9123b
#a8113a
#a71039
#a60f38
#a50e37
#a40d36
#a30c35
#a20b34
#a10a33
#a00932
#9f0831

Monochromatic Color with #ad163f

#ad163f
#d71b4e
#030001
#2d0611
#580b20
#821130

Tints of #ad163f Color

#ad163f
#b62f54
#bf4969
#c8637f
#d17d94
#da97a9
#e3b1bf
#eccbd4
#f5e5e9
#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

#ad163f
#16ad84

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

Split Complementary

#ad163f
#16ad39
#168aad

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

Analogous Color

#ad167b
#ad165d
#ad163f
#ad1621
#ad2916

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

#ad163f
#3fad16
#163fad

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

#ad163f
#8aad16
#16ad84
#3816ad

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

#ad163f
#16ad84
#168aad
#ad3916

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

#ad163f Color Code Preview on Black Background Color

This is how #ad163f Color will look on black background color. Color contrast ratio is 2.96

#ad163f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad163f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad163f

#ad163f color code is use for CSS Background Color

Background color for the above div is #ad163f

HTML with inline CSS

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

#ad163f color code is use for CSS Border Color

CSS Border color for the above div is #ad163f

HTML with inline CSS

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

CSS Border Left color for the above div is #ad163f

HTML with inline CSS

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

CSS Border Right color for the above div is #ad163f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad163f

HTML with inline CSS

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

CSS Border Top color for the above div is #ad163f

HTML with inline CSS

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

#ad163f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad163f Color code Preview on White Background

This is how #ad163f Color code will look on white background color. Color contrast ratio is 7.09

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

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,22,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(22,173,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,22,63,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.