COLOR #C71E55

HEX: #C71E55
RGB: (199,30,85)

Color info

#C71E55 contains mainly red color. Web safe color of #C71E55 is #CC3366 (or #C36).

RGB color model

#C71E55 color RGB value is (199,30,85).

  • red value is 199;
  • green value is 30;
  • blue value is 85.
RGB:
(199,30,85)
(78%,12%,33%)

RGB channels and saturation

R 199 of 255 = 78%
G 30 of 255 = 12%
B 85 of 255 = 33%

199
30
85

R + G + B ~ 41%. #C71E55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 30 + 85 = 314 (100%)
R 199 of 314 ~ 63.38%
G 30 of 314 ~ 9.55%
B 85 of 314 ~ 27.07%

%63.38
%9.55
%27.07

CMYK color model

#C71E55 color CMYK value is (0,85,57,22).

  • cyan value is 0.00%
  • magenta value is 84.92%
  • yellow value is 57.29%
  • key color value is 21.96%
CMYK:
(0,85,57,22)
C0M85Y57K22 
(0%,85%,57%,22%)
(0.00/0.85/0.57/0.22)	

CMYK percentages

%0
%84.92
%57.29
%21.96

Codes

Color #C71E55 in popluar color models

C71E55
RGB1993085
HSL340°73.80%44.90%
HSB/HSV340°84.92%78.04%
CMYK0.00%84.92%57.29%
21.96%

Color #C71E55 in popluar number systems.

HEXC71E55
Decimal1993085
Binary11000111111101010101
Octal30736125

Shades and tints

Shades of #C71E55

#C71E55
(199,30,85)
#B51C4E
(181,28,78)
#A31A47
(163,26,71)
#911840
(145,24,64)
#7F1639
(127,22,57)
#6D1432
(109,20,50)
#5B122B
(91,18,43)
#491024
(73,16,36)
#370E1D
(55,14,29)
#250C16
(37,12,22)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #C71E55

#C71E55
(199,30,85)
#CC3264
(204,50,100)
#D14673
(209,70,115)
#D65A82
(214,90,130)
#DB6E91
(219,110,145)
#E082A0
(224,130,160)
#E596AF
(229,150,175)
#EAAABE
(234,170,190)
#EFBECD
(239,190,205)
#F4D2DC
(244,210,220)
#F9E6EB
(249,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71E55 color. Also use rgb(199,30,85) instead hex code.

Text Font Color

.myTextColor { color: #C71E55; }

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

This text font color is #C71E55.


Background Color

.myBgColor { background-color: #C71E55; }

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

This div background color is #C71E55.


Border color

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

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

This div border color is #C71E55.


Opacity

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

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

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

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

This text has shadow with #C71E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71E55 on black background.


Color preview on white background

This text has color #C71E55 on white background.



Black color preview on #C71E55 background

This text has black color on #C71E55 background.


White color preview on #C71E55 background

This text has white color on #C71E55 background.