COLOR #801C15

HEX: #801C15
RGB: (128,28,21)

Color info

#801C15 contains mainly red color. Web safe color of #801C15 is #663300 (or #630).

RGB color model

#801C15 color RGB value is (128,28,21).

  • red value is 128;
  • green value is 28;
  • blue value is 21.
RGB:
(128,28,21)
(50%,11%,8%)

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 21 of 255 = 8%

128
28
21

R + G + B ~ 23%. #801C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 28 + 21 = 177 (100%)
R 128 of 177 ~ 72.32%
G 28 of 177 ~ 15.82%
B 21 of 177 ~ 11.86%

%72.32
%15.82
%11.86

CMYK color model

#801C15 color CMYK value is (0,78,84,50).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 83.59%
  • key color value is 49.80%
CMYK:
(0,78,84,50)
C0M78Y84K50 
(0%,78%,84%,50%)
(0.00/0.78/0.84/0.50)	

CMYK percentages

%0
%78.13
%83.59
%49.8

Codes

Color #801C15 in popluar color models

801C15
RGB1282821
HSL71.81%29.22%
HSB/HSV83.59%50.20%
CMYK0.00%78.13%83.59%
49.80%

Color #801C15 in popluar number systems.

HEX801C15
Decimal1282821
Binary100000001110010101
Octal2003425

Shades and tints

Shades of #801C15

#801C15
(128,28,21)
#751A14
(117,26,20)
#6A1813
(106,24,19)
#5F1612
(95,22,18)
#541411
(84,20,17)
#491210
(73,18,16)
#3E100F
(62,16,15)
#330E0E
(51,14,14)
#280C0D
(40,12,13)
#1D0A0C
(29,10,12)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #801C15

#801C15
(128,28,21)
#8B302A
(139,48,42)
#96443F
(150,68,63)
#A15854
(161,88,84)
#AC6C69
(172,108,105)
#B7807E
(183,128,126)
#C29493
(194,148,147)
#CDA8A8
(205,168,168)
#D8BCBD
(216,188,189)
#E3D0D2
(227,208,210)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801C15 color. Also use rgb(128,28,21) instead hex code.

Text Font Color

.myTextColor { color: #801C15; }

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

This text font color is #801C15.


Background Color

.myBgColor { background-color: #801C15; }

<div style="background-color:#801C15">Inner text</div>

This div background color is #801C15.


Border color

.myBorderColor { border: 1px solid #801C15; }

<div style="border:3px solid #801C15">Div</div>

This div border color is #801C15.


Opacity

.myOpacity80 { color: #801C15; opacity: 0.8; }

<p style="color:#801C15;opacity:0.8;">80%</p>

Text with #801C15 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 #801C15;}

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

This text has shadow with #801C15 color.

.textShadow {text-shadow: 3px 3px 1px #801C15, 3px 3px 1px red;}

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

This text has shadow with #801C15 primary color and red secondary color.


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

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

This text has shadow with #801C15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801C15 on black background.


Color preview on white background

This text has color #801C15 on white background.



Black color preview on #801C15 background

This text has black color on #801C15 background.


White color preview on #801C15 background

This text has white color on #801C15 background.