crispedge.com

Color picker

Loading...

#c34850 hex color - Red - Warm color - Information

#c34850 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c34850 Color code in RGB color code model is created after adding 76.47% red color, 28.24% green color and 31.37% blue color. Hex #c34850 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 59% yellow and 24% black.

Hex #c34850 color code is between #bb4455 web safe hex color code and #cc5544 web safe hex color code. #bb4455 is the nearest web safe color code. You can see here many more shades of #c34850 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec34850#c34850
RGB Decimal195, 72, 80rgb(195, 72, 80)
RGB Percent76%, 28%, 31%rgb(76%, 28%, 31%)
CSS RGBa195, 72, 80,1rgba(195,72,80,1)
CMYK Modelcmyk(0%,63%,59%,24%)
HSL Color Space356,51% ,52%hsl(356,51% ,52%)
HSV Color Space356°, 63%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110100100001010000
Octal303110120
Decimal1957280
Hexc34850

Different shades of #c34850 color code.

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

Light Shade of #c34850
#d06e75
Dark Shade of #c34850
#a3353c
Saturated Shade of #c34850
#cf3c45
Desaturated Shade of #c34850
#b7545b
Grey scale Shade of #c34850
#858585
Brighten Shade
#dc6169
Most Readable Shade
#FFFFFF

Shades of #c34850 color code

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

#c34850
#ad4047
#97383e
#823035
#6c282c
#562023
#41181a
#2b1011
#150808
#000000

Similar Color like #c34850 color

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

#c44951
#c54a52
#c64b53
#c74c54
#c84d55
#c94e56
#ca4f57
#cb5058
#cc5159
#cd525a
#ce535b
#cf545c
#d0555d
#d1565e
#c2474f
#c1464e
#c0454d
#bf444c
#be434b
#bd424a
#bc4149
#bb4048
#ba3f47
#b93e46
#b83d45
#b73c44
#b63b43
#b53a42

Monochromatic Color with #c34850

#c34850
#ed5861
#19090a
#43191c
#6e292d
#98383f

Tints of #c34850 Color

#c34850
#c95c63
#d07076
#d7858a
#dd999d
#e4adb1
#ebc2c4
#f1d6d8
#f8eaeb
#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

#c34850
#48c3bb

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

Split Complementary

#c34850
#48c37e
#488dc3

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

Analogous Color

#c34881
#c34869
#c34850
#c35948
#c37148

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

#c34850
#50c348
#4850c3

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

#c34850
#8dc348
#48c3bb
#7d48c3

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

#c34850
#48c3bb
#488dc3
#c37e48

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

#c34850 Color Code Preview on Black Background Color

This is how #c34850 Color will look on black background color. Color contrast ratio is 4.36

#c34850 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34850

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34850

#c34850 color code is use for CSS Background Color

Background color for the above div is #c34850

HTML with inline CSS

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

#c34850 color code is use for CSS Border Color

CSS Border color for the above div is #c34850

HTML with inline CSS

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

CSS Border Left color for the above div is #c34850

HTML with inline CSS

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

CSS Border Right color for the above div is #c34850

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c34850

HTML with inline CSS

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

CSS Border Top color for the above div is #c34850

HTML with inline CSS

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

#c34850 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c34850 Color code Preview on White Background

This is how #c34850 Color code will look on white background color. Color contrast ratio is 4.81

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

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(195,72,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,195,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,72,80,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.