crispedge.com

#c34349 hex color - Red - Warm color - Information

#c34349 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #c34349 color code is between #bb4444 web safe hex color code and #cc3355 web safe hex color code. #bb4444 is the nearest web safe color code. You can see here many more shades of #c34349 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec34349#c34349
RGB Decimal195, 67, 73rgb(195, 67, 73)
RGB Percent76%, 26%, 29%rgb(76%, 26%, 29%)
CSS RGBa195, 67, 73,1rgba(195,67,73,1)
CMYK Modelcmyk(0%,66%,63%,24%)
HSL Color Space357,52% ,51%hsl(357,52% ,51%)
HSV Color Space357°, 66%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110100001101001001
Octal303103111
Decimal1956773
Hexc34349

Different shades of #c34349 color code.

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

Light Shade of #c34349
#cf6a6e
Dark Shade of #c34349
#a03338
Saturated Shade of #c34349
#cf373e
Desaturated Shade of #c34349
#b74f54
Grey scale Shade of #c34349
#838383
Brighten Shade
#dc5c62
Most Readable Shade
#FFFFFF

Shades of #c34349 color code

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

#c34349
#ad3b40
#973438
#822c30
#6c2528
#561d20
#411618
#2b0e10
#150708
#000000

Similar Color like #c34349 color

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

#c4444a
#c5454b
#c6464c
#c7474d
#c8484e
#c9494f
#ca4a50
#cb4b51
#cc4c52
#cd4d53
#ce4e54
#cf4f55
#d05056
#d15157
#c24248
#c14147
#c04046
#bf3f45
#be3e44
#bd3d43
#bc3c42
#bb3b41
#ba3a40
#b9393f
#b8383e
#b7373d
#b6363c
#b5353b

Monochromatic Color with #c34349

#c34349
#ed5259
#190909
#431719
#6e2629
#983439

Tints of #c34349 Color

#c34349
#c9575d
#d06c71
#d78185
#dd9699
#e4abae
#ebc0c2
#f1d5d6
#f8eaea
#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

#c34349
#43c3bd

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

Split Complementary

#c34349
#43c37d
#4389c3

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

Analogous Color

#c3437c
#c34363
#c34349
#c35743
#c37043

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

#c34349
#49c343
#4349c3

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

#c34349
#89c343
#43c3bd
#7d43c3

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

#c34349
#43c3bd
#4389c3
#c37d43

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

#c34349 Color Code Preview on Black Background Color

This is how #c34349 Color will look on black background color. Color contrast ratio is 4.22

#c34349 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34349

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34349

#c34349 color code is use for CSS Background Color

Background color for the above div is #c34349

HTML with inline CSS

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

#c34349 color code is use for CSS Border Color

CSS Border color for the above div is #c34349

HTML with inline CSS

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

CSS Border Left color for the above div is #c34349

HTML with inline CSS

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

CSS Border Right color for the above div is #c34349

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c34349

HTML with inline CSS

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

CSS Border Top color for the above div is #c34349

HTML with inline CSS

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

#c34349 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c34349 Color code Preview on White Background

This is how #c34349 Color code will look on white background color. Color contrast ratio is 4.98

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

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,67,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(67,195,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,67,73,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.

< /html>