COLOR #C81F25

HEX: #C81F25
RGB: (200,31,37)

Color info

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

RGB color model

#C81F25 color RGB value is (200,31,37).

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

RGB channels and saturation

R 200 of 255 = 78%
G 31 of 255 = 12%
B 37 of 255 = 15%

200
31
37

R + G + B ~ 35%. #C81F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 31 + 37 = 268 (100%)
R 200 of 268 ~ 74.63%
G 31 of 268 ~ 11.57%
B 37 of 268 ~ 13.81%

%74.63
%11.57
%13.81

CMYK color model

#C81F25 color CMYK value is (0,85,82,22).

  • cyan value is 0.00%
  • magenta value is 84.50%
  • yellow value is 81.50%
  • key color value is 21.57%
CMYK:
(0,85,82,22)
C0M85Y82K22 
(0%,85%,82%,22%)
(0.00/0.85/0.82/0.22)	

CMYK percentages

%0
%84.5
%81.5
%21.57

Codes

Color #C81F25 in popluar color models

C81F25
RGB2003137
HSL358°73.16%45.29%
HSB/HSV358°84.50%78.43%
CMYK0.00%84.50%81.50%
21.57%

Color #C81F25 in popluar number systems.

HEXC81F25
Decimal2003137
Binary1100100011111100101
Octal3103745

Shades and tints

Shades of #C81F25

#C81F25
(200,31,37)
#B61D22
(182,29,34)
#A41B1F
(164,27,31)
#92191C
(146,25,28)
#801719
(128,23,25)
#6E1516
(110,21,22)
#5C1313
(92,19,19)
#4A1110
(74,17,16)
#380F0D
(56,15,13)
#260D0A
(38,13,10)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #C81F25

#C81F25
(200,31,37)
#CD3338
(205,51,56)
#D2474B
(210,71,75)
#D75B5E
(215,91,94)
#DC6F71
(220,111,113)
#E18384
(225,131,132)
#E69797
(230,151,151)
#EBABAA
(235,171,170)
#F0BFBD
(240,191,189)
#F5D3D0
(245,211,208)
#FAE7E3
(250,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C81F25; }

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

This text font color is #C81F25.


Background Color

.myBgColor { background-color: #C81F25; }

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

This div background color is #C81F25.


Border color

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

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

This div border color is #C81F25.


Opacity

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

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

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

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

This text has shadow with #C81F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C81F25 on black background.


Color preview on white background

This text has color #C81F25 on white background.



Black color preview on #C81F25 background

This text has black color on #C81F25 background.


White color preview on #C81F25 background

This text has white color on #C81F25 background.