Skip to main content Skip to docs navigation

#fb013f hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Méi Gūi Hóng Red and its hex is #FE023C Nearest Color Name

Color Hue/Base color: Red

Hex #fb013f Color code in RGB color code model is created after adding 98.43% red color, 0.39% green color and 24.71% blue color. Hex #fb013f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 75% yellow and 1.57% black.

Hex #fb013f color code is between #ff0044 web safe hex color code and #ee0033 web safe hex color code. #ff0044 is the nearest web safe color code. You can see here many more shades of #fb013f color code.

RGB Chart

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

Color Table

Hex Color Code fb013f #fb013f
RGB Decimal 251, 1, 63 251, 1, 63
RGB Percent 98%, 0%, 25% rgb(98%, 0%, 25%)
CSS RGBa 251, 1, 63,1 rgba(251,1,63,1)
CMYK Model cmyk(0%,100%,75%,1.57%)
HSL Color Space 345,99% ,49% hsl(345,99% ,49%)
HSV Color Space 345°, 100%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 00000001 00111111
Octal 373 1 77
Decimal 251 1 63
Hex fb 01 3f

Different shades of #fb013f color code.

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

Darkest of #fb013f
#630019
Darker of #fb013f
#950125
Dark of #fb013f
#c80132
Base of #fb013f
#fb013f
Light of #fb013f
#fe3164
Lighter
#fe648a
Lightest
#ff96b0

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

#fb013f
#01fbbd

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

Split Complementary

#fb013f
#01fb40
#01bcfb

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

Analogous Color

#fb01d1
#fb01a7
#fb013f
#fb1601
#fb7e01

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

#fb013f
#013ffb
#3ffb01

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

#fb013f
#3ffb01
#01fbbd
#bd01fb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fb013f
#bcfb01
#01fbbd
#4001fb

Square 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).

Monochromatic Color with #fb013f

#30000c
#630019
#950125
#c80132
#fb013f
#fe3164
#fe648a
#ff96b0
#ffc9d6

Tints of #fb013f Color

#fb013f
#fb1d54
#fb3969
#fc557f
#fc7194
#fd8ea9
#fdaabf
#fec6d4
#fee2e9
#ffffff

Shades of #fb013f color code

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

#fb013f
#df0038
#c30031
#a7002a
#8b0023
#6f001c
#530015
#37000e
#1b0007
#000000

Tones

#fb013f
#e21a4c
#c93358
#af4d65
#966672

Tones

Similar Color like #fb013f color

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

#fc0240
#fd0341
#fe0442
#ff0543
#ff0644
#ff0745
#ff0846
#ff0947
#ff0a48
#ff0b49
#ff0c4a
#ff0d4b
#ff0e4c
#ff0f4d
#fa003e
#f9003d
#f8003c
#f7003b
#f6003a
#f50039
#f40038
#f30037
#f20036
#f10035
#f00034
#ef0033
#ee0032
#ed0031

Download this Dark Red

Hex #fb013f 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.

#fb013f Color Code Preview on Black Background Color

This is how #fb013f Color will look on black background color. Color contrast ratio is 5.18

#fb013f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb013f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb013f

#fb013f color code is use for CSS Background Color

Background color for the above div is #fb013f

HTML with inline CSS

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

#fb013f color code is use for CSS Border Color

CSS Border color for the above div is #fb013f

HTML with inline CSS

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

CSS Border Left color for the above div is #fb013f

HTML with inline CSS

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

CSS Border Right color for the above div is #fb013f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb013f

HTML with inline CSS

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

CSS Border Top color for the above div is #fb013f

HTML with inline CSS

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

#fb013f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb013f Color code Preview on White Background

This is how #fb013f Color code will look on white background color. Color contrast ratio is 4.06

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(251,1,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,251,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,1,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }