COLOR #C0171B

HEX: #C0171B
RGB: (192,23,27)

Color info

#C0171B contains mainly red color. Web safe color of #C0171B is #CC0033 (or #C03).

RGB color model

#C0171B color RGB value is (192,23,27).

  • red value is 192;
  • green value is 23;
  • blue value is 27.
RGB:
(192,23,27)
(75%,9%,11%)

RGB channels and saturation

R 192 of 255 = 75%
G 23 of 255 = 9%
B 27 of 255 = 11%

192
23
27

R + G + B ~ 32%. #C0171B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 23 + 27 = 242 (100%)
R 192 of 242 ~ 79.34%
G 23 of 242 ~ 9.5%
B 27 of 242 ~ 11.16%

%79.34
%9.5
%11.16

CMYK color model

#C0171B color CMYK value is (0,88,86,25).

  • cyan value is 0.00%
  • magenta value is 88.02%
  • yellow value is 85.94%
  • key color value is 24.71%
CMYK:
(0,88,86,25)
C0M88Y86K25 
(0%,88%,86%,25%)
(0.00/0.88/0.86/0.25)	

CMYK percentages

%0
%88.02
%85.94
%24.71

Codes

Color #C0171B in popluar color models

C0171B
RGB1922327
HSL359°78.60%42.16%
HSB/HSV359°88.02%75.29%
CMYK0.00%88.02%85.94%
24.71%

Color #C0171B in popluar number systems.

HEXC0171B
Decimal1922327
Binary110000001011111011
Octal3002733

Shades and tints

Shades of #C0171B

#C0171B
(192,23,27)
#AF1519
(175,21,25)
#9E1317
(158,19,23)
#8D1115
(141,17,21)
#7C0F13
(124,15,19)
#6B0D11
(107,13,17)
#5A0B0F
(90,11,15)
#49090D
(73,9,13)
#38070B
(56,7,11)
#270509
(39,5,9)
#160307
(22,3,7)
#000000
(0,0,0)

Tints of #C0171B

#C0171B
(192,23,27)
#C52C2F
(197,44,47)
#CA4143
(202,65,67)
#CF5657
(207,86,87)
#D46B6B
(212,107,107)
#D9807F
(217,128,127)
#DE9593
(222,149,147)
#E3AAA7
(227,170,167)
#E8BFBB
(232,191,187)
#EDD4CF
(237,212,207)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0171B color. Also use rgb(192,23,27) instead hex code.

Text Font Color

.myTextColor { color: #C0171B; }

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

This text font color is #C0171B.


Background Color

.myBgColor { background-color: #C0171B; }

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

This div background color is #C0171B.


Border color

.myBorderColor { border: 1px solid #C0171B; }

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

This div border color is #C0171B.


Opacity

.myOpacity80 { color: #C0171B; opacity: 0.8; }

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

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

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

This text has shadow with #C0171B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0171B on black background.


Color preview on white background

This text has color #C0171B on white background.



Black color preview on #C0171B background

This text has black color on #C0171B background.


White color preview on #C0171B background

This text has white color on #C0171B background.