COLOR #C2591D

HEX: #C2591D
RGB: (194,89,29)

Color info

#C2591D contains mainly red color. Web safe color of #C2591D is #CC6633 (or #C63).

RGB color model

#C2591D color RGB value is (194,89,29).

  • red value is 194;
  • green value is 89;
  • blue value is 29.
RGB:
(194,89,29)
(76%,35%,11%)

RGB channels and saturation

R 194 of 255 = 76%
G 89 of 255 = 35%
B 29 of 255 = 11%

194
89
29

R + G + B ~ 41%. #C2591D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 89 + 29 = 312 (100%)
R 194 of 312 ~ 62.18%
G 89 of 312 ~ 28.53%
B 29 of 312 ~ 9.29%

%62.18
%28.53

CMYK color model

#C2591D color CMYK value is (0,54,85,24).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 85.05%
  • key color value is 23.92%
CMYK:
(0,54,85,24)
C0M54Y85K24 
(0%,54%,85%,24%)
(0.00/0.54/0.85/0.24)	

CMYK percentages

%0
%54.12
%85.05
%23.92

Codes

Color #C2591D in popluar color models

C2591D
RGB1948929
HSL22°73.99%43.73%
HSB/HSV22°85.05%76.08%
CMYK0.00%54.12%85.05%
23.92%

Color #C2591D in popluar number systems.

HEXC2591D
Decimal1948929
Binary11000010101100111101
Octal30213135

Shades and tints

Shades of #C2591D

#C2591D
(194,89,29)
#B1511B
(177,81,27)
#A04919
(160,73,25)
#8F4117
(143,65,23)
#7E3915
(126,57,21)
#6D3113
(109,49,19)
#5C2911
(92,41,17)
#4B210F
(75,33,15)
#3A190D
(58,25,13)
#29110B
(41,17,11)
#180909
(24,9,9)
#000000
(0,0,0)

Tints of #C2591D

#C2591D
(194,89,29)
#C76831
(199,104,49)
#CC7745
(204,119,69)
#D18659
(209,134,89)
#D6956D
(214,149,109)
#DBA481
(219,164,129)
#E0B395
(224,179,149)
#E5C2A9
(229,194,169)
#EAD1BD
(234,209,189)
#EFE0D1
(239,224,209)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2591D color. Also use rgb(194,89,29) instead hex code.

Text Font Color

.myTextColor { color: #C2591D; }

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

This text font color is #C2591D.


Background Color

.myBgColor { background-color: #C2591D; }

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

This div background color is #C2591D.


Border color

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

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

This div border color is #C2591D.


Opacity

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

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

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

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

This text has shadow with #C2591D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2591D on black background.


Color preview on white background

This text has color #C2591D on white background.



Black color preview on #C2591D background

This text has black color on #C2591D background.


White color preview on #C2591D background

This text has white color on #C2591D background.