crispedge.com

Color picker

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

#98142e hex color - Red - Warm color - Information

#98142e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #98142e Color code in RGB color code model is created after adding 59.61% red color, 7.84% green color and 18.04% blue color. Hex #98142e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 70% yellow and 40% black.

Hex #98142e color code is between #991133 web safe hex color code and #882222 web safe hex color code. #991133 is the nearest web safe color code. You can see here many more shades of #98142e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code98142e#98142e
RGB Decimal152, 20, 46rgb(152, 20, 46)
RGB Percent60%, 8%, 18%rgb(60%, 8%, 18%)
CSS RGBa152, 20, 46,1rgba(152,20,46,1)
CMYK Modelcmyk(0%,87%,70%,40%)
HSL Color Space348,77% ,34%hsl(348,77% ,34%)
HSV Color Space348°, 87%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110000001010000101110
Octal2302456
Decimal1522046
Hex98142e

Different shades of #98142e color code.

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

Light Shade of #98142e
#c51a3c
Dark Shade of #98142e
#6b0e20
Saturated Shade of #98142e
#a10b29
Desaturated Shade of #98142e
#8f1d33
Grey scale Shade of #98142e
#565656
Brighten Shade
#b12d47
Most Readable Shade
#FFFFFF

Shades of #98142e color code

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

#98142e
#871128
#760f23
#650d1e
#540b19
#430814
#32060f
#21040a
#100205
#000000

Similar Color like #98142e color

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

#99152f
#9a1630
#9b1731
#9c1832
#9d1933
#9e1a34
#9f1b35
#a01c36
#a11d37
#a21e38
#a31f39
#a4203a
#a5213b
#a6223c
#97132d
#96122c
#95112b
#94102a
#930f29
#920e28
#910d27
#900c26
#8f0b25
#8e0a24
#8d0923
#8c0822
#8b0721
#8a0620

Monochromatic Color with #98142e

#98142e
#c21a3b
#ed1f48
#180307
#430914
#6d0e21

Tints of #98142e Color

#98142e
#a32e45
#ae485c
#ba6273
#c57c8a
#d196a2
#dcb0b9
#e8cad0
#f3e4e7
#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

#98142e
#14987e

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

Split Complementary

#98142e
#14983c
#147098

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

Analogous Color

#981463
#981448
#98142e
#981414
#982f14

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

#98142e
#2e9814
#142e98

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

#98142e
#709814
#14987e
#3c1498

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

#98142e
#14987e
#147098
#983c14

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 #98142e 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.

#98142e Color Code Preview on Black Background Color

This is how #98142e Color will look on black background color. Color contrast ratio is 2.47

#98142e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98142e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98142e

#98142e color code is use for CSS Background Color

Background color for the above div is #98142e

HTML with inline CSS

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

#98142e color code is use for CSS Border Color

CSS Border color for the above div is #98142e

HTML with inline CSS

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

CSS Border Left color for the above div is #98142e

HTML with inline CSS

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

CSS Border Right color for the above div is #98142e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98142e

HTML with inline CSS

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

CSS Border Top color for the above div is #98142e

HTML with inline CSS

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

#98142e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98142e Color code Preview on White Background

This is how #98142e Color code will look on white background color. Color contrast ratio is 8.49

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

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.