crispedge.com

Color picker

Loading...

#ed312e hex color - Red - Warm color - Information

#ed312e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ed312e Color code in RGB color code model is created after adding 92.94% red color, 19.22% green color and 18.04% blue color. Hex #ed312e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 81% yellow and 7% black.

Hex #ed312e color code is between #ee3333 web safe hex color code and #dd2222 web safe hex color code. #ee3333 is the nearest web safe color code. You can see here many more shades of #ed312e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed312e#ed312e
RGB Decimal237, 49, 46rgb(237, 49, 46)
RGB Percent93%, 19%, 18%rgb(93%, 19%, 18%)
CSS RGBa237, 49, 46,1rgba(237,49,46,1)
CMYK Modelcmyk(0%,79%,81%,7%)
HSL Color Space1,84% ,55%hsl(1,84% ,55%)
HSV Color Space1°, 81%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010011000100101110
Octal3556156
Decimal2374946
Hexed312e

Different shades of #ed312e color code.

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

Light Shade of #ed312e
#f15f5d
Dark Shade of #ed312e
#d61512
Saturated Shade of #ed312e
#f82623
Desaturated Shade of #ed312e
#e23c39
Grey scale Shade of #ed312e
#8d8d8d
Brighten Shade
#ff4a47
Most Readable Shade
#FFFFFF

Shades of #ed312e color code

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

#ed312e
#d22b28
#b82623
#9e201e
#831b19
#691514
#4f100f
#340a0a
#1a0505
#000000

Similar Color like #ed312e color

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

#ee322f
#ef3330
#f03431
#f13532
#f23633
#f33734
#f43835
#f53936
#f63a37
#f73b38
#f83c39
#f93d3a
#fa3e3b
#fb3f3c
#ec302d
#eb2f2c
#ea2e2b
#e92d2a
#e82c29
#e72b28
#e62a27
#e52926
#e42825
#e32724
#e22623
#e12522
#e02421
#df2320

Monochromatic Color with #ed312e

#ed312e
#180505
#430e0d
#6d1715
#981f1d
#c22826

Tints of #ed312e Color

#ed312e
#ef4745
#f15e5c
#f37573
#f58c8a
#f7a3a2
#f9bab9
#fbd1d0
#fde8e7
#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

#ed312e
#2eeaed

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

Split Complementary

#ed312e
#2eed91
#2e8aed

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

Analogous Color

#ed2e77
#ed2e51
#ed312e
#ed572e
#ed7d2e

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

#ed312e
#2eed31
#312eed

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

#ed312e
#8aed2e
#2eeaed
#902eed

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

#ed312e
#2eeaed
#2e8aed
#ed912e

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

#ed312e Color Code Preview on Black Background Color

This is how #ed312e Color will look on black background color. Color contrast ratio is 5.08

#ed312e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed312e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed312e

#ed312e color code is use for CSS Background Color

Background color for the above div is #ed312e

HTML with inline CSS

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

#ed312e color code is use for CSS Border Color

CSS Border color for the above div is #ed312e

HTML with inline CSS

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

CSS Border Left color for the above div is #ed312e

HTML with inline CSS

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

CSS Border Right color for the above div is #ed312e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed312e

HTML with inline CSS

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

CSS Border Top color for the above div is #ed312e

HTML with inline CSS

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

#ed312e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed312e Color code Preview on White Background

This is how #ed312e Color code will look on white background color. Color contrast ratio is 4.13

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

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(237,49,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,234,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,49,46,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.