crispedge.com

#f52e1f hex color - Orange - Warm color - Information

#f52e1f hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #f52e1f color code is between #ee3322 web safe hex color code and #ff2211 web safe hex color code. #ee3322 is the nearest web safe color code. You can see here many more shades of #f52e1f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef52e1f#f52e1f
RGB Decimal245, 46, 31rgb(245, 46, 31)
RGB Percent96%, 18%, 12%rgb(96%, 18%, 12%)
CSS RGBa245, 46, 31,1rgba(245,46,31,1)
CMYK Modelcmyk(0%,81%,87%,4%)
HSL Color Space4,91% ,54%hsl(4,91% ,54%)
HSV Color Space4°, 87%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101010010111000011111
Octal3655637
Decimal2454631
Hexf52e1f

Different shades of #f52e1f color code.

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

Light Shade of #f52e1f
#f75c50
Dark Shade of #f52e1f
#d7180a
Saturated Shade of #f52e1f
#ff2515
Desaturated Shade of #f52e1f
#e9382b
Grey scale Shade of #f52e1f
#8a8a8a
Brighten Shade
#ff4738
Most Readable Shade
#FFFFFF

Shades of #f52e1f color code

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

#f52e1f
#d9281b
#be2318
#a31e14
#881911
#6c140d
#510f0a
#360a06
#1b0503
#000000

Similar Color like #f52e1f color

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

#f62f20
#f73021
#f83122
#f93223
#fa3324
#fb3425
#fc3526
#fd3627
#fe3728
#ff3829
#ff392a
#ff3a2b
#ff3b2c
#ff3c2d
#f42d1e
#f32c1d
#f22b1c
#f12a1b
#f0291a
#ef2819
#ee2718
#ed2617
#ec2516
#eb2415
#ea2314
#e92213
#e82112
#e72011

Monochromatic Color with #f52e1f

#f52e1f
#200604
#4b0e09
#75160f
#a01e14
#ca261a

Tints of #f52e1f Color

#f52e1f
#f64537
#f75c50
#f87369
#f98a82
#faa29b
#fbb9b4
#fcd0cd
#fde7e6
#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

#f52e1f
#1fe6f5

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

Split Complementary

#f52e1f
#1ff599
#1f7bf5

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

Analogous Color

#f51f66
#f51f3b
#f52e1f
#f5591f
#f5841f

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

#f52e1f
#1ff52e
#2e1ff5

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

#f52e1f
#7bf51f
#1fe6f5
#991ff5

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

#f52e1f
#1fe6f5
#1f7bf5
#f5991f

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

#f52e1f Color Code Preview on Black Background Color

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

#f52e1f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f52e1f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f52e1f

#f52e1f color code is use for CSS Background Color

Background color for the above div is #f52e1f

HTML with inline CSS

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

#f52e1f color code is use for CSS Border Color

CSS Border color for the above div is #f52e1f

HTML with inline CSS

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

CSS Border Left color for the above div is #f52e1f

HTML with inline CSS

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

CSS Border Right color for the above div is #f52e1f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f52e1f

HTML with inline CSS

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

CSS Border Top color for the above div is #f52e1f

HTML with inline CSS

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

#f52e1f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f52e1f Color code Preview on White Background

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

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,46,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,230,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,46,31,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>