COLOR #C81337

HEX: #C81337
RGB: (200,19,55)

Color info

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

RGB color model

#C81337 color RGB value is (200,19,55).

  • red value is 200;
  • green value is 19;
  • blue value is 55.
RGB:
(200,19,55)
(78%,7%,22%)

RGB channels and saturation

R 200 of 255 = 78%
G 19 of 255 = 7%
B 55 of 255 = 22%

200
19
55

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

Portions of RGB colors in percentages

R + G + B =
200 + 19 + 55 = 274 (100%)
R 200 of 274 ~ 72.99%
G 19 of 274 ~ 6.93%
B 55 of 274 ~ 20.07%

%72.99
%20.07

CMYK color model

#C81337 color CMYK value is (0,91,73,22).

  • cyan value is 0.00%
  • magenta value is 90.50%
  • yellow value is 72.50%
  • key color value is 21.57%
CMYK:
(0,91,73,22)
C0M91Y73K22 
(0%,91%,73%,22%)
(0.00/0.91/0.73/0.22)	

CMYK percentages

%0
%90.5
%72.5
%21.57

Codes

Color #C81337 in popluar color models

C81337
RGB2001955
HSL348°82.65%42.94%
HSB/HSV348°90.50%78.43%
CMYK0.00%90.50%72.50%
21.57%

Color #C81337 in popluar number systems.

HEXC81337
Decimal2001955
Binary1100100010011110111
Octal3102367

Shades and tints

Shades of #C81337

#C81337
(200,19,55)
#B61232
(182,18,50)
#A4112D
(164,17,45)
#921028
(146,16,40)
#800F23
(128,15,35)
#6E0E1E
(110,14,30)
#5C0D19
(92,13,25)
#4A0C14
(74,12,20)
#380B0F
(56,11,15)
#260A0A
(38,10,10)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #C81337

#C81337
(200,19,55)
#CD2849
(205,40,73)
#D23D5B
(210,61,91)
#D7526D
(215,82,109)
#DC677F
(220,103,127)
#E17C91
(225,124,145)
#E691A3
(230,145,163)
#EBA6B5
(235,166,181)
#F0BBC7
(240,187,199)
#F5D0D9
(245,208,217)
#FAE5EB
(250,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C81337 color. Also use rgb(200,19,55) instead hex code.

Text Font Color

.myTextColor { color: #C81337; }

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

This text font color is #C81337.


Background Color

.myBgColor { background-color: #C81337; }

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

This div background color is #C81337.


Border color

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

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

This div border color is #C81337.


Opacity

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

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

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

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

This text has shadow with #C81337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C81337 on black background.


Color preview on white background

This text has color #C81337 on white background.



Black color preview on #C81337 background

This text has black color on #C81337 background.


White color preview on #C81337 background

This text has white color on #C81337 background.