crispedge.com

Color picker

Loading...

#f50c21 hex color - Red - Warm color - Information

#f50c21 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f50c21 Color code in RGB color code model is created after adding 96.08% red color, 4.71% green color and 12.94% blue color. Hex #f50c21 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 87% yellow and 4% black.

Hex #f50c21 color code is between #ee1122 web safe hex color code and #ff0011 web safe hex color code. #ee1122 is the nearest web safe color code. You can see here many more shades of #f50c21 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef50c21#f50c21
RGB Decimal245, 12, 33rgb(245, 12, 33)
RGB Percent96%, 5%, 13%rgb(96%, 5%, 13%)
CSS RGBa245, 12, 33,1rgba(245,12,33,1)
CMYK Modelcmyk(0%,95%,87%,4%)
HSL Color Space355,92% ,50%hsl(355,92% ,50%)
HSV Color Space355°, 95%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101010000110000100001
Octal3651441
Decimal2451233
Hexf50c21

Different shades of #f50c21 color code.

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

Light Shade of #f50c21
#f73d4e
Dark Shade of #f50c21
#c60819
Saturated Shade of #f50c21
#ff0219
Desaturated Shade of #f50c21
#e8192b
Grey scale Shade of #f50c21
#808080
Brighten Shade
#ff253a
Most Readable Shade
#FFFFFF

Shades of #f50c21 color code

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

#f50c21
#d90a1d
#be0919
#a30816
#880612
#6c050e
#51040b
#360207
#1b0103
#000000

Similar Color like #f50c21 color

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

#f60d22
#f70e23
#f80f24
#f91025
#fa1126
#fb1227
#fc1328
#fd1429
#fe152a
#ff162b
#ff172c
#ff182d
#ff192e
#ff1a2f
#f40b20
#f30a1f
#f2091e
#f1081d
#f0071c
#ef061b
#ee051a
#ed0419
#ec0318
#eb0217
#ea0116
#e90015
#e80014
#e70013

Monochromatic Color with #f50c21

#f50c21
#200204
#4b040a
#750610
#a00816
#ca0a1b

Tints of #f50c21 Color

#f50c21
#f62739
#f74252
#f85d6b
#f97883
#fa939c
#fbaeb5
#fcc9cd
#fde4e6
#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

#f50c21
#0cf5e0

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

Split Complementary

#f50c21
#0cf56c
#0c95f5

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

Analogous Color

#f50c7e
#f50c50
#f50c21
#f5260c
#f5540c

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

#f50c21
#21f50c
#0c21f5

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

#f50c21
#95f50c
#0cf5e0
#6b0cf5

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

#f50c21
#0cf5e0
#0c95f5
#f56c0c

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

#f50c21 Color Code Preview on Black Background Color

This is how #f50c21 Color will look on black background color. Color contrast ratio is 4.96

#f50c21 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f50c21

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f50c21

#f50c21 color code is use for CSS Background Color

Background color for the above div is #f50c21

HTML with inline CSS

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

#f50c21 color code is use for CSS Border Color

CSS Border color for the above div is #f50c21

HTML with inline CSS

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

CSS Border Left color for the above div is #f50c21

HTML with inline CSS

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

CSS Border Right color for the above div is #f50c21

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f50c21

HTML with inline CSS

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

CSS Border Top color for the above div is #f50c21

HTML with inline CSS

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

#f50c21 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f50c21 Color code Preview on White Background

This is how #f50c21 Color code will look on white background color. Color contrast ratio is 4.24

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

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(245,12,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,245,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,12,33,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.