COLOR #9C251F

HEX: #9C251F
RGB: (156,37,31)

Color info

#9C251F contains mainly red color. Web safe color of #9C251F is #993333 (or #933).

RGB color model

#9C251F color RGB value is (156,37,31).

  • red value is 156;
  • green value is 37;
  • blue value is 31.
RGB:
(156,37,31)
(61%,15%,12%)

RGB channels and saturation

R 156 of 255 = 61%
G 37 of 255 = 15%
B 31 of 255 = 12%

156
37
31

R + G + B ~ 29%. #9C251F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 37 + 31 = 224 (100%)
R 156 of 224 ~ 69.64%
G 37 of 224 ~ 16.52%
B 31 of 224 ~ 13.84%

%69.64
%16.52
%13.84

CMYK color model

#9C251F color CMYK value is (0,76,80,39).

  • cyan value is 0.00%
  • magenta value is 76.28%
  • yellow value is 80.13%
  • key color value is 38.82%
CMYK:
(0,76,80,39)
C0M76Y80K39 
(0%,76%,80%,39%)
(0.00/0.76/0.80/0.39)	

CMYK percentages

%0
%76.28
%80.13
%38.82

Codes

Color #9C251F in popluar color models

9C251F
RGB1563731
HSL66.84%36.67%
HSB/HSV80.13%61.18%
CMYK0.00%76.28%80.13%
38.82%

Color #9C251F in popluar number systems.

HEX9C251F
Decimal1563731
Binary1001110010010111111
Octal2344537

Shades and tints

Shades of #9C251F

#9C251F
(156,37,31)
#8E221D
(142,34,29)
#801F1B
(128,31,27)
#721C19
(114,28,25)
#641917
(100,25,23)
#561615
(86,22,21)
#481313
(72,19,19)
#3A1011
(58,16,17)
#2C0D0F
(44,13,15)
#1E0A0D
(30,10,13)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #9C251F

#9C251F
(156,37,31)
#A53833
(165,56,51)
#AE4B47
(174,75,71)
#B75E5B
(183,94,91)
#C0716F
(192,113,111)
#C98483
(201,132,131)
#D29797
(210,151,151)
#DBAAAB
(219,170,171)
#E4BDBF
(228,189,191)
#EDD0D3
(237,208,211)
#F6E3E7
(246,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C251F color. Also use rgb(156,37,31) instead hex code.

Text Font Color

.myTextColor { color: #9C251F; }

<p style="color:#9C251F">This sample text font color is #9C251F.</p>

This text font color is #9C251F.


Background Color

.myBgColor { background-color: #9C251F; }

<div style="background-color:#9C251F">Inner text</div>

This div background color is #9C251F.


Border color

.myBorderColor { border: 1px solid #9C251F; }

<div style="border:3px solid #9C251F">Div</div>

This div border color is #9C251F.


Opacity

.myOpacity80 { color: #9C251F; opacity: 0.8; }

<p style="color:#9C251F;opacity:0.8;">80%</p>

Text with #9C251F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9C251F;}

<p style="text-shadow: 3px 3px 1px #9C251F">Text here.</p>

This text has shadow with #9C251F color.

.textShadow {text-shadow: 3px 3px 1px #9C251F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9C251F, 5px 5px 20px red">Text here.</p>

This text has shadow with #9C251F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C251F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9C251F, Direction=45, Strength=4)">Text</p>

This text has shadow with #9C251F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9C251F;
  -webkit-box-shadow:	1px 1px 3px 2px #9C251F;
  box-shadow:		1px 1px 3px 2px #9C251F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C251F;
-webkit-box-shadow: 1px 1px 3px 2px #9C251F;
box-shadow:1px 1px 3px 2px #9C251F;">
Div content here</div>
This div box has shadow with color #9C251F.

Preview

Color preview on black background

This text has color #9C251F on black background.


Color preview on white background

This text has color #9C251F on white background.



Black color preview on #9C251F background

This text has black color on #9C251F background.


White color preview on #9C251F background

This text has white color on #9C251F background.