crispedge.com

Color picker

Loading...

#c21a26 hex color - Red - Warm color - Information

#c21a26 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c21a26 Color code in RGB color code model is created after adding 76.08% red color, 10.2% green color and 14.9% blue color. Hex #c21a26 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 80% yellow and 24% black.

Hex #c21a26 color code is between #bb2222 web safe hex color code and #cc1133 web safe hex color code. #bb2222 is the nearest web safe color code. You can see here many more shades of #c21a26 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec21a26#c21a26
RGB Decimal194, 26, 38rgb(194, 26, 38)
RGB Percent76%, 10%, 15%rgb(76%, 10%, 15%)
CSS RGBa194, 26, 38,1rgba(194,26,38,1)
CMYK Modelcmyk(0%,87%,80%,24%)
HSL Color Space356,76% ,43%hsl(356,76% ,43%)
HSV Color Space356°, 87%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100001101000100110
Octal3023246
Decimal1942638
Hexc21a26

Different shades of #c21a26 color code.

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

Light Shade of #c21a26
#e32c39
Dark Shade of #c21a26
#95141d
Saturated Shade of #c21a26
#cd0f1d
Desaturated Shade of #c21a26
#b7252f
Grey scale Shade of #c21a26
#6e6e6e
Brighten Shade
#db333f
Most Readable Shade
#FFFFFF

Shades of #c21a26 color code

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

#c21a26
#ac1721
#96141d
#811119
#6b0e15
#560b10
#40080c
#2b0508
#150204
#000000

Similar Color like #c21a26 color

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

#c31b27
#c41c28
#c51d29
#c61e2a
#c71f2b
#c8202c
#c9212d
#ca222e
#cb232f
#cc2430
#cd2531
#ce2632
#cf2733
#d02834
#c11925
#c01824
#bf1723
#be1622
#bd1521
#bc1420
#bb131f
#ba121e
#b9111d
#b8101c
#b70f1b
#b60e1a
#b50d19
#b40c18

Monochromatic Color with #c21a26

#c21a26
#ec202e
#180305
#42090d
#6d0f15
#97141e

Tints of #c21a26 Color

#c21a26
#c8333e
#cf4c56
#d6666e
#dd7f86
#e3999e
#eab2b6
#f1ccce
#f8e5e6
#ffffff

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

#c21a26
#1ac2b6

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

Split Complementary

#c21a26
#1ac262
#1a7ac2

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

Analogous Color

#c21a69
#c21a48
#c21a26
#c2301a
#c2511a

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

#c21a26
#26c21a
#1a26c2

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

#c21a26
#7ac21a
#1ac2b6
#621ac2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c21a26
#1ac2b6
#1a7ac2
#c2621a

Double Complementary 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).

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

#c21a26 Color Code Preview on Black Background Color

This is how #c21a26 Color will look on black background color. Color contrast ratio is 3.47

#c21a26 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c21a26

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c21a26

#c21a26 color code is use for CSS Background Color

Background color for the above div is #c21a26

HTML with inline CSS

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

#c21a26 color code is use for CSS Border Color

CSS Border color for the above div is #c21a26

HTML with inline CSS

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

CSS Border Left color for the above div is #c21a26

HTML with inline CSS

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

CSS Border Right color for the above div is #c21a26

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c21a26

HTML with inline CSS

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

CSS Border Top color for the above div is #c21a26

HTML with inline CSS

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

#c21a26 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c21a26 Color code Preview on White Background

This is how #c21a26 Color code will look on white background color. Color contrast ratio is 6.05

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(194,26,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,194,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,26,38,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.