crispedge.com

Color picker

Loading...

#fa1c3b hex color - Red - Warm color - Information

#fa1c3b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fa1c3b Color code in RGB color code model is created after adding 98.04% red color, 10.98% green color and 23.14% blue color. Hex #fa1c3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 76% yellow and 2% black.

Hex #fa1c3b color code is between #ff2233 web safe hex color code and #ee1144 web safe hex color code. #ff2233 is the nearest web safe color code. You can see here many more shades of #fa1c3b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefa1c3b#fa1c3b
RGB Decimal250, 28, 59rgb(250, 28, 59)
RGB Percent98%, 11%, 23%rgb(98%, 11%, 23%)
CSS RGBa250, 28, 59,1rgba(250,28,59,1)
CMYK Modelcmyk(0%,89%,76%,2%)
HSL Color Space352,96% ,55%hsl(352,96% ,55%)
HSV Color Space352°, 89%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100001110000111011
Octal3723473
Decimal2502859
Hexfa1c3b

Different shades of #fa1c3b color code.

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

Light Shade of #fa1c3b
#fb4e66
Dark Shade of #fa1c3b
#de0523
Saturated Shade of #fa1c3b
#ff1737
Desaturated Shade of #fa1c3b
#ee2843
Grey scale Shade of #fa1c3b
#8b8b8b
Brighten Shade
#ff3554
Most Readable Shade
#FFFFFF

Shades of #fa1c3b color code

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

#fa1c3b
#de1834
#c2152d
#a61227
#8a0f20
#6f0c1a
#530913
#37060d
#1b0306
#000000

Similar Color like #fa1c3b color

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

#fb1d3c
#fc1e3d
#fd1f3e
#fe203f
#ff2140
#ff2241
#ff2342
#ff2443
#ff2544
#ff2645
#ff2746
#ff2847
#ff2948
#ff2a49
#f91b3a
#f81a39
#f71938
#f61837
#f51736
#f41635
#f31534
#f21433
#f11332
#f01231
#ef1130
#ee102f
#ed0f2e
#ec0e2d

Monochromatic Color with #fa1c3b

#fa1c3b
#250409
#500913
#7a0e1d
#a51227
#cf1731

Tints of #fa1c3b Color

#fa1c3b
#fa3550
#fb4e66
#fb677c
#fc8092
#fc9aa7
#fdb3bd
#fdccd3
#fee5e9
#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

#fa1c3b
#1cfadb

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

Split Complementary

#fa1c3b
#1cfa6c
#1caafa

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

Analogous Color

#fa1c94
#fa1c67
#fa1c3b
#fa291c
#fa561c

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

#fa1c3b
#3bfa1c
#1c3bfa

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

#fa1c3b
#aafa1c
#1cfadb
#6c1cfa

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

#fa1c3b
#1cfadb
#1caafa
#fa6c1c

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

#fa1c3b Color Code Preview on Black Background Color

This is how #fa1c3b Color will look on black background color. Color contrast ratio is 5.29

#fa1c3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa1c3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa1c3b

#fa1c3b color code is use for CSS Background Color

Background color for the above div is #fa1c3b

HTML with inline CSS

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

#fa1c3b color code is use for CSS Border Color

CSS Border color for the above div is #fa1c3b

HTML with inline CSS

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

CSS Border Left color for the above div is #fa1c3b

HTML with inline CSS

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

CSS Border Right color for the above div is #fa1c3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa1c3b

HTML with inline CSS

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

CSS Border Top color for the above div is #fa1c3b

HTML with inline CSS

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

#fa1c3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa1c3b Color code Preview on White Background

This is how #fa1c3b Color code will look on white background color. Color contrast ratio is 3.97

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

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(250,28,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,250,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,28,59,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.