crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#96241c hex color - Orange - Warm color - Information

#96241c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #96241c Color code in RGB color code model is created after adding 58.82% red color, 14.12% green color and 10.98% blue color. Hex #96241c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 81% yellow and 41% black.

Hex #96241c color code is between #992222 web safe hex color code and #883311 web safe hex color code. #992222 is the nearest web safe color code. You can see here many more shades of #96241c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96241c#96241c
RGB Decimal150, 36, 28rgb(150, 36, 28)
RGB Percent59%, 14%, 11%rgb(59%, 14%, 11%)
CSS RGBa150, 36, 28,1rgba(150,36,28,1)
CMYK Modelcmyk(0%,76%,81%,41%)
HSL Color Space4,69% ,35%hsl(4,69% ,35%)
HSV Color Space4°, 81%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101100010010000011100
Octal2264434
Decimal1503628
Hex96241c

Different shades of #96241c color code.

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

Light Shade of #96241c
#c12e24
Dark Shade of #96241c
#6b1a14
Saturated Shade of #96241c
#9f1c13
Desaturated Shade of #96241c
#8d2c25
Grey scale Shade of #96241c
#595959
Brighten Shade
#af3d35
Most Readable Shade
#FFFFFF

Shades of #96241c color code

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

#96241c
#852018
#741c15
#641812
#53140f
#42100c
#320c09
#210806
#100403
#000000

Similar Color like #96241c color

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

#97251d
#98261e
#99271f
#9a2820
#9b2921
#9c2a22
#9d2b23
#9e2c24
#9f2d25
#a02e26
#a12f27
#a23028
#a33129
#a4322a
#95231b
#94221a
#932119
#922018
#911f17
#901e16
#8f1d15
#8e1c14
#8d1b13
#8c1a12
#8b1911
#8a1810
#89170f
#88160e

Monochromatic Color with #96241c

#96241c
#c02e24
#eb382c
#160504
#41100c
#6b1a14

Tints of #96241c Color

#96241c
#a13c35
#ad544e
#b96d67
#c48580
#d09d9a
#dcb6b3
#e7cecc
#f3e6e5
#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

#96241c
#1c8e96

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

Split Complementary

#96241c
#1c9661
#1c5196

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

Analogous Color

#961c45
#961c2c
#96241c
#963c1c
#96551c

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

#96241c
#1c9624
#241c96

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

#96241c
#51961c
#1c8e96
#611c96

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

#96241c
#1c8e96
#1c5196
#96611c

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 #96241c 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.

#96241c Color Code Preview on Black Background Color

This is how #96241c Color will look on black background color. Color contrast ratio is 2.57

#96241c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96241c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96241c

#96241c color code is use for CSS Background Color

Background color for the above div is #96241c

HTML with inline CSS

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

#96241c color code is use for CSS Border Color

CSS Border color for the above div is #96241c

HTML with inline CSS

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

CSS Border Left color for the above div is #96241c

HTML with inline CSS

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

CSS Border Right color for the above div is #96241c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96241c

HTML with inline CSS

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

CSS Border Top color for the above div is #96241c

HTML with inline CSS

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

#96241c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96241c Color code Preview on White Background

This is how #96241c Color code will look on white background color. Color contrast ratio is 8.18

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.