crispedge.com

Color picker

Loading...

#eb1c1b hex color - Red - Warm color - Information

#eb1c1b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eb1c1b Color code in RGB color code model is created after adding 92.16% red color, 10.98% green color and 10.59% blue color. Hex #eb1c1b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 89% yellow and 8% black.

Hex #eb1c1b color code is between #ee2222 web safe hex color code and #dd1111 web safe hex color code. #ee2222 is the nearest web safe color code. You can see here many more shades of #eb1c1b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeb1c1b#eb1c1b
RGB Decimal235, 28, 27rgb(235, 28, 27)
RGB Percent92%, 11%, 11%rgb(92%, 11%, 11%)
CSS RGBa235, 28, 27,1rgba(235,28,27,1)
CMYK Modelcmyk(0%,88%,89%,8%)
HSL Color Space0,84% ,51%hsl(0,84% ,51%)
HSV Color Space0°, 89%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110001110000011011
Octal3533433
Decimal2352827
Hexeb1c1b

Different shades of #eb1c1b color code.

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

Light Shade of #eb1c1b
#ef4b4a
Dark Shade of #eb1c1b
#c21211
Saturated Shade of #eb1c1b
#f7100f
Desaturated Shade of #eb1c1b
#df2827
Grey scale Shade of #eb1c1b
#838383
Brighten Shade
#ff3534
Most Readable Shade
#FFFFFF

Shades of #eb1c1b color code

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

#eb1c1b
#d01818
#b61515
#9c1212
#820f0f
#680c0c
#4e0909
#340606
#1a0303
#000000

Similar Color like #eb1c1b color

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

#ec1d1c
#ed1e1d
#ee1f1e
#ef201f
#f02120
#f12221
#f22322
#f32423
#f42524
#f52625
#f62726
#f72827
#f82928
#f92a29
#ea1b1a
#e91a19
#e81918
#e71817
#e61716
#e51615
#e41514
#e31413
#e21312
#e11211
#e01110
#df100f
#de0f0e
#dd0e0d

Monochromatic Color with #eb1c1b

#eb1c1b
#160303
#410807
#6b0d0c
#961211
#c01716

Tints of #eb1c1b Color

#eb1c1b
#ed3534
#ef4e4d
#f16767
#f38080
#f69a99
#f8b3b3
#facccc
#fce5e5
#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

#eb1c1b
#1beaeb

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

Split Complementary

#eb1c1b
#1beb84
#1b82eb

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

Analogous Color

#eb1b6d
#eb1b44
#eb1c1b
#eb461b
#eb6f1b

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

#eb1c1b
#1beb1c
#1c1beb

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

#eb1c1b
#82eb1b
#1beaeb
#841beb

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

#eb1c1b
#1beaeb
#1b82eb
#eb841b

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

#eb1c1b Color Code Preview on Black Background Color

This is how #eb1c1b Color will look on black background color. Color contrast ratio is 4.71

#eb1c1b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb1c1b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb1c1b

#eb1c1b color code is use for CSS Background Color

Background color for the above div is #eb1c1b

HTML with inline CSS

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

#eb1c1b color code is use for CSS Border Color

CSS Border color for the above div is #eb1c1b

HTML with inline CSS

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

CSS Border Left color for the above div is #eb1c1b

HTML with inline CSS

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

CSS Border Right color for the above div is #eb1c1b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb1c1b

HTML with inline CSS

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

CSS Border Top color for the above div is #eb1c1b

HTML with inline CSS

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

#eb1c1b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb1c1b Color code Preview on White Background

This is how #eb1c1b Color code will look on white background color. Color contrast ratio is 4.45

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

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(235,28,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,234,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,28,27,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.