Skip to main content Skip to docs navigation

#cb213a 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 Karakurenai Red and its hex is #C91F37 Nearest Color Name

Color Hue/Base color: Red

Hex #cb213a Color code in RGB color code model is created after adding 79.61% red color, 12.94% green color and 22.75% blue color. Hex #cb213a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 71% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code cb213a #cb213a
RGB Decimal 203, 33, 58 203, 33, 58
RGB Percent 80%, 13%, 23% rgb(80%, 13%, 23%)
CSS RGBa 203, 33, 58,1 rgba(203,33,58,1)
CMYK Model cmyk(0%,84%,71%,20.39%)
HSL Color Space 351,72% ,46% hsl(351,72% ,46%)
HSV Color Space 351°, 84%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00100001 00111010
Octal 313 41 72
Decimal 203 33 58
Hex cb 21 3a

Different shades of #cb213a color code.

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

Darkest of #cb213a
#470c14
Darker of #cb213a
#731321
Dark of #cb213a
#9f1a2d
Base of #cb213a
#cb213a
Light of #cb213a
#e03f57
Lighter
#e76b7d
Lightest
#ee97a4

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

#cb213a
#21cbb2

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

Split Complementary

#cb213a
#21cb5d
#218fcb

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

Analogous Color

#cb219d
#cb2181
#cb213a
#cb4121
#cb8721

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

#cb213a
#213acb
#3acb21

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

#cb213a
#3acb21
#21cbb2
#b221cb

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

#cb213a
#8fcb21
#21cbb2
#5d21cb

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

#1c0408
#470c14
#731321
#9f1a2d
#cb213a
#e03f57
#e76b7d
#ee97a4
#f5c3ca

Tints of #cb213a Color

#cb213a
#d0394f
#d65265
#dc6b7b
#e28391
#e79ca7
#edb5bd
#f3cdd3
#f9e6e9
#ffffff

Shades of #cb213a color code

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

#cb213a
#b41d33
#9d192d
#871626
#701220
#5a0e19
#430b13
#2d070c
#160306
#000000

Tones

#cb213a
#b3394b
#9c505b
#84686c
#767676

Tones

Similar Color like #cb213a color

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

#cc223b
#cd233c
#ce243d
#cf253e
#d0263f
#d12740
#d22841
#d32942
#d42a43
#d52b44
#d62c45
#d72d46
#d82e47
#d92f48
#ca2039
#c91f38
#c81e37
#c71d36
#c61c35
#c51b34
#c41a33
#c31932
#c21831
#c11730
#c0162f
#bf152e
#be142d
#bd132c

Download this Dark Red

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

#cb213a Color Code Preview on Black Background Color

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

#cb213a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb213a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb213a

#cb213a color code is use for CSS Background Color

Background color for the above div is #cb213a

HTML with inline CSS

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

#cb213a color code is use for CSS Border Color

CSS Border color for the above div is #cb213a

HTML with inline CSS

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

CSS Border Left color for the above div is #cb213a

HTML with inline CSS

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

CSS Border Right color for the above div is #cb213a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb213a

HTML with inline CSS

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

CSS Border Top color for the above div is #cb213a

HTML with inline CSS

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

#cb213a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb213a Color code Preview on White Background

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

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