Skip to main content Skip to docs navigation

#e13c06 hex color - Red - Warm color - Information

On this page
@
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.

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #e13c06 Color code in RGB color code model is created after adding 88.24% red color, 23.53% green color and 2.35% blue color. Hex #e13c06 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 97% yellow and 11.76% black.

Hex #e13c06 color code is between #dd4400 web safe hex color code and #ee3300 web safe hex color code. #dd4400 is the nearest web safe color code. You can see here many more shades of #e13c06 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 e13c06 #e13c06
RGB Decimal 225, 60, 6 rgb(225, 60, 6)
RGB Percent 88%, 24%, 2% rgb(88%, 24%, 2%)
CSS RGBa 225, 60, 6,1 rgba(225,60,6,1)
CMYK Model cmyk(0%,73%,97%,11.76%)
HSL Color Space 15,95% ,45% hsl(15,95% ,45%)
HSV Color Space 15°, 97%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 00111100 00000110
Octal 341 74 6
Decimal 225 60 6
Hex e1 3c 06

Different shades of #e13c06 color code.

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

Light Shade of #e13c06
#f95621
Dark Shade of #e13c06
#af2f05
Saturated Shade of #e13c06
#e73900
Desaturated Shade of #e13c06
#d54212
Grey scale Shade of #e13c06
#737373
Brighten Shade
#fa551f
Most Readable Shade
#FFFFFF

Shades of #e13c06 color code

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

#e13c06
#c83505
#af2e04
#962804
#7d2103
#641a02
#4b1402
#320d01
#190600
#000000

Similar Color like #e13c06 color

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

#e23d07
#e33e08
#e43f09
#e5400a
#e6410b
#e7420c
#e8430d
#e9440e
#ea450f
#eb4610
#ec4711
#ed4812
#ee4913
#ef4a14
#e03b05
#df3a04
#de3903
#dd3802
#dc3701
#db3600
#da3500
#d93400
#d83300
#d73200
#d63100
#d53000
#d42f00
#d32e00

Monochromatic Color with #e13c06

#e13c06
#0c0300
#370f01
#611a03
#8c2504
#b63105

Tints of #e13c06 Color

#e13c06
#e45121
#e7673d
#eb7d59
#ee9274
#f1a890
#f5beac
#f8d3c7
#fbe9e3
#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

#e13c06
#06abe1

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

Split Complementary

#e13c06
#06e1aa
#063de1

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

Analogous Color

#e10628
#e11006
#e13c06
#e16806
#e19406

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

#e13c06
#06e13c
#3c06e1

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

#e13c06
#3de106
#06abe1
#a906e1

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

#e13c06
#06abe1
#063de1
#e1aa06

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

#e13c06 Color Code Preview on Black Background Color

This is how #e13c06 Color will look on black background color. Color contrast ratio is 4.85

#e13c06 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e13c06

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e13c06

#e13c06 color code is use for CSS Background Color

Background color for the above div is #e13c06

HTML with inline CSS

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

#e13c06 color code is use for CSS Border Color

CSS Border color for the above div is #e13c06

HTML with inline CSS

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

CSS Border Left color for the above div is #e13c06

HTML with inline CSS

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

CSS Border Right color for the above div is #e13c06

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e13c06

HTML with inline CSS

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

CSS Border Top color for the above div is #e13c06

HTML with inline CSS

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

#e13c06 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e13c06 Color code Preview on White Background

This is how #e13c06 Color code will look on white background color. Color contrast ratio is 4.33

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

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(225,60,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(6,171,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,60,6,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.