COLOR #C71945

HEX: #C71945
RGB: (199,25,69)

Color info

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

RGB color model

#C71945 color RGB value is (199,25,69).

  • red value is 199;
  • green value is 25;
  • blue value is 69.
RGB:
(199,25,69)
(78%,10%,27%)

RGB channels and saturation

R 199 of 255 = 78%
G 25 of 255 = 10%
B 69 of 255 = 27%

199
25
69

R + G + B ~ 38%. #C71945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 25 + 69 = 293 (100%)
R 199 of 293 ~ 67.92%
G 25 of 293 ~ 8.53%
B 69 of 293 ~ 23.55%

%67.92
%23.55

CMYK color model

#C71945 color CMYK value is (0,87,65,22).

  • cyan value is 0.00%
  • magenta value is 87.44%
  • yellow value is 65.33%
  • key color value is 21.96%
CMYK:
(0,87,65,22)
C0M87Y65K22 
(0%,87%,65%,22%)
(0.00/0.87/0.65/0.22)	

CMYK percentages

%0
%87.44
%65.33
%21.96

Codes

Color #C71945 in popluar color models

C71945
RGB1992569
HSL345°77.68%43.92%
HSB/HSV345°87.44%78.04%
CMYK0.00%87.44%65.33%
21.96%

Color #C71945 in popluar number systems.

HEXC71945
Decimal1992569
Binary11000111110011000101
Octal30731105

Shades and tints

Shades of #C71945

#C71945
(199,25,69)
#B5173F
(181,23,63)
#A31539
(163,21,57)
#911333
(145,19,51)
#7F112D
(127,17,45)
#6D0F27
(109,15,39)
#5B0D21
(91,13,33)
#490B1B
(73,11,27)
#370915
(55,9,21)
#25070F
(37,7,15)
#130509
(19,5,9)
#000000
(0,0,0)

Tints of #C71945

#C71945
(199,25,69)
#CC2D55
(204,45,85)
#D14165
(209,65,101)
#D65575
(214,85,117)
#DB6985
(219,105,133)
#E07D95
(224,125,149)
#E591A5
(229,145,165)
#EAA5B5
(234,165,181)
#EFB9C5
(239,185,197)
#F4CDD5
(244,205,213)
#F9E1E5
(249,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71945 color. Also use rgb(199,25,69) instead hex code.

Text Font Color

.myTextColor { color: #C71945; }

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

This text font color is #C71945.


Background Color

.myBgColor { background-color: #C71945; }

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

This div background color is #C71945.


Border color

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

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

This div border color is #C71945.


Opacity

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

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

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

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

This text has shadow with #C71945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71945 on black background.


Color preview on white background

This text has color #C71945 on white background.



Black color preview on #C71945 background

This text has black color on #C71945 background.


White color preview on #C71945 background

This text has white color on #C71945 background.