crispedge.com

Color picker

Loading...

#a21c37 hex color - Red - Warm color - Information

#a21c37 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #a21c37 Color code in RGB color code model is created after adding 63.53% red color, 10.98% green color and 21.57% blue color. Hex #a21c37 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 66% yellow and 36% black.

Hex #a21c37 color code is between #aa2233 web safe hex color code and #991144 web safe hex color code. #aa2233 is the nearest web safe color code. You can see here many more shades of #a21c37 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codea21c37#a21c37
RGB Decimal162, 28, 55rgb(162, 28, 55)
RGB Percent64%, 11%, 22%rgb(64%, 11%, 22%)
CSS RGBa162, 28, 55,1rgba(162,28,55,1)
CMYK Modelcmyk(0%,83%,66%,36%)
HSL Color Space348,71% ,37%hsl(348,71% ,37%)
HSV Color Space348°, 83%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000100001110000110111
Octal2423467
Decimal1622855
Hexa21c37

Different shades of #a21c37 color code.

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

Light Shade of #a21c37
#cd2446
Dark Shade of #a21c37
#761428
Saturated Shade of #a21c37
#ab1331
Desaturated Shade of #a21c37
#98263d
Grey scale Shade of #a21c37
#5f5f5f
Brighten Shade
#bb3550
Most Readable Shade
#FFFFFF

Shades of #a21c37 color code

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

#a21c37
#901830
#7e152a
#6c1224
#5a0f1e
#480c18
#360912
#24060c
#120306
#000000

Similar Color like #a21c37 color

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

#a31d38
#a41e39
#a51f3a
#a6203b
#a7213c
#a8223d
#a9233e
#aa243f
#ab2540
#ac2641
#ad2742
#ae2843
#af2944
#b02a45
#a11b36
#a01a35
#9f1934
#9e1833
#9d1732
#9c1631
#9b1530
#9a142f
#99132e
#98122d
#97112c
#96102b
#950f2a
#940e29

Monochromatic Color with #a21c37

#a21c37
#cc2345
#f72b54
#22060c
#4d0d1a
#771529

Tints of #a21c37 Color

#a21c37
#ac354d
#b64e63
#c16779
#cb808f
#d59aa6
#e0b3bc
#eaccd2
#f4e5e8
#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

#a21c37
#1ca287

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

Split Complementary

#a21c37
#1ca244
#1c7aa2

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

Analogous Color

#a21c6d
#a21c52
#a21c37
#a21c1c
#a2371c

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

#a21c37
#37a21c
#1c37a2

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

#a21c37
#7aa21c
#1ca287
#441ca2

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

#a21c37
#1ca287
#1c7aa2
#a2441c

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

#a21c37 Color Code Preview on Black Background Color

This is how #a21c37 Color will look on black background color. Color contrast ratio is 2.76

#a21c37 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a21c37

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a21c37

#a21c37 color code is use for CSS Background Color

Background color for the above div is #a21c37

HTML with inline CSS

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

#a21c37 color code is use for CSS Border Color

CSS Border color for the above div is #a21c37

HTML with inline CSS

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

CSS Border Left color for the above div is #a21c37

HTML with inline CSS

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

CSS Border Right color for the above div is #a21c37

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a21c37

HTML with inline CSS

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

CSS Border Top color for the above div is #a21c37

HTML with inline CSS

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

#a21c37 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a21c37 Color code Preview on White Background

This is how #a21c37 Color code will look on white background color. Color contrast ratio is 7.62

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

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(162,28,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,162,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,28,55,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.