Skip to main content Skip to docs navigation

#fb262a 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 Red Stop and its hex is #FF2222 Nearest Color Name

Color Hue/Base color: Red

Hex #fb262a Color code in RGB color code model is created after adding 98.43% red color, 14.9% green color and 16.47% blue color. Hex #fb262a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 83% yellow and 1.57% black.

Hex #fb262a color code is between #ff2222 web safe hex color code and #ee3333 web safe hex color code. #ff2222 is the nearest web safe color code. You can see here many more shades of #fb262a color code.

RGB Chart

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

Color Table

Hex Color Code fb262a #fb262a
RGB Decimal 251, 38, 42 251, 38, 42
RGB Percent 98%, 15%, 16% rgb(98%, 15%, 16%)
CSS RGBa 251, 38, 42,1 rgba(251,38,42,1)
CMYK Model cmyk(0%,85%,83%,1.57%)
HSL Color Space 359,96% ,57% hsl(359,96% ,57%)
HSV Color Space 359°, 85%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 00100110 00101010
Octal 373 46 52
Decimal 251 38 42
Hex fb 26 2a

Different shades of #fb262a color code.

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

Darkest of #fb262a
#860205
Darker of #fb262a
#b80307
Dark of #fb262a
#ea0409
Base of #fb262a
#fb262a
Light of #fb262a
#fc585b
Lighter
#fd8a8c
Lightest
#febcbd

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

#fb262a
#26fbf7

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

Split Complementary

#fb262a
#26fb8c
#2695fb

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

Analogous Color

#fb26a6
#fb2683
#fb262a
#fb6926
#fbc226

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

#fb262a
#262afb
#2afb26

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

#fb262a
#2afb26
#26fbf7
#f726fb

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

#fb262a
#95fb26
#26fbf7
#8c26fb

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

#530203
#860205
#b80307
#ea0409
#fb262a
#fc585b
#fd8a8c
#febcbd
#ffeeef

Tints of #fb262a Color

#fb262a
#fb3e41
#fb5659
#fc6e71
#fc8688
#fd9ea0
#fdb6b8
#fececf
#fee6e7
#ffffff

Shades of #fb262a color code

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

#fb262a
#df2125
#c31d20
#a7191c
#8b1517
#6f1012
#530c0e
#370809
#1b0404
#000000

Tones

#fb262a
#e53c3f
#cf5255
#b9686a
#a37e7f

Tones

Similar Color like #fb262a color

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

#fc272b
#fd282c
#fe292d
#ff2a2e
#ff2b2f
#ff2c30
#ff2d31
#ff2e32
#ff2f33
#ff3034
#ff3135
#ff3236
#ff3337
#ff3438
#fa2529
#f92428
#f82327
#f72226
#f62125
#f52024
#f41f23
#f31e22
#f21d21
#f11c20
#f01b1f
#ef1a1e
#ee191d
#ed181c

Download this Dark Red

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

#fb262a Color Code Preview on Black Background Color

This is how #fb262a Color will look on black background color. Color contrast ratio is 5.41

#fb262a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb262a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb262a

#fb262a color code is use for CSS Background Color

Background color for the above div is #fb262a

HTML with inline CSS

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

#fb262a color code is use for CSS Border Color

CSS Border color for the above div is #fb262a

HTML with inline CSS

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

CSS Border Left color for the above div is #fb262a

HTML with inline CSS

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

CSS Border Right color for the above div is #fb262a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb262a

HTML with inline CSS

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

CSS Border Top color for the above div is #fb262a

HTML with inline CSS

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

#fb262a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb262a Color code Preview on White Background

This is how #fb262a Color code will look on white background color. Color contrast ratio is 3.88

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

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