crispedge.com

Color picker

Loading...

#ad0c3f hex color - Red - Warm color - Information

#ad0c3f hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead0c3f#ad0c3f
RGB Decimal173, 12, 63rgb(173, 12, 63)
RGB Percent68%, 5%, 25%rgb(68%, 5%, 25%)
CSS RGBa173, 12, 63,1rgba(173,12,63,1)
CMYK Modelcmyk(0%,93%,64%,32%)
HSL Color Space341,87% ,36%hsl(341,87% ,36%)
HSV Color Space341°, 93%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010000110000111111
Octal2551477
Decimal1731263
Hexad0c3f

Different shades of #ad0c3f color code.

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

Light Shade of #ad0c3f
#dd0f50
Dark Shade of #ad0c3f
#7d092e
Saturated Shade of #ad0c3f
#b6033c
Desaturated Shade of #ad0c3f
#a41542
Grey scale Shade of #ad0c3f
#5c5c5c
Brighten Shade
#c62558
Most Readable Shade
#FFFFFF

Shades of #ad0c3f color code

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

#ad0c3f
#990a38
#860931
#73082a
#600623
#4c051c
#390415
#26020e
#130107
#000000

Similar Color like #ad0c3f color

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

#ae0d40
#af0e41
#b00f42
#b11043
#b21144
#b31245
#b41346
#b51447
#b61548
#b71649
#b8174a
#b9184b
#ba194c
#bb1a4d
#ac0b3e
#ab0a3d
#aa093c
#a9083b
#a8073a
#a70639
#a60538
#a50437
#a40336
#a30235
#a20134
#a10033
#a00032
#9f0031

Monochromatic Color with #ad0c3f

#ad0c3f
#d70f4e
#030001
#2d0311
#580620
#820930

Tints of #ad0c3f Color

#ad0c3f
#b62754
#bf4269
#c85d7f
#d17894
#da93a9
#e3aebf
#ecc9d4
#f5e4e9
#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

#ad0c3f
#0cad7a

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

Split Complementary

#ad0c3f
#0cad29
#0c8fad

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

Analogous Color

#ad0c7f
#ad0c5f
#ad0c3f
#ad0c1f
#ad190c

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

#ad0c3f
#3fad0c
#0c3fad

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

#ad0c3f
#8fad0c
#0cad7a
#290cad

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

#ad0c3f
#0cad7a
#0c8fad
#ad2a0c

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

#ad0c3f Color Code Preview on Black Background Color

This is how #ad0c3f Color will look on black background color. Color contrast ratio is 2.90

#ad0c3f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0c3f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0c3f

#ad0c3f color code is use for CSS Background Color

Background color for the above div is #ad0c3f

HTML with inline CSS

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

#ad0c3f color code is use for CSS Border Color

CSS Border color for the above div is #ad0c3f

HTML with inline CSS

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

CSS Border Left color for the above div is #ad0c3f

HTML with inline CSS

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

CSS Border Right color for the above div is #ad0c3f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad0c3f

HTML with inline CSS

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

CSS Border Top color for the above div is #ad0c3f

HTML with inline CSS

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

#ad0c3f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad0c3f Color code Preview on White Background

This is how #ad0c3f Color code will look on white background color. Color contrast ratio is 7.24

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.