Skip to main content Skip to docs navigation

#cb232c 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 Party Time and its hex is #D0252F Nearest Color Name

Color Hue/Base color: Red

Hex #cb232c Color code in RGB color code model is created after adding 79.61% red color, 13.73% green color and 17.25% blue color. Hex #cb232c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 78% yellow and 20.39% black.

Hex #cb232c color code is between #cc2233 web safe hex color code and #bb3322 web safe hex color code. #cc2233 is the nearest web safe color code. You can see here many more shades of #cb232c color code.

RGB Chart

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

Color Table

Hex Color Code cb232c #cb232c
RGB Decimal 203, 35, 44 203, 35, 44
RGB Percent 80%, 14%, 17% rgb(80%, 14%, 17%)
CSS RGBa 203, 35, 44,1 rgba(203,35,44,1)
CMYK Model cmyk(0%,83%,78%,20.39%)
HSL Color Space 357,71% ,47% hsl(357,71% ,47%)
HSV Color Space 357°, 83%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00100011 00101100
Octal 313 43 54
Decimal 203 35 44
Hex cb 23 2c

Different shades of #cb232c color code.

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

Darkest of #cb232c
#490d10
Darker of #cb232c
#741419
Dark of #cb232c
#a01c23
Base of #cb232c
#cb232c
Light of #cb232c
#df434b
Lighter
#e66e74
Lightest
#ee9a9e

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

#cb232c
#23cbc2

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

Split Complementary

#cb232c
#23cb6e
#2380cb

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

Analogous Color

#cb238e
#cb2372
#cb232c
#cb5223
#cb9823

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

#cb232c
#232ccb
#2ccb23

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

#cb232c
#2ccb23
#23cbc2
#c223cb

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

#cb232c
#80cb23
#23cbc2
#6e23cb

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

#1d0506
#490d10
#741419
#a01c23
#cb232c
#df434b
#e66e74
#ee9a9e
#f5c5c8

Tints of #cb232c Color

#cb232c
#d03b43
#d6535a
#dc6c72
#e28489
#e79da1
#edb5b8
#f3ced0
#f9e6e7
#ffffff

Shades of #cb232c color code

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

#cb232c
#b41f27
#9d1b22
#87171d
#701318
#5a0f13
#430b0e
#2d0709
#160304
#000000

Tones

#cb232c
#b33b41
#9b5356
#846a6c
#777777

Tones

Similar Color like #cb232c color

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

#cc242d
#cd252e
#ce262f
#cf2730
#d02831
#d12932
#d22a33
#d32b34
#d42c35
#d52d36
#d62e37
#d72f38
#d83039
#d9313a
#ca222b
#c9212a
#c82029
#c71f28
#c61e27
#c51d26
#c41c25
#c31b24
#c21a23
#c11922
#c01821
#bf1720
#be161f
#bd151e

Download this Dark Red

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

#cb232c Color Code Preview on Black Background Color

This is how #cb232c Color will look on black background color. Color contrast ratio is 3.82

#cb232c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb232c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb232c

#cb232c color code is use for CSS Background Color

Background color for the above div is #cb232c

HTML with inline CSS

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

#cb232c color code is use for CSS Border Color

CSS Border color for the above div is #cb232c

HTML with inline CSS

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

CSS Border Left color for the above div is #cb232c

HTML with inline CSS

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

CSS Border Right color for the above div is #cb232c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb232c

HTML with inline CSS

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

CSS Border Top color for the above div is #cb232c

HTML with inline CSS

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

#cb232c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb232c Color code Preview on White Background

This is how #cb232c Color code will look on white background color. Color contrast ratio is 5.50

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

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