COLOR #C0291C

HEX: #C0291C
RGB: (192,41,28)

Color info

#C0291C contains mainly red color. Web safe color of #C0291C is #CC3333 (or #C33).

RGB color model

#C0291C color RGB value is (192,41,28).

  • red value is 192;
  • green value is 41;
  • blue value is 28.
RGB:
(192,41,28)
(75%,16%,11%)

RGB channels and saturation

R 192 of 255 = 75%
G 41 of 255 = 16%
B 28 of 255 = 11%

192
41
28

R + G + B ~ 34%. #C0291C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 41 + 28 = 261 (100%)
R 192 of 261 ~ 73.56%
G 41 of 261 ~ 15.71%
B 28 of 261 ~ 10.73%

%73.56
%15.71
%10.73

CMYK color model

#C0291C color CMYK value is (0,79,85,25).

  • cyan value is 0.00%
  • magenta value is 78.65%
  • yellow value is 85.42%
  • key color value is 24.71%
CMYK:
(0,79,85,25)
C0M79Y85K25 
(0%,79%,85%,25%)
(0.00/0.79/0.85/0.25)	

CMYK percentages

%0
%78.65
%85.42
%24.71

Codes

Color #C0291C in popluar color models

C0291C
RGB1924128
HSL74.55%43.14%
HSB/HSV85.42%75.29%
CMYK0.00%78.65%85.42%
24.71%

Color #C0291C in popluar number systems.

HEXC0291C
Decimal1924128
Binary1100000010100111100
Octal3005134

Shades and tints

Shades of #C0291C

#C0291C
(192,41,28)
#AF261A
(175,38,26)
#9E2318
(158,35,24)
#8D2016
(141,32,22)
#7C1D14
(124,29,20)
#6B1A12
(107,26,18)
#5A1710
(90,23,16)
#49140E
(73,20,14)
#38110C
(56,17,12)
#270E0A
(39,14,10)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #C0291C

#C0291C
(192,41,28)
#C53C30
(197,60,48)
#CA4F44
(202,79,68)
#CF6258
(207,98,88)
#D4756C
(212,117,108)
#D98880
(217,136,128)
#DE9B94
(222,155,148)
#E3AEA8
(227,174,168)
#E8C1BC
(232,193,188)
#EDD4D0
(237,212,208)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0291C color. Also use rgb(192,41,28) instead hex code.

Text Font Color

.myTextColor { color: #C0291C; }

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

This text font color is #C0291C.


Background Color

.myBgColor { background-color: #C0291C; }

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

This div background color is #C0291C.


Border color

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

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

This div border color is #C0291C.


Opacity

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

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

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

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

This text has shadow with #C0291C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0291C on black background.


Color preview on white background

This text has color #C0291C on white background.



Black color preview on #C0291C background

This text has black color on #C0291C background.


White color preview on #C0291C background

This text has white color on #C0291C background.