COLOR #C23A33

HEX: #C23A33 RGB: (194,58,51)

Color info

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

RGB color model

#C23A33 color RGB value is (194,58,51).

RGB: (194,58,51) (76%, 23%, 20%)

RGB channels and saturation

R 194 of 255 = 76%
G 58 of 255 = 23%
B 51 of 255 = 20%

194
58
51

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

Portions of RGB colors in percentages

R + G + B = 194 + 58 + 51 = 303 (100%)
R 194 of 303 ~ 64.03%
G 58 of 303 ~ 19.14%
B 51 of 303 ~ 16.83'%

%64.03
%19.14
%16.83

CMYK color model

#C23A33 color CMYK value is (0,70,74,24).

  • cyan value is 0.00%
  • magenta value is 70.10%
  • yellow value is 73.71%
  • key color value is 23.92%

CMYK: (0,70,74,24)
C0M70Y74K24 (0%, 70%, 74%, 24%)
(0.00 / 0.70 / 0.74 / 0.24)

CMYK percentages

%0
%70.1
%73.71
%23.92

Codes

Color #C23A33 in popluar color models

C2 3A 33
RGB 194 58 51
HSL 58.37% 48.04%
HSB/HSV 73.71% 76.08%
CMYK 0.00% 70.10% 73.71%
23.92%

Color #C23A33 in popluar number systems.

HEX C2 3A 33
Decimal 194 58 51
Binary 11000010 111010 110011
Octal 302 72 63

Shades and tints

Shades of #C23A33

#C23A33
(194,58,51)
#B1352F
(177,53,47)
#A0302B
(160,48,43)
#8F2B27
(143,43,39)
#7E2623
(126,38,35)
#6D211F
(109,33,31)
#5C1C1B
(92,28,27)
#4B1717
(75,23,23)
#3A1213
(58,18,19)
#290D0F
(41,13,15)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #C23A33

#C23A33
(194,58,51)
#C74B45
(199,75,69)
#CC5C57
(204,92,87)
#D16D69
(209,109,105)
#D67E7B
(214,126,123)
#DB8F8D
(219,143,141)
#E0A09F
(224,160,159)
#E5B1B1
(229,177,177)
#EAC2C3
(234,194,195)
#EFD3D5
(239,211,213)
#F4E4E7
(244,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C23A33; }

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

This text font color is #C23A33.

Background Color

.myBgColor { background-color: #C23A33; }

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

This div background color is #C23A33.

Border color

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

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

This div border color is #C23A33.

Opacity

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

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

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

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

This text has shadow with #C23A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C23A33.

Preview

Color preview on black background

This text has color #C23A33 on black background.


Color preview on white background

This text has color #C23A33 on white background.


Black color preview on #C23A33 background

This text has black color on #C23A33 background.


White color preview on #C23A33 background

This text has white color on #C23A33 background.


Related colors

Complementary color

Complementary color for #hex is #3DC5CC.


I love getcolorcode.com

Triadic colors

1 #33C23A and #3A33C2 with #C23A33 are triadic colors.

2 #333AC2 and #3AC233 with #C23A33 are triadic colors.