Skip to main content Skip to docs navigation

#fb130d 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 Apple Cherry and its hex is #F81404 Nearest Color Name

Color Hue/Base color: Red

Hex #fb130d Color code in RGB color code model is created after adding 98.43% red color, 7.45% green color and 5.1% blue color. Hex #fb130d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 95% yellow and 1.57% black.

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

RGB Chart

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

Color Table

Hex Color Code fb130d #fb130d
RGB Decimal 251, 19, 13 251, 19, 13
RGB Percent 98%, 7%, 5% rgb(98%, 7%, 5%)
CSS RGBa 251, 19, 13,1 rgba(251,19,13,1)
CMYK Model cmyk(0%,92%,95%,1.57%)
HSL Color Space 2,97% ,52% hsl(2,97% ,52%)
HSV Color Space 2°, 95%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 00010011 00001101
Octal 373 23 15
Decimal 251 19 13
Hex fb 13 0d

Different shades of #fb130d color code.

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

Darkest of #fb130d
#6d0502
Darker of #fb130d
#9f0703
Dark of #fb130d
#d20903
Base of #fb130d
#fb130d
Light of #fb130d
#fc443f
Lighter
#fd7571
Lightest
#fda6a3

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

#fb130d
#0df5fb

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

Split Complementary

#fb130d
#0dfb8a
#0d7efb

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

Analogous Color

#fb0d92
#fb0d6a
#fb130d
#fb620d
#fbc50d

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

#fb130d
#130dfb
#0dfb13

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

#fb130d
#0dfb13
#0df5fb
#fb0df5

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

#fb130d
#7efb0d
#0df5fb
#8a0dfb

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 #fb130d

#3b0201
#6d0502
#9f0703
#d20903
#fb130d
#fc443f
#fd7571
#fda6a3
#fed7d6

Tints of #fb130d Color

#fb130d
#fb2d27
#fb4742
#fc615d
#fc7b78
#fd9693
#fdb0ae
#fecac9
#fee4e4
#ffffff

Shades of #fb130d color code

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

#fb130d
#df100b
#c30e0a
#a70c08
#8b0a07
#6f0805
#530604
#370402
#1b0201
#000000

Tones

#fb130d
#e22a26
#ca423e
#b15957
#99706f

Tones

Similar Color like #fb130d color

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

#fc140e
#fd150f
#fe1610
#ff1711
#ff1812
#ff1913
#ff1a14
#ff1b15
#ff1c16
#ff1d17
#ff1e18
#ff1f19
#ff201a
#ff211b
#fa120c
#f9110b
#f8100a
#f70f09
#f60e08
#f50d07
#f40c06
#f30b05
#f20a04
#f10903
#f00802
#ef0701
#ee0600
#ed0500

Download this Dark Red

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

#fb130d Color Code Preview on Black Background Color

This is how #fb130d Color will look on black background color. Color contrast ratio is 5.20

#fb130d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb130d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb130d

#fb130d color code is use for CSS Background Color

Background color for the above div is #fb130d

HTML with inline CSS

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

#fb130d color code is use for CSS Border Color

CSS Border color for the above div is #fb130d

HTML with inline CSS

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

CSS Border Left color for the above div is #fb130d

HTML with inline CSS

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

CSS Border Right color for the above div is #fb130d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb130d

HTML with inline CSS

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

CSS Border Top color for the above div is #fb130d

HTML with inline CSS

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

#fb130d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb130d Color code Preview on White Background

This is how #fb130d Color code will look on white background color. Color contrast ratio is 4.04

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

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