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

#e6320b hex color - Orange - Warm color - Information

#e6320b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #e6320b Color code in RGB color code model is created after adding 90.2% red color, 19.61% green color and 4.31% blue color. Hex #e6320b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 95% yellow and 9.8% black.

Hex #e6320b color code is between #ee3311 web safe hex color code and #dd2200 web safe hex color code. #ee3311 is the nearest web safe color code. You can see here many more shades of #e6320b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee6320b#e6320b
RGB Decimal230, 50, 11rgb(230, 50, 11)
RGB Percent90%, 20%, 4%rgb(90%, 20%, 4%)
CSS RGBa230, 50, 11,1rgba(230,50,11,1)
CMYK Modelcmyk(0%,78%,95%,9.8%)
HSL Color Space11,91% ,47%hsl(11,91% ,47%)
HSV Color Space11°, 95%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100011001000001011
Octal3466213
Decimal2305011
Hexe6320b

Different shades of #e6320b color code.

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

Light Shade of #e6320b
#f5522f
Dark Shade of #e6320b
#b52709
Saturated Shade of #e6320b
#f12b00
Desaturated Shade of #e6320b
#da3a17
Grey scale Shade of #e6320b
#787878
Brighten Shade
#ff4b24
Most Readable Shade
#FFFFFF

Shades of #e6320b color code

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

#e6320b
#cc2c09
#b22608
#992107
#7f1b06
#661604
#4c1003
#330b02
#190501
#000000

Similar Color like #e6320b color

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

#e7330c
#e8340d
#e9350e
#ea360f
#eb3710
#ec3811
#ed3912
#ee3a13
#ef3b14
#f03c15
#f13d16
#f23e17
#f33f18
#f44019
#e5310a
#e43009
#e32f08
#e22e07
#e12d06
#e02c05
#df2b04
#de2a03
#dd2902
#dc2801
#db2700
#da2600
#d92500
#d82400

Monochromatic Color with #e6320b

#e6320b
#110401
#3c0d03
#661605
#912007
#bb2909

Tints of #e6320b Color

#e6320b
#e84826
#eb5f41
#ee765c
#f18d77
#f3a392
#f6baad
#f9d1c8
#fce8e3
#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

#e6320b
#0bbfe6

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

Split Complementary

#e6320b
#0be6a0
#0b51e6

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

Analogous Color

#e60b3c
#e60b10
#e6320b
#e65e0b
#e68a0b

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

#e6320b
#0be632
#320be6

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

#e6320b
#51e60b
#0bbfe6
#9f0be6

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

#e6320b
#0bbfe6
#0b51e6
#e6a00b

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

#e6320b Color Code Preview on Black Background Color

This is how #e6320b Color will look on black background color. Color contrast ratio is 4.83

#e6320b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6320b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6320b

#e6320b color code is use for CSS Background Color

Background color for the above div is #e6320b

HTML with inline CSS

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

#e6320b color code is use for CSS Border Color

CSS Border color for the above div is #e6320b

HTML with inline CSS

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

CSS Border Left color for the above div is #e6320b

HTML with inline CSS

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

CSS Border Right color for the above div is #e6320b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6320b

HTML with inline CSS

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

CSS Border Top color for the above div is #e6320b

HTML with inline CSS

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

#e6320b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6320b Color code Preview on White Background

This is how #e6320b Color code will look on white background color. Color contrast ratio is 4.35

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

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(230,50,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,191,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,50,11,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.