COLOR #C23E34

HEX: #C23E34
RGB: (194,62,52)

Color info

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

RGB color model

#C23E34 color RGB value is (194,62,52).

  • red value is 194;
  • green value is 62;
  • blue value is 52.
RGB:
(194,62,52)
(76%,24%,20%)

RGB channels and saturation

R 194 of 255 = 76%
G 62 of 255 = 24%
B 52 of 255 = 20%

194
62
52

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

Portions of RGB colors in percentages

R + G + B =
194 + 62 + 52 = 308 (100%)
R 194 of 308 ~ 62.99%
G 62 of 308 ~ 20.13%
B 52 of 308 ~ 16.88%

%62.99
%20.13
%16.88

CMYK color model

#C23E34 color CMYK value is (0,68,73,24).

  • cyan value is 0.00%
  • magenta value is 68.04%
  • yellow value is 73.20%
  • key color value is 23.92%
CMYK:
(0,68,73,24)
C0M68Y73K24 
(0%,68%,73%,24%)
(0.00/0.68/0.73/0.24)	

CMYK percentages

%0
%68.04
%73.2
%23.92

Codes

Color #C23E34 in popluar color models

C23E34
RGB1946252
HSL57.72%48.24%
HSB/HSV73.20%76.08%
CMYK0.00%68.04%73.20%
23.92%

Color #C23E34 in popluar number systems.

HEXC23E34
Decimal1946252
Binary11000010111110110100
Octal3027664

Shades and tints

Shades of #C23E34

#C23E34
(194,62,52)
#B13930
(177,57,48)
#A0342C
(160,52,44)
#8F2F28
(143,47,40)
#7E2A24
(126,42,36)
#6D2520
(109,37,32)
#5C201C
(92,32,28)
#4B1B18
(75,27,24)
#3A1614
(58,22,20)
#291110
(41,17,16)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #C23E34

#C23E34
(194,62,52)
#C74F46
(199,79,70)
#CC6058
(204,96,88)
#D1716A
(209,113,106)
#D6827C
(214,130,124)
#DB938E
(219,147,142)
#E0A4A0
(224,164,160)
#E5B5B2
(229,181,178)
#EAC6C4
(234,198,196)
#EFD7D6
(239,215,214)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C23E34; }

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

This text font color is #C23E34.


Background Color

.myBgColor { background-color: #C23E34; }

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

This div background color is #C23E34.


Border color

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

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

This div border color is #C23E34.


Opacity

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

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

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

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

This text has shadow with #C23E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C23E34 on black background.


Color preview on white background

This text has color #C23E34 on white background.



Black color preview on #C23E34 background

This text has black color on #C23E34 background.


White color preview on #C23E34 background

This text has white color on #C23E34 background.