@
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.

#c53b24 hex color - Red - Warm color - Information

#c53b24 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c53b24 Color code in RGB color code model is created after adding 77.25% red color, 23.14% green color and 14.12% blue color. Hex #c53b24 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 82% yellow and 22.75% black.

Hex #c53b24 color code is between #cc3322 web safe hex color code and #bb4433 web safe hex color code. #cc3322 is the nearest web safe color code. You can see here many more shades of #c53b24 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c53b24 #c53b24
RGB Decimal 197, 59, 36 rgb(197, 59, 36)
RGB Percent 77%, 23%, 14% rgb(77%, 23%, 14%)
CSS RGBa 197, 59, 36,1 rgba(197,59,36,1)
CMYK Model cmyk(0%,70%,82%,22.75%)
HSL Color Space 9,69% ,46% hsl(9,69% ,46%)
HSV Color Space 9°, 82%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00111011 00100100
Octal 305 73 44
Decimal 197 59 36
Hex c5 3b 24

Different shades of #c53b24 color code.

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

Light Shade of #c53b24
#dc5640
Dark Shade of #c53b24
#9a2e1c
Saturated Shade of #c53b24
#d13318
Desaturated Shade of #c53b24
#b94330
Grey scale Shade of #c53b24
#747474
Brighten Shade
#de543d
Most Readable Shade
#FFFFFF

Shades of #c53b24 color code

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

#c53b24
#af3420
#992d1c
#832718
#6d2014
#571a10
#41130c
#2b0d08
#150604
#000000

Similar Color like #c53b24 color

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

#c63c25
#c73d26
#c83e27
#c93f28
#ca4029
#cb412a
#cc422b
#cd432c
#ce442d
#cf452e
#d0462f
#d14730
#d24831
#d34932
#c43a23
#c33922
#c23821
#c13720
#c0361f
#bf351e
#be341d
#bd331c
#bc321b
#bb311a
#ba3019
#b92f18
#b82e17
#b72d16

Monochromatic Color with #c53b24

#c53b24
#ef482c
#1b0805
#45150d
#702214
#9a2e1c

Tints of #c53b24 Color

#c53b24
#cb503c
#d16654
#d87c6d
#de9285
#e5a79d
#ebbdb6
#f2d3ce
#f8e9e6
#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

#c53b24
#24aec5

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

Split Complementary

#c53b24
#24c58c
#245dc5

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

Analogous Color

#c5244d
#c5242d
#c53b24
#c55b24
#c57b24

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

#c53b24
#24c53b
#3b24c5

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

#c53b24
#5dc524
#24aec5
#8b24c5

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

#c53b24
#24aec5
#245dc5
#c58b24

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 #c53b24 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.

#c53b24 Color Code Preview on Black Background Color

This is how #c53b24 Color will look on black background color. Color contrast ratio is 4.03

#c53b24 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c53b24

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c53b24

#c53b24 color code is use for CSS Background Color

Background color for the above div is #c53b24

HTML with inline CSS

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

#c53b24 color code is use for CSS Border Color

CSS Border color for the above div is #c53b24

HTML with inline CSS

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

CSS Border Left color for the above div is #c53b24

HTML with inline CSS

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

CSS Border Right color for the above div is #c53b24

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c53b24

HTML with inline CSS

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

CSS Border Top color for the above div is #c53b24

HTML with inline CSS

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

#c53b24 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c53b24 Color code Preview on White Background

This is how #c53b24 Color code will look on white background color. Color contrast ratio is 5.22

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

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(197,59,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(36,174,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,59,36,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.