COLOR #C82506

HEX: #C82506
RGB: (200,37,6)

Color info

#C82506 contains mainly red color. Web safe color of #C82506 is #CC3300 (or #C30).

RGB color model

#C82506 color RGB value is (200,37,6).

  • red value is 200;
  • green value is 37;
  • blue value is 6.
RGB:
(200,37,6)
(78%,15%,2%)

RGB channels and saturation

R 200 of 255 = 78%
G 37 of 255 = 15%
B 6 of 255 = 2%

200
37
6

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

Portions of RGB colors in percentages

R + G + B =
200 + 37 + 6 = 243 (100%)
R 200 of 243 ~ 82.3%
G 37 of 243 ~ 15.23%
B 6 of 243 ~ 2.47%

%82.3
%15.23

CMYK color model

#C82506 color CMYK value is (0,82,97,22).

  • cyan value is 0.00%
  • magenta value is 81.50%
  • yellow value is 97.00%
  • key color value is 21.57%
CMYK:
(0,82,97,22)
C0M82Y97K22 
(0%,82%,97%,22%)
(0.00/0.82/0.97/0.22)	

CMYK percentages

%0
%81.5
%97
%21.57

Codes

Color #C82506 in popluar color models

C82506
RGB200376
HSL10°94.17%40.39%
HSB/HSV10°97.00%78.43%
CMYK0.00%81.50%97.00%
21.57%

Color #C82506 in popluar number systems.

HEXC82506
Decimal200376
Binary11001000100101110
Octal310456

Shades and tints

Shades of #C82506

#C82506
(200,37,6)
#B62206
(182,34,6)
#A41F06
(164,31,6)
#921C06
(146,28,6)
#801906
(128,25,6)
#6E1606
(110,22,6)
#5C1306
(92,19,6)
#4A1006
(74,16,6)
#380D06
(56,13,6)
#260A06
(38,10,6)
#140706
(20,7,6)
#000000
(0,0,0)

Tints of #C82506

#C82506
(200,37,6)
#CD381C
(205,56,28)
#D24B32
(210,75,50)
#D75E48
(215,94,72)
#DC715E
(220,113,94)
#E18474
(225,132,116)
#E6978A
(230,151,138)
#EBAAA0
(235,170,160)
#F0BDB6
(240,189,182)
#F5D0CC
(245,208,204)
#FAE3E2
(250,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C82506 color. Also use rgb(200,37,6) instead hex code.

Text Font Color

.myTextColor { color: #C82506; }

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

This text font color is #C82506.


Background Color

.myBgColor { background-color: #C82506; }

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

This div background color is #C82506.


Border color

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

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

This div border color is #C82506.


Opacity

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

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

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

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

This text has shadow with #C82506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C82506 on black background.


Color preview on white background

This text has color #C82506 on white background.



Black color preview on #C82506 background

This text has black color on #C82506 background.


White color preview on #C82506 background

This text has white color on #C82506 background.