crispedge.com

Color picker

Loading...

#85143d hex color - Red - Warm color - Information

#85143d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #85143d Color code in RGB color code model is created after adding 52.16% red color, 7.84% green color and 23.92% blue color. Hex #85143d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 54% yellow and 48% black.

Hex #85143d color code is between #881144 web safe hex color code and #772233 web safe hex color code. #881144 is the nearest web safe color code. You can see here many more shades of #85143d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85143d#85143d
RGB Decimal133, 20, 61rgb(133, 20, 61)
RGB Percent52%, 8%, 24%rgb(52%, 8%, 24%)
CSS RGBa133, 20, 61,1rgba(133,20,61,1)
CMYK Modelcmyk(0%,85%,54%,48%)
HSL Color Space338,74% ,30%hsl(338,74% ,30%)
HSV Color Space338°, 85%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010001010000111101
Octal2052475
Decimal1332061
Hex85143d

Different shades of #85143d color code.

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

Light Shade of #85143d
#b11b51
Dark Shade of #85143d
#590d29
Saturated Shade of #85143d
#8d0c3b
Desaturated Shade of #85143d
#7d1c3f
Grey scale Shade of #85143d
#4d4d4d
Brighten Shade
#9e2d56
Most Readable Shade
#FFFFFF

Shades of #85143d color code

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

#85143d
#761136
#670f2f
#580d28
#490b21
#3b081b
#2c0614
#1d040d
#0e0206
#000000

Similar Color like #85143d color

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

#86153e
#87163f
#881740
#891841
#8a1942
#8b1a43
#8c1b44
#8d1c45
#8e1d46
#8f1e47
#901f48
#912049
#92214a
#93224b
#84133c
#83123b
#82113a
#811039
#800f38
#7f0e37
#7e0d36
#7d0c35
#7c0b34
#7b0a33
#7a0932
#790831
#780730
#77062f

Monochromatic Color with #85143d

#85143d
#af1a50
#da2164
#050103
#300716
#5a0e2a

Tints of #85143d Color

#85143d
#922e52
#a04868
#ad627d
#bb7c93
#c896a8
#d6b0be
#e3cad3
#f1e4e9
#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

#85143d
#14855c

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

Split Complementary

#85143d
#148523
#147585

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

Analogous Color

#85146a
#851454
#85143d
#851426
#851814

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

#85143d
#3d8514
#143d85

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

#85143d
#758514
#14855c
#241485

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

#85143d
#14855c
#147585
#852414

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 #85143d 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.

#85143d Color Code Preview on Black Background Color

This is how #85143d Color will look on black background color. Color contrast ratio is 2.16

#85143d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85143d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85143d

#85143d color code is use for CSS Background Color

Background color for the above div is #85143d

HTML with inline CSS

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

#85143d color code is use for CSS Border Color

CSS Border color for the above div is #85143d

HTML with inline CSS

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

CSS Border Left color for the above div is #85143d

HTML with inline CSS

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

CSS Border Right color for the above div is #85143d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85143d

HTML with inline CSS

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

CSS Border Top color for the above div is #85143d

HTML with inline CSS

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

#85143d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85143d Color code Preview on White Background

This is how #85143d Color code will look on white background color. Color contrast ratio is 9.70

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

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(133,20,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,133,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,20,61,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.