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

#980515 hex color - Red - Warm color - Information

#980515 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #980515 Color code in RGB color code model is created after adding 59.61% red color, 1.96% green color and 8.24% blue color. Hex #980515 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 86% yellow and 40.39% black.

Hex #980515 color code is between #990011 web safe hex color code and #880022 web safe hex color code. #990011 is the nearest web safe color code. You can see here many more shades of #980515 color code.

0 Likes 0 Comments | 13 Views

RGB Chart

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

Color Table

Hex Color Code 980515 #980515
RGB Decimal 152, 5, 21 rgb(152, 5, 21)
RGB Percent 60%, 2%, 8% rgb(60%, 2%, 8%)
CSS RGBa 152, 5, 21,1 rgba(152,5,21,1)
CMYK Model cmyk(0%,97%,86%,40.39%)
HSL Color Space 353,94% ,31% hsl(353,94% ,31%)
HSV Color Space 353°, 97%, 60%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011000 00000101 00010101
Octal 230 5 25
Decimal 152 5 21
Hex 98 05 15

Different shades of #980515 color code.

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

Light Shade of #980515
#c9071c
Dark Shade of #980515
#67030e
Saturated Shade of #980515
#9d0011
Desaturated Shade of #980515
#900d1b
Grey scale Shade of #980515
#4e4e4e
Brighten Shade
#b11e2e
Most Readable Shade
#FFFFFF

Shades of #980515 color code

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

#980515
#870412
#760310
#65030e
#54020b
#430209
#320107
#210104
#100002
#000000

Similar Color like #980515 color

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

#990616
#9a0717
#9b0818
#9c0919
#9d0a1a
#9e0b1b
#9f0c1c
#a00d1d
#a10e1e
#a20f1f
#a31020
#a41121
#a51222
#a61323
#970414
#960313
#950212
#940111
#930010
#92000f
#91000e
#90000d
#8f000c
#8e000b
#8d000a
#8c0009
#8b0008
#8a0007

Monochromatic Color with #980515

#980515
#c2061b
#ed0821
#180103
#430209
#6d040f

Tints of #980515 Color

#980515
#a3202f
#ae3c49
#ba5863
#c5747d
#d18f97
#dcabb1
#e8c7cb
#f3e3e5
#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

#980515
#059888

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

Split Complementary

#980515
#05983f
#055e98

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

Analogous Color

#980550
#980532
#980515
#981205
#983005

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

#980515
#159805
#051598

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

#980515
#5e9805
#059888
#3e0598

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

#980515
#059888
#055e98
#983f05

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

#980515 Color Code Preview on Black Background Color

This is how #980515 Color will look on black background color. Color contrast ratio is 2.37

#980515 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #980515

HTML with inline CSS

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

Your Example Paragraph content text in with font color #980515

#980515 color code is use for CSS Background Color

Background color for the above div is #980515

HTML with inline CSS

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

#980515 color code is use for CSS Border Color

CSS Border color for the above div is #980515

HTML with inline CSS

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

CSS Border Left color for the above div is #980515

HTML with inline CSS

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

CSS Border Right color for the above div is #980515

HTML with inline CSS

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

CSS Border Bottom color for the above div is #980515

HTML with inline CSS

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

CSS Border Top color for the above div is #980515

HTML with inline CSS

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

#980515 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#980515 Color code Preview on White Background

This is how #980515 Color code will look on white background color. Color contrast ratio is 8.87

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

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(152,5,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,152,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,5,21,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.