Skip to main content Skip to docs navigation

#ff301b hex color | Download Dark Orange 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 Card and its hex is #FF3322 Nearest Color Name

Color Hue/Base color: Orange

Hex #ff301b Color code in RGB color code model is created after adding 100% red color, 18.82% green color and 10.59% blue color. Hex #ff301b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 89% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code ff301b #ff301b
RGB Decimal 255, 48, 27 255, 48, 27
RGB Percent 100%, 19%, 11% rgb(100%, 19%, 11%)
CSS RGBa 255, 48, 27,1 rgba(255,48,27,1)
CMYK Model cmyk(0%,81%,89%,0%)
HSL Color Space 6,100% ,55% hsl(6,100% ,55%)
HSV Color Space 6°, 89%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00110000 00011011
Octal 377 60 33
Decimal 255 48 27
Hex ff 30 1b

Different shades of #ff301b color code.

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

Darkest of #ff301b
#810c00
Darker of #ff301b
#b41100
Dark of #ff301b
#e71500
Base of #ff301b
#ff301b
Light of #ff301b
#ff5e4e
Lighter
#ff8d81
Lightest
#ffbbb4

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

#ff301b
#1beaff

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

Split Complementary

#ff301b
#1bffa2
#1b78ff

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

Analogous Color

#ff1b8b
#ff1b65
#ff301b
#ff7c1b
#ffdb1b

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

#ff301b
#301bff
#1bff30

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

#ff301b
#1bff30
#1beaff
#ff1bea

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

#ff301b
#78ff1b
#1beaff
#a21bff

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

#4e0700
#810c00
#b41100
#e71500
#ff301b
#ff5e4e
#ff8d81
#ffbbb4
#ffe9e7

Tints of #ff301b Color

#ff301b
#ff4734
#ff5e4d
#ff7567
#ff8c80
#ffa399
#ffbab3
#ffd1cc
#ffe8e5
#ffffff

Shades of #ff301b color code

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

#ff301b
#e22a18
#c62515
#aa2012
#8d1a0f
#71150c
#551009
#380a06
#1c0503
#000000

Tones

#ff301b
#e84332
#d15549
#bb685f
#a47a76

Tones

Similar Color like #ff301b color

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

#ff311c
#ff321d
#ff331e
#ff341f
#ff3520
#ff3621
#ff3722
#ff3823
#ff3924
#ff3a25
#ff3b26
#ff3c27
#ff3d28
#ff3e29
#fe2f1a
#fd2e19
#fc2d18
#fb2c17
#fa2b16
#f92a15
#f82914
#f72813
#f62712
#f52611
#f42510
#f3240f
#f2230e
#f1220d

Download this Dark Orange

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

#ff301b Color Code Preview on Black Background Color

This is how #ff301b Color will look on black background color. Color contrast ratio is 5.69

#ff301b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff301b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff301b

#ff301b color code is use for CSS Background Color

Background color for the above div is #ff301b

HTML with inline CSS

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

#ff301b color code is use for CSS Border Color

CSS Border color for the above div is #ff301b

HTML with inline CSS

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

CSS Border Left color for the above div is #ff301b

HTML with inline CSS

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

CSS Border Right color for the above div is #ff301b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff301b

HTML with inline CSS

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

CSS Border Top color for the above div is #ff301b

HTML with inline CSS

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

#ff301b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff301b Color code Preview on White Background

This is how #ff301b Color code will look on white background color. Color contrast ratio is 3.69

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

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