COLOR #C81735

HEX: #C81735
RGB: (200,23,53)

Color info

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

RGB color model

#C81735 color RGB value is (200,23,53).

  • red value is 200;
  • green value is 23;
  • blue value is 53.
RGB:
(200,23,53)
(78%,9%,21%)

RGB channels and saturation

R 200 of 255 = 78%
G 23 of 255 = 9%
B 53 of 255 = 21%

200
23
53

R + G + B ~ 36%. #C81735 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 23 + 53 = 276 (100%)
R 200 of 276 ~ 72.46%
G 23 of 276 ~ 8.33%
B 53 of 276 ~ 19.2%

%72.46
%19.2

CMYK color model

#C81735 color CMYK value is (0,89,74,22).

  • cyan value is 0.00%
  • magenta value is 88.50%
  • yellow value is 73.50%
  • key color value is 21.57%
CMYK:
(0,89,74,22)
C0M89Y74K22 
(0%,89%,74%,22%)
(0.00/0.89/0.74/0.22)	

CMYK percentages

%0
%88.5
%73.5
%21.57

Codes

Color #C81735 in popluar color models

C81735
RGB2002353
HSL350°79.37%43.73%
HSB/HSV350°88.50%78.43%
CMYK0.00%88.50%73.50%
21.57%

Color #C81735 in popluar number systems.

HEXC81735
Decimal2002353
Binary1100100010111110101
Octal3102765

Shades and tints

Shades of #C81735

#C81735
(200,23,53)
#B61531
(182,21,49)
#A4132D
(164,19,45)
#921129
(146,17,41)
#800F25
(128,15,37)
#6E0D21
(110,13,33)
#5C0B1D
(92,11,29)
#4A0919
(74,9,25)
#380715
(56,7,21)
#260511
(38,5,17)
#14030D
(20,3,13)
#000000
(0,0,0)

Tints of #C81735

#C81735
(200,23,53)
#CD2C47
(205,44,71)
#D24159
(210,65,89)
#D7566B
(215,86,107)
#DC6B7D
(220,107,125)
#E1808F
(225,128,143)
#E695A1
(230,149,161)
#EBAAB3
(235,170,179)
#F0BFC5
(240,191,197)
#F5D4D7
(245,212,215)
#FAE9E9
(250,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C81735 color. Also use rgb(200,23,53) instead hex code.

Text Font Color

.myTextColor { color: #C81735; }

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

This text font color is #C81735.


Background Color

.myBgColor { background-color: #C81735; }

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

This div background color is #C81735.


Border color

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

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

This div border color is #C81735.


Opacity

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

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

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

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

This text has shadow with #C81735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C81735 on black background.


Color preview on white background

This text has color #C81735 on white background.



Black color preview on #C81735 background

This text has black color on #C81735 background.


White color preview on #C81735 background

This text has white color on #C81735 background.