crispedge.com

#f93c3e hex color - Red - Warm color - Information

#f93c3e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f93c3e Color code in RGB color code model is created after adding 97.65% red color, 23.53% green color and 24.31% blue color. Hex #f93c3e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 75% yellow and 2% black.

Hex #f93c3e color code is between #ff4444 web safe hex color code and #ee3333 web safe hex color code. #ff4444 is the nearest web safe color code. You can see here many more shades of #f93c3e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef93c3e#f93c3e
RGB Decimal249, 60, 62rgb(249, 60, 62)
RGB Percent98%, 24%, 24%rgb(98%, 24%, 24%)
CSS RGBa249, 60, 62,1rgba(249,60,62,1)
CMYK Modelcmyk(0%,76%,75%,2%)
HSL Color Space359,94% ,61%hsl(359,94% ,61%)
HSV Color Space359°, 76%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010011110000111110
Octal3717476
Decimal2496062
Hexf93c3e

Different shades of #f93c3e color code.

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

Light Shade of #f93c3e
#fb6d6f
Dark Shade of #f93c3e
#f70a0d
Saturated Shade of #f93c3e
#ff3638
Desaturated Shade of #f93c3e
#ef4648
Grey scale Shade of #f93c3e
#9a9a9a
Brighten Shade
#ff5557
Most Readable Shade
#FFFFFF

Shades of #f93c3e color code

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

#f93c3e
#dd3537
#c12e30
#a62829
#8a2122
#6e1a1b
#531414
#370d0d
#1b0606
#000000

Similar Color like #f93c3e color

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

#fa3d3f
#fb3e40
#fc3f41
#fd4042
#fe4143
#ff4244
#ff4345
#ff4446
#ff4547
#ff4648
#ff4749
#ff484a
#ff494b
#ff4a4c
#f83b3d
#f73a3c
#f6393b
#f5383a
#f43739
#f33638
#f23537
#f13436
#f03335
#ef3234
#ee3133
#ed3032
#ec2f31
#eb2e30

Monochromatic Color with #f93c3e

#f93c3e
#240909
#4f1314
#791d1e
#a42829
#ce3233

Tints of #f93c3e Color

#f93c3e
#f95153
#fa6768
#fb7d7e
#fb9293
#fca8a9
#fdbebe
#fdd3d4
#fee9e9
#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

#f93c3e
#3cf9f7

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

Split Complementary

#f93c3e
#3cf998
#3c9df9

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

Analogous Color

#f93c8a
#f93c64
#f93c3e
#f9603c
#f9863c

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

#f93c3e
#3ef93c
#3c3ef9

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

#f93c3e
#9cf93c
#3cf9f7
#983cf9

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

#f93c3e
#3cf9f7
#3c9df9
#f9983c

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

#f93c3e Color Code Preview on Black Background Color

This is how #f93c3e Color will look on black background color. Color contrast ratio is 5.74

#f93c3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f93c3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f93c3e

#f93c3e color code is use for CSS Background Color

Background color for the above div is #f93c3e

HTML with inline CSS

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

#f93c3e color code is use for CSS Border Color

CSS Border color for the above div is #f93c3e

HTML with inline CSS

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

CSS Border Left color for the above div is #f93c3e

HTML with inline CSS

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

CSS Border Right color for the above div is #f93c3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f93c3e

HTML with inline CSS

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

CSS Border Top color for the above div is #f93c3e

HTML with inline CSS

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

#f93c3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f93c3e Color code Preview on White Background

This is how #f93c3e Color code will look on white background color. Color contrast ratio is 3.66

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

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(249,60,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,249,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,60,62,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>