COLOR #C73F52

HEX: #C73F52
RGB: (199,63,82)

Color info

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

RGB color model

#C73F52 color RGB value is (199,63,82).

  • red value is 199;
  • green value is 63;
  • blue value is 82.
RGB:
(199,63,82)
(78%,25%,32%)

RGB channels and saturation

R 199 of 255 = 78%
G 63 of 255 = 25%
B 82 of 255 = 32%

199
63
82

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

Portions of RGB colors in percentages

R + G + B =
199 + 63 + 82 = 344 (100%)
R 199 of 344 ~ 57.85%
G 63 of 344 ~ 18.31%
B 82 of 344 ~ 23.84%

%57.85
%18.31
%23.84

CMYK color model

#C73F52 color CMYK value is (0,68,59,22).

  • cyan value is 0.00%
  • magenta value is 68.34%
  • yellow value is 58.79%
  • key color value is 21.96%
CMYK:
(0,68,59,22)
C0M68Y59K22 
(0%,68%,59%,22%)
(0.00/0.68/0.59/0.22)	

CMYK percentages

%0
%68.34
%58.79
%21.96

Codes

Color #C73F52 in popluar color models

C73F52
RGB1996382
HSL352°54.84%51.37%
HSB/HSV352°68.34%78.04%
CMYK0.00%68.34%58.79%
21.96%

Color #C73F52 in popluar number systems.

HEXC73F52
Decimal1996382
Binary110001111111111010010
Octal30777122

Shades and tints

Shades of #C73F52

#C73F52
(199,63,82)
#B53A4B
(181,58,75)
#A33544
(163,53,68)
#91303D
(145,48,61)
#7F2B36
(127,43,54)
#6D262F
(109,38,47)
#5B2128
(91,33,40)
#491C21
(73,28,33)
#37171A
(55,23,26)
#251213
(37,18,19)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #C73F52

#C73F52
(199,63,82)
#CC5061
(204,80,97)
#D16170
(209,97,112)
#D6727F
(214,114,127)
#DB838E
(219,131,142)
#E0949D
(224,148,157)
#E5A5AC
(229,165,172)
#EAB6BB
(234,182,187)
#EFC7CA
(239,199,202)
#F4D8D9
(244,216,217)
#F9E9E8
(249,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73F52 color. Also use rgb(199,63,82) instead hex code.

Text Font Color

.myTextColor { color: #C73F52; }

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

This text font color is #C73F52.


Background Color

.myBgColor { background-color: #C73F52; }

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

This div background color is #C73F52.


Border color

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

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

This div border color is #C73F52.


Opacity

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

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

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

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

This text has shadow with #C73F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73F52 on black background.


Color preview on white background

This text has color #C73F52 on white background.



Black color preview on #C73F52 background

This text has black color on #C73F52 background.


White color preview on #C73F52 background

This text has white color on #C73F52 background.