Skip to main content Skip to docs navigation

#ff0e45 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 Rich Red and its hex is #FF1144 Nearest Color Name

Color Hue/Base color: Red

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

Hex #ff0e45 color code is between #ee1144 web safe hex color code and #dd0055 web safe hex color code. #ee1144 is the nearest web safe color code. You can see here many more shades of #ff0e45 color code.

RGB Chart

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

Color Table

Hex Color Code ff0e45 #ff0e45
RGB Decimal 255, 14, 69 255, 14, 69
RGB Percent 100%, 5%, 27% rgb(100%, 5%, 27%)
CSS RGBa 255, 14, 69,1 rgba(255,14,69,1)
CMYK Model cmyk(0%,95%,73%,0%)
HSL Color Space 346,100% ,53% hsl(346,100% ,53%)
HSV Color Space 346°, 95%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00001110 01000101
Octal 377 16 105
Decimal 255 14 69
Hex ff 0e 45

Different shades of #ff0e45 color code.

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

Darkest of #ff0e45
#74001a
Darker of #ff0e45
#a70026
Dark of #ff0e45
#da0032
Base of #ff0e45
#ff0e45
Light of #ff0e45
#ff416c
Lighter
#ff7494
Lightest
#ffa7bb

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

#ff0e45
#0effc8

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

Split Complementary

#ff0e45
#0eff50
#0ebdff

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

Analogous Color

#ff0ed2
#ff0ea9
#ff0e45
#ff270e
#ff8c0e

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

#ff0e45
#0e45ff
#45ff0e

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

#ff0e45
#45ff0e
#0effc8
#c80eff

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

#ff0e45
#bdff0e
#0effc8
#500eff

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

#41000f
#74001a
#a70026
#da0032
#ff0e45
#ff416c
#ff7494
#ffa7bb
#ffdae2

Tints of #ff0e45 Color

#ff0e45
#ff2859
#ff436e
#ff5e83
#ff7997
#ff93ac
#ffaec1
#ffc9d5
#ffe4ea
#ffffff

Shades of #ff0e45 color code

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

#ff0e45
#e20c3d
#c60a35
#aa092e
#8d0726
#71061e
#550417
#38030f
#1c0107
#000000

Tones

#ff0e45
#e72652
#cf3e5f
#b7566c
#9f6e79

Tones

Similar Color like #ff0e45 color

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

#ff0f46
#ff1047
#ff1148
#ff1249
#ff134a
#ff144b
#ff154c
#ff164d
#ff174e
#ff184f
#ff1950
#ff1a51
#ff1b52
#ff1c53
#fe0d44
#fd0c43
#fc0b42
#fb0a41
#fa0940
#f9083f
#f8073e
#f7063d
#f6053c
#f5043b
#f4033a
#f30239
#f20138
#f10037

Download this Dark Red

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

#ff0e45 Color Code Preview on Black Background Color

This is how #ff0e45 Color will look on black background color. Color contrast ratio is 5.40

#ff0e45 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff0e45

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff0e45

#ff0e45 color code is use for CSS Background Color

Background color for the above div is #ff0e45

HTML with inline CSS

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

#ff0e45 color code is use for CSS Border Color

CSS Border color for the above div is #ff0e45

HTML with inline CSS

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

CSS Border Left color for the above div is #ff0e45

HTML with inline CSS

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

CSS Border Right color for the above div is #ff0e45

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff0e45

HTML with inline CSS

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

CSS Border Top color for the above div is #ff0e45

HTML with inline CSS

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

#ff0e45 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff0e45 Color code Preview on White Background

This is how #ff0e45 Color code will look on white background color. Color contrast ratio is 3.89

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

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