Skip to main content Skip to docs navigation

#CE4458 hex color | Lingonberry Red | 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

Color Hue/Base color: Red

Hex #CE4458 Color Code is also known as | Lingonberry Red color.

Hex #CE4458 Color code in RGB color code model is created after adding 80.78% red color, 26.67% green color and 34.51% blue color. Hex #CE4458 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 57% yellow and 19.22% black.

Hex #CE4458 color code is between #cc3355 web safe hex color code and #dd5566 web safe hex color code. #cc3355 is the nearest web safe color code. You can see here many more shades of #CE4458 color code.

RGB Chart

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

Color Table

Hex Color Code CE4458 #CE4458
RGB Decimal 206, 68, 88 206, 68, 88
RGB Percent 81%, 27%, 35% rgb(81%, 27%, 35%)
CSS RGBa 206, 68, 88,1 rgba(206,68,88,1)
CMYK Model cmyk(0%,67%,57%,19.22%)
HSL Color Space 351,58% ,54% hsl(351,58% ,54%)
HSV Color Space 351°, 67%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001110 01000100 01011000
Octal 316 104 130
Decimal 206 68 88
Hex CE 44 58

Different shades of #CE4458 color code.

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

Darkest of #CE4458
#601923
Darker of #CE4458
#882432
Dark of #CE4458
#b12e41
Base of #CE4458
#ce4458
Light of #CE4458
#d96c7c
Lighter
#e395a0
Lightest
#eebdc4

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

#ce4458
#44ceba

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

Split Complementary

#CE4458
#44ce75
#449dce

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

Analogous Color

#ce44a9
#ce4492
#ce4458
#ce5e44
#ce9744

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

#CE4458
#4458ce
#58ce44

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

#CE4458
#58ce44
#44ceba
#ba44ce

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

#CE4458
#9dce44
#44ceba
#7544ce

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

#370f14
#601923
#882432
#b12e41
#ce4458
#d96c7c
#e395a0
#eebdc4
#f8e6e8

Tints of #CE4458 Color

#ce4458
#d3586a
#d86d7d
#de828f
#e397a2
#e9abb4
#eec0c7
#f4d5d9
#f9eaec
#ffffff

Shades of #CE4458 color code

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

#ce4458
#b73c4e
#a03444
#892d3a
#722530
#5b1e27
#44161d
#2d0f13
#160709
#000000

Tones

#ce4458
#b65c69
#9f737a
#898989
#898989

Tones

Similar Color like #CE4458 color

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

#cf4559
#d0465a
#d1475b
#d2485c
#d3495d
#d44a5e
#d54b5f
#d64c60
#d74d61
#d84e62
#d94f63
#da5064
#db5165
#dc5266
#cd4357
#cc4256
#cb4155
#ca4054
#c93f53
#c83e52
#c73d51
#c63c50
#c53b4f
#c43a4e
#c3394d
#c2384c
#c1374b
#c0364a

Download this Dark Red

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

#CE4458 Color Code Preview on Black Background Color

This is how #CE4458 Color will look on black background color. Color contrast ratio is 4.59

#CE4458 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CE4458

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CE4458

#CE4458 color code is use for CSS Background Color

Background color for the above div is #CE4458

HTML with inline CSS

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

#CE4458 color code is use for CSS Border Color

CSS Border color for the above div is #CE4458

HTML with inline CSS

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

CSS Border Left color for the above div is #CE4458

HTML with inline CSS

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

CSS Border Right color for the above div is #CE4458

HTML with inline CSS

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

CSS Border Bottom color for the above div is #CE4458

HTML with inline CSS

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

CSS Border Top color for the above div is #CE4458

HTML with inline CSS

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

#CE4458 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#CE4458 Color code Preview on White Background

This is how #CE4458 Color code will look on white background color. Color contrast ratio is 4.57

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

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(206,68,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,206,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,68,88,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }