@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c1373d hex color - Brown - Warm color - Information

#c1373d hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #c1373d Color code in RGB color code model is created after adding 75.69% red color, 21.57% green color and 23.92% blue color. Hex #c1373d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 68% yellow and 24.31% black.

Hex #c1373d color code is between #bb3344 web safe hex color code and #cc4433 web safe hex color code. #bb3344 is the nearest web safe color code. You can see here many more shades of #c1373d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c1373d #c1373d
RGB Decimal 193, 55, 61 rgb(193, 55, 61)
RGB Percent 76%, 22%, 24% rgb(76%, 22%, 24%)
CSS RGBa 193, 55, 61,1 rgba(193,55,61,1)
CMYK Model cmyk(0%,72%,68%,24.31%)
HSL Color Space 357,56% ,49% hsl(357,56% ,49%)
HSV Color Space 357°, 72%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 00110111 00111101
Octal 301 67 75
Decimal 193 55 61
Hex c1 37 3d

Different shades of #c1373d color code.

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

Light Shade of #c1373d
#d05b60
Dark Shade of #c1373d
#992c30
Saturated Shade of #c1373d
#cd2b32
Desaturated Shade of #c1373d
#b54348
Grey scale Shade of #c1373d
#7c7c7c
Brighten Shade
#da5056
Most Readable Shade
#FFFFFF

Shades of #c1373d color code

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

#c1373d
#ab3036
#962a2f
#802428
#6b1e21
#55181b
#401214
#2a0c0d
#150606
#000000

Similar Color like #c1373d color

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

#c2383e
#c3393f
#c43a40
#c53b41
#c63c42
#c73d43
#c83e44
#c93f45
#ca4046
#cb4147
#cc4248
#cd4349
#ce444a
#cf454b
#c0363c
#bf353b
#be343a
#bd3339
#bc3238
#bb3137
#ba3036
#b92f35
#b82e34
#b72d33
#b62c32
#b52b31
#b42a30
#b3292f

Monochromatic Color with #c1373d

#c1373d
#eb434a
#170707
#411315
#6c1f22
#962b30

Tints of #c1373d Color

#c1373d
#c74d52
#ce6368
#d5797d
#dc8f93
#e3a6a8
#eabcbe
#f1d2d3
#f8e8e9
#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

#c1373d
#37c1bb

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

Split Complementary

#c1373d
#37c176
#3782c1

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

Analogous Color

#c13774
#c13759
#c1373d
#c14d37
#c16837

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

#c1373d
#3dc137
#373dc1

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

#c1373d
#82c137
#37c1bb
#7637c1

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

#c1373d
#37c1bb
#3782c1
#c17637

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

#c1373d Color Code Preview on Black Background Color

This is how #c1373d Color will look on black background color. Color contrast ratio is 3.88

#c1373d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1373d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1373d

#c1373d color code is use for CSS Background Color

Background color for the above div is #c1373d

HTML with inline CSS

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

#c1373d color code is use for CSS Border Color

CSS Border color for the above div is #c1373d

HTML with inline CSS

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

CSS Border Left color for the above div is #c1373d

HTML with inline CSS

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

CSS Border Right color for the above div is #c1373d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1373d

HTML with inline CSS

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

CSS Border Top color for the above div is #c1373d

HTML with inline CSS

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

#c1373d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1373d Color code Preview on White Background

This is how #c1373d Color code will look on white background color. Color contrast ratio is 5.41

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

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(193,55,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(55,193,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,55,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.