crispedge.com

Color picker

Loading...

#88293c hex color - Red - Warm color - Information

#88293c hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #88293c Color code in RGB color code model is created after adding 53.33% red color, 16.08% green color and 23.53% blue color. Hex #88293c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 56% yellow and 47% black.

Hex #88293c color code is between #772244 web safe hex color code and #993333 web safe hex color code. #772244 is the nearest web safe color code. You can see here many more shades of #88293c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code88293c#88293c
RGB Decimal136, 41, 60rgb(136, 41, 60)
RGB Percent53%, 16%, 24%rgb(53%, 16%, 24%)
CSS RGBa136, 41, 60,1rgba(136,41,60,1)
CMYK Modelcmyk(0%,70%,56%,47%)
HSL Color Space348,54% ,35%hsl(348,54% ,35%)
HSV Color Space348°, 70%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010000010100100111100
Octal2105174
Decimal1364160
Hex88293c

Different shades of #88293c color code.

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

Light Shade of #88293c
#af354d
Dark Shade of #88293c
#611d2b
Saturated Shade of #88293c
#912037
Desaturated Shade of #88293c
#7f3241
Grey scale Shade of #88293c
#585858
Brighten Shade
#a14255
Most Readable Shade
#FFFFFF

Shades of #88293c color code

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

#88293c
#782435
#691f2e
#5a1b28
#4b1621
#3c121a
#2d0d14
#1e090d
#0f0406
#000000

Similar Color like #88293c color

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

#892a3d
#8a2b3e
#8b2c3f
#8c2d40
#8d2e41
#8e2f42
#8f3043
#903144
#913245
#923346
#933447
#943548
#953649
#96374a
#87283b
#86273a
#852639
#842538
#832437
#822336
#812235
#802134
#7f2033
#7e1f32
#7d1e31
#7c1d30
#7b1c2f
#7a1b2e

Monochromatic Color with #88293c

#88293c
#b3364f
#dd4361
#080304
#330f16
#5d1c29

Tints of #88293c Color

#88293c
#954051
#a25867
#af707d
#bc8892
#ca9fa8
#d7b7be
#e4cfd3
#f1e7e9
#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

#88293c
#298875

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

Split Complementary

#88293c
#298846
#296c88

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

Analogous Color

#882962
#88294f
#88293c
#882929
#883c29

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

#88293c
#3c8829
#293c88

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

#88293c
#6b8829
#298875
#452988

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

#88293c
#298875
#296c88
#884629

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 #88293c 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.

#88293c Color Code Preview on Black Background Color

This is how #88293c Color will look on black background color. Color contrast ratio is 2.43

#88293c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88293c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88293c

#88293c color code is use for CSS Background Color

Background color for the above div is #88293c

HTML with inline CSS

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

#88293c color code is use for CSS Border Color

CSS Border color for the above div is #88293c

HTML with inline CSS

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

CSS Border Left color for the above div is #88293c

HTML with inline CSS

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

CSS Border Right color for the above div is #88293c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #88293c

HTML with inline CSS

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

CSS Border Top color for the above div is #88293c

HTML with inline CSS

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

#88293c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#88293c Color code Preview on White Background

This is how #88293c Color code will look on white background color. Color contrast ratio is 8.64

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

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(136,41,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,136,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(136,41,60,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.