crispedge.com

Color picker

Loading...

#fc2c2c hex color - Orange - Warm color - Information

#fc2c2c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fc2c2c Color code in RGB color code model is created after adding 98.82% red color, 17.25% green color and 17.25% blue color. Hex #fc2c2c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 83% yellow and 1% black.

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

0 Likes 0 Comments | 12 Views

RGB Chart

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

Color Table

Hex Color Codefc2c2c#fc2c2c
RGB Decimal252, 44, 44rgb(252, 44, 44)
RGB Percent99%, 17%, 17%rgb(99%, 17%, 17%)
CSS RGBa252, 44, 44,1rgba(252,44,44,1)
CMYK Modelcmyk(0%,83%,83%,1%)
HSL Color Space0,97% ,58%hsl(0,97% ,58%)
HSV Color Space0°, 83%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000010110000101100
Octal3745454
Decimal2524444
Hexfc2c2c

Different shades of #fc2c2c color code.

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

Light Shade of #fc2c2c
#fd5e5e
Dark Shade of #fc2c2c
#f20303
Saturated Shade of #fc2c2c
#ff2929
Desaturated Shade of #fc2c2c
#f13737
Grey scale Shade of #fc2c2c
#949494
Brighten Shade
#ff4545
Most Readable Shade
#FFFFFF

Shades of #fc2c2c color code

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

#fc2c2c
#e02727
#c42222
#a81d1d
#8c1818
#701313
#540e0e
#380909
#1c0404
#000000

Similar Color like #fc2c2c color

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

#fd2d2d
#fe2e2e
#ff2f2f
#ff3030
#ff3131
#ff3232
#ff3333
#ff3434
#ff3535
#ff3636
#ff3737
#ff3838
#ff3939
#ff3a3a
#fb2b2b
#fa2a2a
#f92929
#f82828
#f72727
#f62626
#f52525
#f42424
#f32323
#f22222
#f12121
#f02020
#ef1f1f
#ee1e1e

Monochromatic Color with #fc2c2c

#fc2c2c
#270707
#520e0e
#7c1616
#a71d1d
#d12525

Tints of #fc2c2c Color

#fc2c2c
#fc4343
#fc5a5a
#fd7272
#fd8989
#fda1a1
#feb8b8
#fed0d0
#fee7e7
#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

#fc2c2c
#2cfcfc

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

Split Complementary

#fc2c2c
#2cfc94
#2c94fc

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

Analogous Color

#fc2c7f
#fc2c56
#fc2c2c
#fc562c
#fc7f2c

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

#fc2c2c
#2cfc2c
#2c2cfc

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

#fc2c2c
#94fc2c
#2cfcfc
#942cfc

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

#fc2c2c
#2cfcfc
#2c94fc
#fc942c

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

#fc2c2c Color Code Preview on Black Background Color

This is how #fc2c2c Color will look on black background color. Color contrast ratio is 5.54

#fc2c2c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc2c2c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc2c2c

#fc2c2c color code is use for CSS Background Color

Background color for the above div is #fc2c2c

HTML with inline CSS

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

#fc2c2c color code is use for CSS Border Color

CSS Border color for the above div is #fc2c2c

HTML with inline CSS

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

CSS Border Left color for the above div is #fc2c2c

HTML with inline CSS

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

CSS Border Right color for the above div is #fc2c2c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc2c2c

HTML with inline CSS

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

CSS Border Top color for the above div is #fc2c2c

HTML with inline CSS

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

#fc2c2c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc2c2c Color code Preview on White Background

This is how #fc2c2c Color code will look on white background color. Color contrast ratio is 3.79

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

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.