COLOR #C71843

HEX: #C71843
RGB: (199,24,67)

Color info

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

RGB color model

#C71843 color RGB value is (199,24,67).

  • red value is 199;
  • green value is 24;
  • blue value is 67.
RGB:
(199,24,67)
(78%,9%,26%)

RGB channels and saturation

R 199 of 255 = 78%
G 24 of 255 = 9%
B 67 of 255 = 26%

199
24
67

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

Portions of RGB colors in percentages

R + G + B =
199 + 24 + 67 = 290 (100%)
R 199 of 290 ~ 68.62%
G 24 of 290 ~ 8.28%
B 67 of 290 ~ 23.1%

%68.62
%23.1

CMYK color model

#C71843 color CMYK value is (0,88,66,22).

  • cyan value is 0.00%
  • magenta value is 87.94%
  • yellow value is 66.33%
  • key color value is 21.96%
CMYK:
(0,88,66,22)
C0M88Y66K22 
(0%,88%,66%,22%)
(0.00/0.88/0.66/0.22)	

CMYK percentages

%0
%87.94
%66.33
%21.96

Codes

Color #C71843 in popluar color models

C71843
RGB1992467
HSL345°78.48%43.73%
HSB/HSV345°87.94%78.04%
CMYK0.00%87.94%66.33%
21.96%

Color #C71843 in popluar number systems.

HEXC71843
Decimal1992467
Binary11000111110001000011
Octal30730103

Shades and tints

Shades of #C71843

#C71843
(199,24,67)
#B5163D
(181,22,61)
#A31437
(163,20,55)
#911231
(145,18,49)
#7F102B
(127,16,43)
#6D0E25
(109,14,37)
#5B0C1F
(91,12,31)
#490A19
(73,10,25)
#370813
(55,8,19)
#25060D
(37,6,13)
#130407
(19,4,7)
#000000
(0,0,0)

Tints of #C71843

#C71843
(199,24,67)
#CC2D54
(204,45,84)
#D14265
(209,66,101)
#D65776
(214,87,118)
#DB6C87
(219,108,135)
#E08198
(224,129,152)
#E596A9
(229,150,169)
#EAABBA
(234,171,186)
#EFC0CB
(239,192,203)
#F4D5DC
(244,213,220)
#F9EAED
(249,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71843 color. Also use rgb(199,24,67) instead hex code.

Text Font Color

.myTextColor { color: #C71843; }

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

This text font color is #C71843.


Background Color

.myBgColor { background-color: #C71843; }

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

This div background color is #C71843.


Border color

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

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

This div border color is #C71843.


Opacity

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

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

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

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

This text has shadow with #C71843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71843 on black background.


Color preview on white background

This text has color #C71843 on white background.



Black color preview on #C71843 background

This text has black color on #C71843 background.


White color preview on #C71843 background

This text has white color on #C71843 background.