COLOR #C23737

HEX: #C23737
RGB: (194,55,55)

Color info

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

RGB color model

#C23737 color RGB value is (194,55,55).

  • red value is 194;
  • green value is 55;
  • blue value is 55.
RGB:
(194,55,55)
(76%,22%,22%)

RGB channels and saturation

R 194 of 255 = 76%
G 55 of 255 = 22%
B 55 of 255 = 22%

194
55
55

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

Portions of RGB colors in percentages

R + G + B =
194 + 55 + 55 = 304 (100%)
R 194 of 304 ~ 63.82%
G 55 of 304 ~ 18.09%
B 55 of 304 ~ 18.09%

%63.82
%18.09
%18.09

CMYK color model

#C23737 color CMYK value is (0,72,72,24).

  • cyan value is 0.00%
  • magenta value is 71.65%
  • yellow value is 71.65%
  • key color value is 23.92%
CMYK:
(0,72,72,24)
C0M72Y72K24 
(0%,72%,72%,24%)
(0.00/0.72/0.72/0.24)	

CMYK percentages

%0
%71.65
%71.65
%23.92

Codes

Color #C23737 in popluar color models

C23737
RGB1945555
HSL55.82%48.82%
HSB/HSV71.65%76.08%
CMYK0.00%71.65%71.65%
23.92%

Color #C23737 in popluar number systems.

HEXC23737
Decimal1945555
Binary11000010110111110111
Octal3026767

Shades and tints

Shades of #C23737

#C23737
(194,55,55)
#B13232
(177,50,50)
#A02D2D
(160,45,45)
#8F2828
(143,40,40)
#7E2323
(126,35,35)
#6D1E1E
(109,30,30)
#5C1919
(92,25,25)
#4B1414
(75,20,20)
#3A0F0F
(58,15,15)
#290A0A
(41,10,10)
#180505
(24,5,5)
#000000
(0,0,0)

Tints of #C23737

#C23737
(194,55,55)
#C74949
(199,73,73)
#CC5B5B
(204,91,91)
#D16D6D
(209,109,109)
#D67F7F
(214,127,127)
#DB9191
(219,145,145)
#E0A3A3
(224,163,163)
#E5B5B5
(229,181,181)
#EAC7C7
(234,199,199)
#EFD9D9
(239,217,217)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C23737; }

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

This text font color is #C23737.


Background Color

.myBgColor { background-color: #C23737; }

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

This div background color is #C23737.


Border color

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

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

This div border color is #C23737.


Opacity

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

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

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

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

This text has shadow with #C23737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C23737 on black background.


Color preview on white background

This text has color #C23737 on white background.



Black color preview on #C23737 background

This text has black color on #C23737 background.


White color preview on #C23737 background

This text has white color on #C23737 background.