crispedge.com

Color picker

Loading...

#ee060f hex color - Red - Warm color - Information

#ee060f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee060f Color code in RGB color code model is created after adding 93.33% red color, 2.35% green color and 5.88% blue color. Hex #ee060f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 94% yellow and 7% black.

Hex #ee060f color code is between #dd0011 web safe hex color code and #ff0000 web safe hex color code. #dd0011 is the nearest web safe color code. You can see here many more shades of #ee060f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeee060f#ee060f
RGB Decimal238, 6, 15rgb(238, 6, 15)
RGB Percent93%, 2%, 6%rgb(93%, 2%, 6%)
CSS RGBa238, 6, 15,1rgba(238,6,15,1)
CMYK Modelcmyk(0%,97%,94%,7%)
HSL Color Space358,95% ,48%hsl(358,95% ,48%)
HSV Color Space358°, 97%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100000011000001111
Octal356617
Decimal238615
Hexee060f

Different shades of #ee060f color code.

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

Light Shade of #ee060f
#fa2d35
Dark Shade of #ee060f
#bc050c
Saturated Shade of #ee060f
#f40009
Desaturated Shade of #ee060f
#e2121a
Grey scale Shade of #ee060f
#7a7a7a
Brighten Shade
#ff1f28
Most Readable Shade
#FFFFFF

Shades of #ee060f color code

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

#ee060f
#d3050d
#b9040b
#9e040a
#840308
#690206
#4f0205
#340103
#1a0001
#000000

Similar Color like #ee060f color

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

#ef0710
#f00811
#f10912
#f20a13
#f30b14
#f40c15
#f50d16
#f60e17
#f70f18
#f81019
#f9111a
#fa121b
#fb131c
#fc141d
#ed050e
#ec040d
#eb030c
#ea020b
#e9010a
#e80009
#e70008
#e60007
#e50006
#e40005
#e30004
#e20003
#e10002
#e00001

Monochromatic Color with #ee060f

#ee060f
#1a0102
#440204
#6e0307
#99040a
#c3050c

Tints of #ee060f Color

#ee060f
#ef2129
#f13d44
#f3595f
#f57479
#f79094
#f9acaf
#fbc7c9
#fde3e4
#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

#ee060f
#06eee5

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

Split Complementary

#ee060f
#06ee71
#0683ee

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

Analogous Color

#ee066c
#ee063d
#ee060f
#ee2b06
#ee5a06

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

#ee060f
#0fee06
#060fee

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

#ee060f
#83ee06
#06eee5
#7106ee

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

#ee060f
#06eee5
#0683ee
#ee7106

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

#ee060f Color Code Preview on Black Background Color

This is how #ee060f Color will look on black background color. Color contrast ratio is 4.67

#ee060f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee060f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee060f

#ee060f color code is use for CSS Background Color

Background color for the above div is #ee060f

HTML with inline CSS

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

#ee060f color code is use for CSS Border Color

CSS Border color for the above div is #ee060f

HTML with inline CSS

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

CSS Border Left color for the above div is #ee060f

HTML with inline CSS

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

CSS Border Right color for the above div is #ee060f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee060f

HTML with inline CSS

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

CSS Border Top color for the above div is #ee060f

HTML with inline CSS

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

#ee060f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee060f Color code Preview on White Background

This is how #ee060f Color code will look on white background color. Color contrast ratio is 4.50

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.