@
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.

#c4381d hex color - Orange - Warm color - Information

#c4381d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #c4381d Color code in RGB color code model is created after adding 76.86% red color, 21.96% green color and 11.37% blue color. Hex #c4381d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 85% yellow and 23.14% black.

Hex #c4381d color code is between #cc3322 web safe hex color code and #bb4411 web safe hex color code. #cc3322 is the nearest web safe color code. You can see here many more shades of #c4381d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4381d#c4381d
RGB Decimal196, 56, 29rgb(196, 56, 29)
RGB Percent77%, 22%, 11%rgb(77%, 22%, 11%)
CSS RGBa196, 56, 29,1rgba(196,56,29,1)
CMYK Modelcmyk(0%,71%,85%,23.14%)
HSL Color Space10,74% ,44%hsl(10,74% ,44%)
HSV Color Space10°, 85%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000011100000011101
Octal3047035
Decimal1965629
Hexc4381d

Different shades of #c4381d color code.

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

Light Shade of #c4381d
#e14f33
Dark Shade of #c4381d
#982b16
Saturated Shade of #c4381d
#cf3012
Desaturated Shade of #c4381d
#b94028
Grey scale Shade of #c4381d
#707070
Brighten Shade
#dd5136
Most Readable Shade
#FFFFFF

Shades of #c4381d color code

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

#c4381d
#ae3119
#982b16
#822513
#6c1f10
#57180c
#411209
#2b0c06
#150603
#000000

Similar Color like #c4381d color

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

#c5391e
#c63a1f
#c73b20
#c83c21
#c93d22
#ca3e23
#cb3f24
#cc4025
#cd4126
#ce4227
#cf4328
#d04429
#d1452a
#d2462b
#c3371c
#c2361b
#c1351a
#c03419
#bf3318
#be3217
#bd3116
#bc3015
#bb2f14
#ba2e13
#b92d12
#b82c11
#b72b10
#b62a0f

Monochromatic Color with #c4381d

#c4381d
#ee4423
#1a0704
#44140a
#6f2010
#992c17

Tints of #c4381d Color

#c4381d
#ca4e36
#d1644f
#d77a68
#de9081
#e4a69a
#ebbcb3
#f1d2cc
#f8e8e5
#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

#c4381d
#1da9c4

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

Split Complementary

#c4381d
#1dc48c
#1d56c4

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

Analogous Color

#c41d45
#c41d23
#c4381d
#c4591d
#c47b1d

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

#c4381d
#1dc438
#381dc4

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

#c4381d
#55c41d
#1da9c4
#8b1dc4

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

#c4381d
#1da9c4
#1d56c4
#c48c1d

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

#c4381d Color Code Preview on Black Background Color

This is how #c4381d Color will look on black background color. Color contrast ratio is 3.93

#c4381d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4381d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4381d

#c4381d color code is use for CSS Background Color

Background color for the above div is #c4381d

HTML with inline CSS

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

#c4381d color code is use for CSS Border Color

CSS Border color for the above div is #c4381d

HTML with inline CSS

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

CSS Border Left color for the above div is #c4381d

HTML with inline CSS

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

CSS Border Right color for the above div is #c4381d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4381d

HTML with inline CSS

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

CSS Border Top color for the above div is #c4381d

HTML with inline CSS

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

#c4381d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4381d Color code Preview on White Background

This is how #c4381d Color code will look on white background color. Color contrast ratio is 5.34

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

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(196,56,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,169,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,56,29,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.