COLOR #C71029

HEX: #C71029
RGB: (199,16,41)

Color info

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

RGB color model

#C71029 color RGB value is (199,16,41).

  • red value is 199;
  • green value is 16;
  • blue value is 41.
RGB:
(199,16,41)
(78%,6%,16%)

RGB channels and saturation

R 199 of 255 = 78%
G 16 of 255 = 6%
B 41 of 255 = 16%

199
16
41

R + G + B ~ 33%. #C71029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 16 + 41 = 256 (100%)
R 199 of 256 ~ 77.73%
G 16 of 256 ~ 6.25%
B 41 of 256 ~ 16.02%

%77.73
%16.02

CMYK color model

#C71029 color CMYK value is (0,92,79,22).

  • cyan value is 0.00%
  • magenta value is 91.96%
  • yellow value is 79.40%
  • key color value is 21.96%
CMYK:
(0,92,79,22)
C0M92Y79K22 
(0%,92%,79%,22%)
(0.00/0.92/0.79/0.22)	

CMYK percentages

%0
%91.96
%79.4
%21.96

Codes

Color #C71029 in popluar color models

C71029
RGB1991641
HSL352°85.12%42.16%
HSB/HSV352°91.96%78.04%
CMYK0.00%91.96%79.40%
21.96%

Color #C71029 in popluar number systems.

HEXC71029
Decimal1991641
Binary1100011110000101001
Octal3072051

Shades and tints

Shades of #C71029

#C71029
(199,16,41)
#B50F26
(181,15,38)
#A30E23
(163,14,35)
#910D20
(145,13,32)
#7F0C1D
(127,12,29)
#6D0B1A
(109,11,26)
#5B0A17
(91,10,23)
#490914
(73,9,20)
#370811
(55,8,17)
#25070E
(37,7,14)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #C71029

#C71029
(199,16,41)
#CC253C
(204,37,60)
#D13A4F
(209,58,79)
#D64F62
(214,79,98)
#DB6475
(219,100,117)
#E07988
(224,121,136)
#E58E9B
(229,142,155)
#EAA3AE
(234,163,174)
#EFB8C1
(239,184,193)
#F4CDD4
(244,205,212)
#F9E2E7
(249,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71029 color. Also use rgb(199,16,41) instead hex code.

Text Font Color

.myTextColor { color: #C71029; }

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

This text font color is #C71029.


Background Color

.myBgColor { background-color: #C71029; }

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

This div background color is #C71029.


Border color

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

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

This div border color is #C71029.


Opacity

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

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

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

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

This text has shadow with #C71029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71029 on black background.


Color preview on white background

This text has color #C71029 on white background.



Black color preview on #C71029 background

This text has black color on #C71029 background.


White color preview on #C71029 background

This text has white color on #C71029 background.