crispedge.com

Color picker

Loading...

#f01c1c hex color - Red - Warm color - Information

#f01c1c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f01c1c Color code in RGB color code model is created after adding 94.12% red color, 10.98% green color and 10.98% blue color. Hex #f01c1c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 88% yellow and 6% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codef01c1c#f01c1c
RGB Decimal240, 28, 28rgb(240, 28, 28)
RGB Percent94%, 11%, 11%rgb(94%, 11%, 11%)
CSS RGBa240, 28, 28,1rgba(240,28,28,1)
CMYK Modelcmyk(0%,88%,88%,6%)
HSL Color Space0,88% ,53%hsl(0,88% ,53%)
HSV Color Space0°, 88%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000001110000011100
Octal3603434
Decimal2402828
Hexf01c1c

Different shades of #f01c1c color code.

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

Light Shade of #f01c1c
#f34c4c
Dark Shade of #f01c1c
#cc0d0d
Saturated Shade of #f01c1c
#fc1010
Desaturated Shade of #f01c1c
#e42828
Grey scale Shade of #f01c1c
#868686
Brighten Shade
#ff3535
Most Readable Shade
#FFFFFF

Shades of #f01c1c color code

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

#f01c1c
#d51818
#ba1515
#a01212
#850f0f
#6a0c0c
#500909
#350606
#1a0303
#000000

Similar Color like #f01c1c color

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

#f11d1d
#f21e1e
#f31f1f
#f42020
#f52121
#f62222
#f72323
#f82424
#f92525
#fa2626
#fb2727
#fc2828
#fd2929
#fe2a2a
#ef1b1b
#ee1a1a
#ed1919
#ec1818
#eb1717
#ea1616
#e91515
#e81414
#e71313
#e61212
#e51111
#e41010
#e30f0f
#e20e0e

Monochromatic Color with #f01c1c

#f01c1c
#1b0303
#460808
#700d0d
#9b1212
#c51717

Tints of #f01c1c Color

#f01c1c
#f13535
#f34e4e
#f56767
#f68080
#f89a9a
#fab3b3
#fbcccc
#fde5e5
#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

#f01c1c
#1cf0f0

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

Split Complementary

#f01c1c
#1cf086
#1c86f0

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

Analogous Color

#f01c71
#f01c46
#f01c1c
#f0461c
#f0711c

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

#f01c1c
#1cf01c
#1c1cf0

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

#f01c1c
#86f01c
#1cf0f0
#861cf0

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

#f01c1c
#1cf0f0
#1c86f0
#f0861c

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

#f01c1c Color Code Preview on Black Background Color

This is how #f01c1c Color will look on black background color. Color contrast ratio is 4.89

#f01c1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f01c1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f01c1c

#f01c1c color code is use for CSS Background Color

Background color for the above div is #f01c1c

HTML with inline CSS

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

#f01c1c color code is use for CSS Border Color

CSS Border color for the above div is #f01c1c

HTML with inline CSS

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

CSS Border Left color for the above div is #f01c1c

HTML with inline CSS

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

CSS Border Right color for the above div is #f01c1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f01c1c

HTML with inline CSS

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

CSS Border Top color for the above div is #f01c1c

HTML with inline CSS

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

#f01c1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f01c1c Color code Preview on White Background

This is how #f01c1c Color code will look on white background color. Color contrast ratio is 4.30

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.