COLOR #C73724

HEX: #C73724
RGB: (199,55,36)

Color info

#C73724 contains mainly red color. Web safe color of #C73724 is #CC3333 (or #C33).

RGB color model

#C73724 color RGB value is (199,55,36).

  • red value is 199;
  • green value is 55;
  • blue value is 36.
RGB:
(199,55,36)
(78%,22%,14%)

RGB channels and saturation

R 199 of 255 = 78%
G 55 of 255 = 22%
B 36 of 255 = 14%

199
55
36

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

Portions of RGB colors in percentages

R + G + B =
199 + 55 + 36 = 290 (100%)
R 199 of 290 ~ 68.62%
G 55 of 290 ~ 18.97%
B 36 of 290 ~ 12.41%

%68.62
%18.97
%12.41

CMYK color model

#C73724 color CMYK value is (0,72,82,22).

  • cyan value is 0.00%
  • magenta value is 72.36%
  • yellow value is 81.91%
  • key color value is 21.96%
CMYK:
(0,72,82,22)
C0M72Y82K22 
(0%,72%,82%,22%)
(0.00/0.72/0.82/0.22)	

CMYK percentages

%0
%72.36
%81.91
%21.96

Codes

Color #C73724 in popluar color models

C73724
RGB1995536
HSL69.36%46.08%
HSB/HSV81.91%78.04%
CMYK0.00%72.36%81.91%
21.96%

Color #C73724 in popluar number systems.

HEXC73724
Decimal1995536
Binary11000111110111100100
Octal3076744

Shades and tints

Shades of #C73724

#C73724
(199,55,36)
#B53221
(181,50,33)
#A32D1E
(163,45,30)
#91281B
(145,40,27)
#7F2318
(127,35,24)
#6D1E15
(109,30,21)
#5B1912
(91,25,18)
#49140F
(73,20,15)
#370F0C
(55,15,12)
#250A09
(37,10,9)
#130506
(19,5,6)
#000000
(0,0,0)

Tints of #C73724

#C73724
(199,55,36)
#CC4937
(204,73,55)
#D15B4A
(209,91,74)
#D66D5D
(214,109,93)
#DB7F70
(219,127,112)
#E09183
(224,145,131)
#E5A396
(229,163,150)
#EAB5A9
(234,181,169)
#EFC7BC
(239,199,188)
#F4D9CF
(244,217,207)
#F9EBE2
(249,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73724 color. Also use rgb(199,55,36) instead hex code.

Text Font Color

.myTextColor { color: #C73724; }

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

This text font color is #C73724.


Background Color

.myBgColor { background-color: #C73724; }

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

This div background color is #C73724.


Border color

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

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

This div border color is #C73724.


Opacity

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

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

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

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

This text has shadow with #C73724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73724 on black background.


Color preview on white background

This text has color #C73724 on white background.



Black color preview on #C73724 background

This text has black color on #C73724 background.


White color preview on #C73724 background

This text has white color on #C73724 background.