crispedge.com

Color picker

Loading...

#a33e4b hex color - Red - Warm color - Information

#a33e4b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #a33e4b Color code in RGB color code model is created after adding 63.92% red color, 24.31% green color and 29.41% blue color. Hex #a33e4b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 54% yellow and 36% black.

Hex #a33e4b color code is between #aa4444 web safe hex color code and #993355 web safe hex color code. #aa4444 is the nearest web safe color code. You can see here many more shades of #a33e4b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea33e4b#a33e4b
RGB Decimal163, 62, 75rgb(163, 62, 75)
RGB Percent64%, 24%, 29%rgb(64%, 24%, 29%)
CSS RGBa163, 62, 75,1rgba(163,62,75,1)
CMYK Modelcmyk(0%,62%,54%,36%)
HSL Color Space352,45% ,44%hsl(352,45% ,44%)
HSV Color Space352°, 62%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110011111001001011
Octal24376113
Decimal1636275
Hexa33e4b

Different shades of #a33e4b color code.

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

Light Shade of #a33e4b
#be5563
Dark Shade of #a33e4b
#7e303a
Saturated Shade of #a33e4b
#ae3343
Desaturated Shade of #a33e4b
#984953
Grey scale Shade of #a33e4b
#707070
Brighten Shade
#bc5764
Most Readable Shade
#FFFFFF

Shades of #a33e4b color code

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

#a33e4b
#903742
#7e303a
#6c2932
#5a2229
#481b21
#361419
#240d10
#120608
#000000

Similar Color like #a33e4b color

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

#a43f4c
#a5404d
#a6414e
#a7424f
#a84350
#a94451
#aa4552
#ab4653
#ac4754
#ad4855
#ae4956
#af4a57
#b04b58
#b14c59
#a23d4a
#a13c49
#a03b48
#9f3a47
#9e3946
#9d3845
#9c3744
#9b3643
#9a3542
#993441
#983340
#97323f
#96313e
#95303d

Monochromatic Color with #a33e4b

#a33e4b
#cd4e5f
#f85e72
#230e10
#4e1e24
#782e37

Tints of #a33e4b Color

#a33e4b
#ad535f
#b76873
#c17e87
#cb939b
#d6a9af
#e0bec3
#ead4d7
#f4e9eb
#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

#a33e4b
#3ea396

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

Split Complementary

#a33e4b
#3ea364
#3e7da3

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

Analogous Color

#a33e73
#a33e5f
#a33e4b
#a3453e
#a3593e

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

#a33e4b
#4ba33e
#3e4ba3

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

#a33e4b
#7da33e
#3ea396
#633ea3

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

#a33e4b
#3ea396
#3e7da3
#a3643e

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

#a33e4b Color Code Preview on Black Background Color

This is how #a33e4b Color will look on black background color. Color contrast ratio is 3.35

#a33e4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a33e4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a33e4b

#a33e4b color code is use for CSS Background Color

Background color for the above div is #a33e4b

HTML with inline CSS

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

#a33e4b color code is use for CSS Border Color

CSS Border color for the above div is #a33e4b

HTML with inline CSS

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

CSS Border Left color for the above div is #a33e4b

HTML with inline CSS

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

CSS Border Right color for the above div is #a33e4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a33e4b

HTML with inline CSS

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

CSS Border Top color for the above div is #a33e4b

HTML with inline CSS

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

#a33e4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a33e4b Color code Preview on White Background

This is how #a33e4b Color code will look on white background color. Color contrast ratio is 6.27

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

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(163,62,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,163,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,62,75,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.