COLOR #C24314

HEX: #C24314
RGB: (194,67,20)

Color info

#C24314 contains mainly red color. Web safe color of #C24314 is #CC3300 (or #C30).

RGB color model

#C24314 color RGB value is (194,67,20).

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

RGB channels and saturation

R 194 of 255 = 76%
G 67 of 255 = 26%
B 20 of 255 = 8%

194
67
20

R + G + B ~ 37%. #C24314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
194 + 67 + 20 = 281 (100%)
R 194 of 281 ~ 69.04%
G 67 of 281 ~ 23.84%
B 20 of 281 ~ 7.12%

%69.04
%23.84

CMYK color model

#C24314 color CMYK value is (0,65,90,24).

  • cyan value is 0.00%
  • magenta value is 65.46%
  • yellow value is 89.69%
  • key color value is 23.92%
CMYK:
(0,65,90,24)
C0M65Y90K24 
(0%,65%,90%,24%)
(0.00/0.65/0.90/0.24)	

CMYK percentages

%0
%65.46
%89.69
%23.92

Codes

Color #C24314 in popluar color models

C24314
RGB1946720
HSL16°81.31%41.96%
HSB/HSV16°89.69%76.08%
CMYK0.00%65.46%89.69%
23.92%

Color #C24314 in popluar number systems.

HEXC24314
Decimal1946720
Binary11000010100001110100
Octal30210324

Shades and tints

Shades of #C24314

#C24314
(194,67,20)
#B13D13
(177,61,19)
#A03712
(160,55,18)
#8F3111
(143,49,17)
#7E2B10
(126,43,16)
#6D250F
(109,37,15)
#5C1F0E
(92,31,14)
#4B190D
(75,25,13)
#3A130C
(58,19,12)
#290D0B
(41,13,11)
#18070A
(24,7,10)
#000000
(0,0,0)

Tints of #C24314

#C24314
(194,67,20)
#C75429
(199,84,41)
#CC653E
(204,101,62)
#D17653
(209,118,83)
#D68768
(214,135,104)
#DB987D
(219,152,125)
#E0A992
(224,169,146)
#E5BAA7
(229,186,167)
#EACBBC
(234,203,188)
#EFDCD1
(239,220,209)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C24314; }

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

This text font color is #C24314.


Background Color

.myBgColor { background-color: #C24314; }

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

This div background color is #C24314.


Border color

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

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

This div border color is #C24314.


Opacity

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

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

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

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

This text has shadow with #C24314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24314 on black background.


Color preview on white background

This text has color #C24314 on white background.



Black color preview on #C24314 background

This text has black color on #C24314 background.


White color preview on #C24314 background

This text has white color on #C24314 background.