COLOR #C74737

HEX: #C74737 RGB: (199,71,55)

Color info

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

RGB color model

#C74737 color RGB value is (199,71,55).

RGB: (199,71,55) (78%, 28%, 22%)

RGB channels and saturation

R 199 of 255 = 78%
G 71 of 255 = 28%
B 55 of 255 = 22%

199
71
55

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

Portions of RGB colors in percentages

R + G + B = 199 + 71 + 55 = 325 (100%)
R 199 of 325 ~ 61.23%
G 71 of 325 ~ 21.85%
B 55 of 325 ~ 16.92'%

%61.23
%21.85
%16.92

CMYK color model

#C74737 color CMYK value is (0,64,72,22).

  • cyan value is 0.00%
  • magenta value is 64.32%
  • yellow value is 72.36%
  • key color value is 21.96%

CMYK: (0,64,72,22)
C0M64Y72K22 (0%, 64%, 72%, 22%)
(0.00 / 0.64 / 0.72 / 0.22)

CMYK percentages

%0
%64.32
%72.36
%21.96

Codes

Color #C74737 in popluar color models

C7 47 37
RGB 199 71 55
HSL 56.69% 49.80%
HSB/HSV 72.36% 78.04%
CMYK 0.00% 64.32% 72.36%
21.96%

Color #C74737 in popluar number systems.

HEX C7 47 37
Decimal 199 71 55
Binary 11000111 1000111 110111
Octal 307 107 67

Shades and tints

Shades of #C74737

#C74737
(199,71,55)
#B54132
(181,65,50)
#A33B2D
(163,59,45)
#913528
(145,53,40)
#7F2F23
(127,47,35)
#6D291E
(109,41,30)
#5B2319
(91,35,25)
#491D14
(73,29,20)
#37170F
(55,23,15)
#25110A
(37,17,10)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #C74737

#C74737
(199,71,55)
#CC5749
(204,87,73)
#D1675B
(209,103,91)
#D6776D
(214,119,109)
#DB877F
(219,135,127)
#E09791
(224,151,145)
#E5A7A3
(229,167,163)
#EAB7B5
(234,183,181)
#EFC7C7
(239,199,199)
#F4D7D9
(244,215,217)
#F9E7EB
(249,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C74737; }

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

This text font color is #C74737.

Background Color

.myBgColor { background-color: #C74737; }

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

This div background color is #C74737.

Border color

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

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

This div border color is #C74737.

Opacity

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

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

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

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

This text has shadow with #C74737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C74737.

Preview

Color preview on black background

This text has color #C74737 on black background.


Color preview on white background

This text has color #C74737 on white background.


Black color preview on #C74737 background

This text has black color on #C74737 background.


White color preview on #C74737 background

This text has white color on #C74737 background.


Related colors

Complementary color

Complementary color for #hex is #38B8C8.


I love getcolorcode.com

Triadic colors

1 #37C747 and #4737C7 with #C74737 are triadic colors.

2 #3747C7 and #47C737 with #C74737 are triadic colors.