COLOR #C24320

HEX: #C24320
RGB: (194,67,32)

Color info

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

RGB color model

#C24320 color RGB value is (194,67,32).

  • red value is 194;
  • green value is 67;
  • blue value is 32.
RGB:
(194,67,32)
(76%,26%,13%)

RGB channels and saturation

R 194 of 255 = 76%
G 67 of 255 = 26%
B 32 of 255 = 13%

194
67
32

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

Portions of RGB colors in percentages

R + G + B =
194 + 67 + 32 = 293 (100%)
R 194 of 293 ~ 66.21%
G 67 of 293 ~ 22.87%
B 32 of 293 ~ 10.92%

%66.21
%22.87
%10.92

CMYK color model

#C24320 color CMYK value is (0,65,84,24).

  • cyan value is 0.00%
  • magenta value is 65.46%
  • yellow value is 83.51%
  • key color value is 23.92%
CMYK:
(0,65,84,24)
C0M65Y84K24 
(0%,65%,84%,24%)
(0.00/0.65/0.84/0.24)	

CMYK percentages

%0
%65.46
%83.51
%23.92

Codes

Color #C24320 in popluar color models

C24320
RGB1946732
HSL13°71.68%44.31%
HSB/HSV13°83.51%76.08%
CMYK0.00%65.46%83.51%
23.92%

Color #C24320 in popluar number systems.

HEXC24320
Decimal1946732
Binary110000101000011100000
Octal30210340

Shades and tints

Shades of #C24320

#C24320
(194,67,32)
#B13D1E
(177,61,30)
#A0371C
(160,55,28)
#8F311A
(143,49,26)
#7E2B18
(126,43,24)
#6D2516
(109,37,22)
#5C1F14
(92,31,20)
#4B1912
(75,25,18)
#3A1310
(58,19,16)
#290D0E
(41,13,14)
#18070C
(24,7,12)
#000000
(0,0,0)

Tints of #C24320

#C24320
(194,67,32)
#C75434
(199,84,52)
#CC6548
(204,101,72)
#D1765C
(209,118,92)
#D68770
(214,135,112)
#DB9884
(219,152,132)
#E0A998
(224,169,152)
#E5BAAC
(229,186,172)
#EACBC0
(234,203,192)
#EFDCD4
(239,220,212)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C24320; }

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

This text font color is #C24320.


Background Color

.myBgColor { background-color: #C24320; }

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

This div background color is #C24320.


Border color

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

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

This div border color is #C24320.


Opacity

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

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

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

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

This text has shadow with #C24320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24320 on black background.


Color preview on white background

This text has color #C24320 on white background.



Black color preview on #C24320 background

This text has black color on #C24320 background.


White color preview on #C24320 background

This text has white color on #C24320 background.