crispedge.com

Color picker

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

#991122 hex color - Tilted Red - Red - Warm color - Information

#991122 hex color - Tilted Red - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #991122 Color Code is also known as Tilted Red color.

Hex #991122 Color code in RGB color code model is created after adding 60% red color, 6.67% green color and 13.33% blue color. Hex #991122 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 78% yellow and 40% black.

Hex #991122 color code is a web safe color. Next web safe color code is #880011 and previous web safe color code is #aa0033. You can see here many more shades of #991122 color code.

0 Likes 0 Comments | 72 Views

Color Table

Hex Color Code991122#991122
RGB Decimal153, 17, 34rgb(153, 17, 34)
RGB Percent60%, 7%, 13%rgb(60%, 7%, 13%)
CSS RGBa153, 17, 34,1rgba(153,17,34,1)
CMYK Modelcmyk(0%,89%,78%,40%)
HSL Color Space353,80% ,33%hsl(353,80% ,33%)
HSV Color Space352°, 89%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010001000100100010
Octal2312142
Decimal1531734
Hex991122

Different shades of #991122 color code.

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

Light Shade of #991122
#c7162c
Dark Shade of #991122
#6b0c18
Saturated Shade of #991122
#a1081c
Desaturated Shade of #991122
#901928
Grey scale Shade of #991122
#555555
Brighten Shade
#b22a3b
Most Readable Shade
#FFFFFF

Shades of #991122 color code

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

#991122
#880f1e
#770d1a
#660b16
#550912
#44070f
#33050b
#220307
#110103
#000000

Similar Color like #991122 color

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

#9a1223
#9b1324
#9c1425
#9d1526
#9e1627
#9f1728
#a01829
#a1192a
#a21a2b
#a31b2c
#a41c2d
#a51d2e
#a61e2f
#a71f30
#981021
#970f20
#960e1f
#950d1e
#940c1d
#930b1c
#920a1b
#91091a
#900819
#8f0718
#8e0617
#8d0516
#8c0415
#8b0314

Monochromatic Color with #991122

#991122
#c3162b
#ee1a35
#190306
#44080f
#6e0c19

Tints of #991122 Color

#991122
#a42b3a
#af4553
#bb606b
#c67a84
#d1959c
#ddafb5
#e8cacd
#f3e4e6
#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

#991122
#119988

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

Split Complementary

#991122
#119944
#116699

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

Analogous Color

#991158
#99113d
#991122
#991b11
#993611

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

#991122
#229911
#112299

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

#991122
#669911
#119988
#441199

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

#991122
#119988
#116699
#994411

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

#991122 Color Code Preview on Black Background Color

This is how #991122 Color will look on black background color. Color contrast ratio is 2.46

#991122 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #991122

HTML with inline CSS

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

Your Example Paragraph content text in with font color #991122

#991122 color code is use for CSS Background Color

Background color for the above div is #991122

HTML with inline CSS

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

#991122 color code is use for CSS Border Color

CSS Border color for the above div is #991122

HTML with inline CSS

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

CSS Border Left color for the above div is #991122

HTML with inline CSS

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

CSS Border Right color for the above div is #991122

HTML with inline CSS

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

CSS Border Bottom color for the above div is #991122

HTML with inline CSS

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

CSS Border Top color for the above div is #991122

HTML with inline CSS

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

#991122 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#991122 Color code Preview on White Background

This is how #991122 Color code will look on white background color. Color contrast ratio is 8.54

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

Related Gradients

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

0 Likes 0 Comments | 72 Views

Post your comment:-

By submitting comment you agree to our privacy policy.