crispedge.com

Color picker

Loading...

#ec4242 hex color - Red - Warm color - Information

#ec4242 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec4242 Color code in RGB color code model is created after adding 92.55% red color, 25.88% green color and 25.88% blue color. Hex #ec4242 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 72% yellow and 7% black.

Hex #ec4242 color code is between #ee4444 web safe hex color code and #dd3333 web safe hex color code. #ee4444 is the nearest web safe color code. You can see here many more shades of #ec4242 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeec4242#ec4242
RGB Decimal236, 66, 66rgb(236, 66, 66)
RGB Percent93%, 26%, 26%rgb(93%, 26%, 26%)
CSS RGBa236, 66, 66,1rgba(236,66,66,1)
CMYK Modelcmyk(0%,72%,72%,7%)
HSL Color Space0,82% ,59%hsl(0,82% ,59%)
HSV Color Space0°, 72%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000100001001000010
Octal354102102
Decimal2366666
Hexec4242

Different shades of #ec4242 color code.

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

Light Shade of #ec4242
#f17070
Dark Shade of #ec4242
#e41717
Saturated Shade of #ec4242
#f63838
Desaturated Shade of #ec4242
#e24c4c
Grey scale Shade of #ec4242
#979797
Brighten Shade
#ff5b5b
Most Readable Shade
#FFFFFF

Shades of #ec4242 color code

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

#ec4242
#d13a3a
#b73333
#9d2c2c
#832424
#681d1d
#4e1616
#340e0e
#1a0707
#000000

Similar Color like #ec4242 color

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

#ed4343
#ee4444
#ef4545
#f04646
#f14747
#f24848
#f34949
#f44a4a
#f54b4b
#f64c4c
#f74d4d
#f84e4e
#f94f4f
#fa5050
#eb4141
#ea4040
#e93f3f
#e83e3e
#e73d3d
#e63c3c
#e53b3b
#e43a3a
#e33939
#e23838
#e13737
#e03636
#df3535
#de3434

Monochromatic Color with #ec4242

#ec4242
#170707
#421212
#6c1e1e
#972a2a
#c13636

Tints of #ec4242 Color

#ec4242
#ee5757
#f06c6c
#f28181
#f49696
#f6abab
#f8c0c0
#fad5d5
#fceaea
#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

#ec4242
#42ecec

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

Split Complementary

#ec4242
#42ec97
#4297ec

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

Analogous Color

#ec4286
#ec4264
#ec4242
#ec6442
#ec8642

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

#ec4242
#42ec42
#4242ec

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

#ec4242
#97ec42
#42ecec
#9742ec

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

#ec4242
#42ecec
#4297ec
#ec9742

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

#ec4242 Color Code Preview on Black Background Color

This is how #ec4242 Color will look on black background color. Color contrast ratio is 5.42

#ec4242 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec4242

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec4242

#ec4242 color code is use for CSS Background Color

Background color for the above div is #ec4242

HTML with inline CSS

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

#ec4242 color code is use for CSS Border Color

CSS Border color for the above div is #ec4242

HTML with inline CSS

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

CSS Border Left color for the above div is #ec4242

HTML with inline CSS

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

CSS Border Right color for the above div is #ec4242

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec4242

HTML with inline CSS

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

CSS Border Top color for the above div is #ec4242

HTML with inline CSS

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

#ec4242 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec4242 Color code Preview on White Background

This is how #ec4242 Color code will look on white background color. Color contrast ratio is 3.87

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.