Skip to main content Skip to docs navigation

#cb111b 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 Say It With Red Roses and its hex is #C7111E Nearest Color Name

Color Hue/Base color: Red

Hex #cb111b Color code in RGB color code model is created after adding 79.61% red color, 6.67% green color and 10.59% blue color. Hex #cb111b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 87% yellow and 20.39% black.

Hex #cb111b color code is between #cc0022 web safe hex color code and #bb0011 web safe hex color code. #cc0022 is the nearest web safe color code. You can see here many more shades of #cb111b color code.

RGB Chart

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

Color Table

Hex Color Code cb111b #cb111b
RGB Decimal 203, 17, 27 203, 17, 27
RGB Percent 80%, 7%, 11% rgb(80%, 7%, 11%)
CSS RGBa 203, 17, 27,1 rgba(203,17,27,1)
CMYK Model cmyk(0%,92%,87%,20.39%)
HSL Color Space 357,85% ,43% hsl(357,85% ,43%)
HSV Color Space 357°, 92%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00010001 00011011
Octal 313 21 33
Decimal 203 17 27
Hex cb 11 1b

Different shades of #cb111b color code.

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

Darkest of #cb111b
#3e0508
Darker of #cb111b
#6d090e
Dark of #cb111b
#9c0d15
Base of #cb111b
#cb111b
Light of #cb111b
#ed222d
Lighter
#f0525a
Lightest
#f48187

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

#cb111b
#11cbc1

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

Split Complementary

#cb111b
#11cb64
#1178cb

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

Analogous Color

#cb1188
#cb1169
#cb111b
#cb4511
#cb9211

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

#cb111b
#111bcb
#1bcb11

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

#cb111b
#1bcb11
#11cbc1
#c111cb

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

#cb111b
#78cb11
#11cbc1
#6411cb

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

#0f0102
#3e0508
#6d090e
#9c0d15
#cb111b
#ed222d
#f0525a
#f48187
#f8b0b4

Tints of #cb111b Color

#cb111b
#d02b34
#d6454d
#dc6067
#e27a80
#e79599
#edafb3
#f3cacc
#f9e4e5
#ffffff

Shades of #cb111b color code

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

#cb111b
#b40f18
#9d0d15
#870b12
#70090f
#5a070c
#430509
#2d0306
#160103
#000000

Tones

#cb111b
#b5272f
#9f3d42
#895356
#73696a

Tones

Similar Color like #cb111b color

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

#cc121c
#cd131d
#ce141e
#cf151f
#d01620
#d11721
#d21822
#d31923
#d41a24
#d51b25
#d61c26
#d71d27
#d81e28
#d91f29
#ca101a
#c90f19
#c80e18
#c70d17
#c60c16
#c50b15
#c40a14
#c30913
#c20812
#c10711
#c00610
#bf050f
#be040e
#bd030d

Download this Dark Red

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

#cb111b Color Code Preview on Black Background Color

This is how #cb111b Color will look on black background color. Color contrast ratio is 3.64

#cb111b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb111b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb111b

#cb111b color code is use for CSS Background Color

Background color for the above div is #cb111b

HTML with inline CSS

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

#cb111b color code is use for CSS Border Color

CSS Border color for the above div is #cb111b

HTML with inline CSS

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

CSS Border Left color for the above div is #cb111b

HTML with inline CSS

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

CSS Border Right color for the above div is #cb111b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb111b

HTML with inline CSS

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

CSS Border Top color for the above div is #cb111b

HTML with inline CSS

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

#cb111b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb111b Color code Preview on White Background

This is how #cb111b Color code will look on white background color. Color contrast ratio is 5.78

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

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