Skip to main content Skip to docs navigation

#330c21 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 What We Do in the Shadows and its hex is #441122 Nearest Color Name

Color Hue/Base color: Red

Hex #330c21 Color code in RGB color code model is created after adding 20% red color, 4.71% green color and 12.94% blue color. Hex #330c21 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 35% yellow and 80% black.

Hex #330c21 color code is between #221122 web safe hex color code and #440011 web safe hex color code. #221122 is the nearest web safe color code. You can see here many more shades of #330c21 color code.

RGB Chart

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

Color Table

Hex Color Code 330c21 #330c21
RGB Decimal 51, 12, 33 51, 12, 33
RGB Percent 20%, 5%, 13% rgb(20%, 5%, 13%)
CSS RGBa 51, 12, 33,1 rgba(51,12,33,1)
CMYK Model cmyk(0%,76%,35%,80%)
HSL Color Space 328,62% ,12% hsl(328,62% ,12%)
HSV Color Space 328°, 76%, 20%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110011 00001100 00100001
Octal 63 14 41
Decimal 51 12 33
Hex 33 0c 21

Different shades of #330c21 color code.

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

Darkest of #330c21
#000000
Darker of #330c21
#000000
Dark of #330c21
#0a0206
Base of #330c21
#330c21
Light of #330c21
#5c163c
Lighter
#861f56
Lightest
#af2971

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

#330c21
#0c331e

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

Split Complementary

#330c21
#0d330c
#0c3331

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

Analogous Color

#2e0c33
#330c31
#330c21
#330c14
#33140c

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

#330c21
#0c2133
#21330c

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

#330c21
#21330c
#0c331e
#1e0c33

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

#330c21
#33310c
#0c331e
#0c0d33

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 #330c21

#000000
#000000
#000000
#0a0206
#330c21
#5c163c
#861f56
#af2971
#d13a8b

Tints of #330c21 Color

#330c21
#492739
#604252
#775d6b
#8d7883
#a4939c
#bbaeb5
#d1c9cd
#e8e4e6
#ffffff

Shades of #330c21 color code

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

#330c21
#2d0a1d
#270919
#220816
#1c0612
#16050e
#11040b
#0b0207
#050103
#000000

Tones

#330c21
#2d1221
#261920
#201f20
#1f1f1f

Tones

Similar Color like #330c21 color

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

#340d22
#350e23
#360f24
#371025
#381126
#391227
#3a1328
#3b1429
#3c152a
#3d162b
#3e172c
#3f182d
#40192e
#411a2f
#320b20
#310a1f
#30091e
#2f081d
#2e071c
#2d061b
#2c051a
#2b0419
#2a0318
#290217
#280116
#270015
#260014
#250013

Download this Dark Red

Hex #330c21 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.

#330c21 Color Code Preview on Black Background Color

This is how #330c21 Color will look on black background color. Color contrast ratio is 1.22

#330c21 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330c21

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330c21

#330c21 color code is use for CSS Background Color

Background color for the above div is #330c21

HTML with inline CSS

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

#330c21 color code is use for CSS Border Color

CSS Border color for the above div is #330c21

HTML with inline CSS

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

CSS Border Left color for the above div is #330c21

HTML with inline CSS

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

CSS Border Right color for the above div is #330c21

HTML with inline CSS

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

CSS Border Bottom color for the above div is #330c21

HTML with inline CSS

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

CSS Border Top color for the above div is #330c21

HTML with inline CSS

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

#330c21 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#330c21 Color code Preview on White Background

This is how #330c21 Color code will look on white background color. Color contrast ratio is 17.28

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

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