COLOR #9F0D29

HEX: #9F0D29
RGB: (159,13,41)

Color info

#9F0D29 contains mainly red color. Web safe color of #9F0D29 is #990033 (or #903).

RGB color model

#9F0D29 color RGB value is (159,13,41).

  • red value is 159;
  • green value is 13;
  • blue value is 41.
RGB:
(159,13,41)
(62%,5%,16%)

RGB channels and saturation

R 159 of 255 = 62%
G 13 of 255 = 5%
B 41 of 255 = 16%

159
13
41

R + G + B ~ 28%. #9F0D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 13 + 41 = 213 (100%)
R 159 of 213 ~ 74.65%
G 13 of 213 ~ 6.1%
B 41 of 213 ~ 19.25%

%74.65
%19.25

CMYK color model

#9F0D29 color CMYK value is (0,92,74,38).

  • cyan value is 0.00%
  • magenta value is 91.82%
  • yellow value is 74.21%
  • key color value is 37.65%
CMYK:
(0,92,74,38)
C0M92Y74K38 
(0%,92%,74%,38%)
(0.00/0.92/0.74/0.38)	

CMYK percentages

%0
%91.82
%74.21
%37.65

Codes

Color #9F0D29 in popluar color models

9F0D29
RGB1591341
HSL348°84.88%33.73%
HSB/HSV348°91.82%62.35%
CMYK0.00%91.82%74.21%
37.65%

Color #9F0D29 in popluar number systems.

HEX9F0D29
Decimal1591341
Binary100111111101101001
Octal2371551

Shades and tints

Shades of #9F0D29

#9F0D29
(159,13,41)
#910C26
(145,12,38)
#830B23
(131,11,35)
#750A20
(117,10,32)
#67091D
(103,9,29)
#59081A
(89,8,26)
#4B0717
(75,7,23)
#3D0614
(61,6,20)
#2F0511
(47,5,17)
#21040E
(33,4,14)
#13030B
(19,3,11)
#000000
(0,0,0)

Tints of #9F0D29

#9F0D29
(159,13,41)
#A7233C
(167,35,60)
#AF394F
(175,57,79)
#B74F62
(183,79,98)
#BF6575
(191,101,117)
#C77B88
(199,123,136)
#CF919B
(207,145,155)
#D7A7AE
(215,167,174)
#DFBDC1
(223,189,193)
#E7D3D4
(231,211,212)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F0D29 color. Also use rgb(159,13,41) instead hex code.

Text Font Color

.myTextColor { color: #9F0D29; }

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

This text font color is #9F0D29.


Background Color

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

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

This div background color is #9F0D29.


Border color

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

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

This div border color is #9F0D29.


Opacity

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

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

Text with #9F0D29 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 #9F0D29;}

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

This text has shadow with #9F0D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0D29 on black background.


Color preview on white background

This text has color #9F0D29 on white background.



Black color preview on #9F0D29 background

This text has black color on #9F0D29 background.


White color preview on #9F0D29 background

This text has white color on #9F0D29 background.