Skip to main content Skip to docs navigation

#f03329 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 Rampage and its hex is #EE3322 Nearest Color Name

Color Hue/Base color: Red

Hex #f03329 Color code in RGB color code model is created after adding 94.12% red color, 20% green color and 16.08% blue color. Hex #f03329 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 83% yellow and 5.88% black.

Hex #f03329 color code is between #ee2222 web safe hex color code and #ff4433 web safe hex color code. #ee2222 is the nearest web safe color code. You can see here many more shades of #f03329 color code.

RGB Chart

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

Color Table

Hex Color Code f03329 #f03329
RGB Decimal 240, 51, 41 240, 51, 41
RGB Percent 94%, 20%, 16% rgb(94%, 20%, 16%)
CSS RGBa 240, 51, 41,1 rgba(240,51,41,1)
CMYK Model cmyk(0%,79%,83%,5.88%)
HSL Color Space 3,87% ,55% hsl(3,87% ,55%)
HSV Color Space 3°, 83%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 00110011 00101001
Octal 360 63 51
Decimal 240 51 41
Hex f0 33 29

Different shades of #f03329 color code.

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

Darkest of #f03329
#780e08
Darker of #f03329
#a7140c
Dark of #f03329
#d7190f
Base of #f03329
#f03329
Light of #f03329
#f36059
Lighter
#f78e88
Lightest
#fabbb8

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

#f03329
#29e6f0

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

Split Complementary

#f03329
#29f097
#2982f0

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

Analogous Color

#f02993
#f02972
#f03329
#f07529
#f0c829

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

#f03329
#3329f0
#29f033

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

#f03329
#29f033
#29e6f0
#f029e6

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

#f03329
#82f029
#29e6f0
#9729f0

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

#480805
#780e08
#a7140c
#d7190f
#f03329
#f36059
#f78e88
#fabbb8
#fde9e8

Tints of #f03329 Color

#f03329
#f14940
#f36058
#f57770
#f68d88
#f8a49f
#fabbb7
#fbd1cf
#fde8e7
#ffffff

Shades of #f03329 color code

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

#f03329
#d52d24
#ba271f
#a0221b
#851c16
#6a1612
#50110d
#350b09
#1a0504
#000000

Tones

#f03329
#d94840
#c25c57
#ab716e
#948585

Tones

Similar Color like #f03329 color

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

#f1342a
#f2352b
#f3362c
#f4372d
#f5382e
#f6392f
#f73a30
#f83b31
#f93c32
#fa3d33
#fb3e34
#fc3f35
#fd4036
#fe4137
#ef3228
#ee3127
#ed3026
#ec2f25
#eb2e24
#ea2d23
#e92c22
#e82b21
#e72a20
#e6291f
#e5281e
#e4271d
#e3261c
#e2251b

Download this Dark Red

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

#f03329 Color Code Preview on Black Background Color

This is how #f03329 Color will look on black background color. Color contrast ratio is 5.21

#f03329 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f03329

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f03329

#f03329 color code is use for CSS Background Color

Background color for the above div is #f03329

HTML with inline CSS

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

#f03329 color code is use for CSS Border Color

CSS Border color for the above div is #f03329

HTML with inline CSS

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

CSS Border Left color for the above div is #f03329

HTML with inline CSS

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

CSS Border Right color for the above div is #f03329

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f03329

HTML with inline CSS

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

CSS Border Top color for the above div is #f03329

HTML with inline CSS

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

#f03329 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f03329 Color code Preview on White Background

This is how #f03329 Color code will look on white background color. Color contrast ratio is 4.03

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

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(240,51,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,230,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,51,41,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }