crispedge.com

#e52915 hex color - Red - Warm color - Information

#e52915 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e52915 Color code in RGB color code model is created after adding 89.8% red color, 16.08% green color and 8.24% blue color. Hex #e52915 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 91% yellow and 10% black.

Hex #e52915 color code is between #dd2211 web safe hex color code and #ee3322 web safe hex color code. #dd2211 is the nearest web safe color code. You can see here many more shades of #e52915 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee52915#e52915
RGB Decimal229, 41, 21rgb(229, 41, 21)
RGB Percent90%, 16%, 8%rgb(90%, 16%, 8%)
CSS RGBa229, 41, 21,1rgba(229,41,21,1)
CMYK Modelcmyk(0%,82%,91%,10%)
HSL Color Space6,83% ,49%hsl(6,83% ,49%)
HSV Color Space6°, 91%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001010010100100010101
Octal3455125
Decimal2294121
Hexe52915

Different shades of #e52915 color code.

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

Light Shade of #e52915
#ed5040
Dark Shade of #e52915
#b62111
Saturated Shade of #e52915
#f11f09
Desaturated Shade of #e52915
#d83321
Grey scale Shade of #e52915
#7d7d7d
Brighten Shade
#fe422e
Most Readable Shade
#FFFFFF

Shades of #e52915 color code

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

#e52915
#cb2412
#b21f10
#981b0e
#7f160b
#651209
#4c0d07
#320904
#190402
#000000

Similar Color like #e52915 color

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

#e62a16
#e72b17
#e82c18
#e92d19
#ea2e1a
#eb2f1b
#ec301c
#ed311d
#ee321e
#ef331f
#f03420
#f13521
#f23622
#f33723
#e42814
#e32713
#e22612
#e12511
#e02410
#df230f
#de220e
#dd210d
#dc200c
#db1f0b
#da1e0a
#d91d09
#d81c08
#d71b07

Monochromatic Color with #e52915

#e52915
#100302
#3b0b05
#651209
#901a0d
#ba2111

Tints of #e52915 Color

#e52915
#e7402f
#ea5849
#ed7063
#f0887d
#f39f97
#f6b7b1
#f9cfcb
#fce7e5
#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

#e52915
#15d1e5

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

Split Complementary

#e52915
#15e591
#1569e5

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

Analogous Color

#e51554
#e5152b
#e52915
#e55315
#e57c15

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

#e52915
#15e529
#2915e5

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

#e52915
#69e515
#15d1e5
#9115e5

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

#e52915
#15d1e5
#1569e5
#e59115

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

#e52915 Color Code Preview on Black Background Color

This is how #e52915 Color will look on black background color. Color contrast ratio is 4.66

#e52915 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e52915

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e52915

#e52915 color code is use for CSS Background Color

Background color for the above div is #e52915

HTML with inline CSS

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

#e52915 color code is use for CSS Border Color

CSS Border color for the above div is #e52915

HTML with inline CSS

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

CSS Border Left color for the above div is #e52915

HTML with inline CSS

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

CSS Border Right color for the above div is #e52915

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e52915

HTML with inline CSS

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

CSS Border Top color for the above div is #e52915

HTML with inline CSS

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

#e52915 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e52915 Color code Preview on White Background

This is how #e52915 Color code will look on white background color. Color contrast ratio is 4.51

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

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(229,41,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,209,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,41,21,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.

< /html>