Skip to main content Skip to docs navigation

#ff300e 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 Rocket Science and its hex is #FF3311 Nearest Color Name

Color Hue/Base color: Red

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

Hex #ff300e color code is between #ee3311 web safe hex color code and #dd2200 web safe hex color code. #ee3311 is the nearest web safe color code. You can see here many more shades of #ff300e color code.

RGB Chart

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

Color Table

Hex Color Code ff300e #ff300e
RGB Decimal 255, 48, 14 255, 48, 14
RGB Percent 100%, 19%, 5% rgb(100%, 19%, 5%)
CSS RGBa 255, 48, 14,1 rgba(255,48,14,1)
CMYK Model cmyk(0%,81%,95%,0%)
HSL Color Space 8,100% ,53% hsl(8,100% ,53%)
HSV Color Space 8°, 95%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00110000 00001110
Octal 377 60 16
Decimal 255 48 14
Hex ff 30 0e

Different shades of #ff300e color code.

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

Darkest of #ff300e
#741000
Darker of #ff300e
#a71800
Dark of #ff300e
#da1f00
Base of #ff300e
#ff300e
Light of #ff300e
#ff5c41
Lighter
#ff8874
Lightest
#ffb3a7

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

#ff300e
#0eddff

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

Split Complementary

#ff300e
#0effa8
#0e65ff

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

Analogous Color

#ff0e79
#ff0e50
#ff300e
#ff800e
#ffe50e

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

#ff300e
#300eff
#0eff30

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

#ff300e
#0eff30
#0eddff
#ff0edd

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

#ff300e
#65ff0e
#0eddff
#a80eff

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

#410900
#741000
#a71800
#da1f00
#ff300e
#ff5c41
#ff8874
#ffb3a7
#ffdfda

Tints of #ff300e Color

#ff300e
#ff4728
#ff5e43
#ff755e
#ff8c79
#ffa393
#ffbaae
#ffd1c9
#ffe8e4
#ffffff

Shades of #ff300e color code

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

#ff300e
#e22a0c
#c6250a
#aa2009
#8d1a07
#711506
#551004
#380a03
#1c0501
#000000

Tones

#ff300e
#e74126
#cf533e
#b76456
#9f756e

Tones

Similar Color like #ff300e color

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

#ff310f
#ff3210
#ff3311
#ff3412
#ff3513
#ff3614
#ff3715
#ff3816
#ff3917
#ff3a18
#ff3b19
#ff3c1a
#ff3d1b
#ff3e1c
#fe2f0d
#fd2e0c
#fc2d0b
#fb2c0a
#fa2b09
#f92a08
#f82907
#f72806
#f62705
#f52604
#f42503
#f32402
#f22301
#f12200

Download this Dark Red

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

#ff300e Color Code Preview on Black Background Color

This is how #ff300e Color will look on black background color. Color contrast ratio is 5.68

#ff300e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff300e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff300e

#ff300e color code is use for CSS Background Color

Background color for the above div is #ff300e

HTML with inline CSS

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

#ff300e color code is use for CSS Border Color

CSS Border color for the above div is #ff300e

HTML with inline CSS

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

CSS Border Left color for the above div is #ff300e

HTML with inline CSS

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

CSS Border Right color for the above div is #ff300e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff300e

HTML with inline CSS

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

CSS Border Top color for the above div is #ff300e

HTML with inline CSS

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

#ff300e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff300e Color code Preview on White Background

This is how #ff300e Color code will look on white background color. Color contrast ratio is 3.70

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

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