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

#e6134a hex color - Red - Warm color - Information

#e6134a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e6134a Color code in RGB color code model is created after adding 90.2% red color, 7.45% green color and 29.02% blue color. Hex #e6134a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 68% yellow and 9.8% black.

Hex #e6134a color code is between #ee1144 web safe hex color code and #dd2255 web safe hex color code. #ee1144 is the nearest web safe color code. You can see here many more shades of #e6134a 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 e6134a #e6134a
RGB Decimal 230, 19, 74 rgb(230, 19, 74)
RGB Percent 90%, 7%, 29% rgb(90%, 7%, 29%)
CSS RGBa 230, 19, 74,1 rgba(230,19,74,1)
CMYK Model cmyk(0%,92%,68%,9.8%)
HSL Color Space 344,85% ,49% hsl(344,85% ,49%)
HSV Color Space 344°, 92%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100110 00010011 01001010
Octal 346 23 112
Decimal 230 19 74
Hex e6 13 4a

Different shades of #e6134a color code.

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

Light Shade of #e6134a
#ef3d6b
Dark Shade of #e6134a
#b70f3b
Saturated Shade of #e6134a
#f20744
Desaturated Shade of #e6134a
#da1f50
Grey scale Shade of #e6134a
#7c7c7c
Brighten Shade
#ff2c63
Most Readable Shade
#FFFFFF

Shades of #e6134a color code

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

#e6134a
#cc1041
#b20e39
#990c31
#7f0a29
#660820
#4c0618
#330410
#190208
#000000

Similar Color like #e6134a color

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

#e7144b
#e8154c
#e9164d
#ea174e
#eb184f
#ec1950
#ed1a51
#ee1b52
#ef1c53
#f01d54
#f11e55
#f21f56
#f32057
#f42158
#e51249
#e41148
#e31047
#e20f46
#e10e45
#e00d44
#df0c43
#de0b42
#dd0a41
#dc0940
#db083f
#da073e
#d9063d
#d8053c

Monochromatic Color with #e6134a

#e6134a
#110106
#3c0513
#660821
#910c2f
#bb103c

Tints of #e6134a Color

#e6134a
#e82d5e
#eb4772
#ee6186
#f17b9a
#f396ae
#f6b0c2
#f9cad6
#fce4ea
#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

#e6134a
#13e6af

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

Split Complementary

#e6134a
#13e645
#13b4e6

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

Analogous Color

#e6139e
#e61374
#e6134a
#e61320
#e63013

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

#e6134a
#4ae613
#134ae6

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

#e6134a
#b3e613
#13e6af
#4613e6

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

#e6134a
#13e6af
#13b4e6
#e64513

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

#e6134a Color Code Preview on Black Background Color

This is how #e6134a Color will look on black background color. Color contrast ratio is 4.56

#e6134a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6134a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6134a

#e6134a color code is use for CSS Background Color

Background color for the above div is #e6134a

HTML with inline CSS

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

#e6134a color code is use for CSS Border Color

CSS Border color for the above div is #e6134a

HTML with inline CSS

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

CSS Border Left color for the above div is #e6134a

HTML with inline CSS

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

CSS Border Right color for the above div is #e6134a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6134a

HTML with inline CSS

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

CSS Border Top color for the above div is #e6134a

HTML with inline CSS

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

#e6134a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6134a Color code Preview on White Background

This is how #e6134a Color code will look on white background color. Color contrast ratio is 4.61

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

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,19,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,230,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,19,74,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.