COLOR #C24700

HEX: #C24700
RGB: (194,71,0)

Color info

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

RGB color model

#C24700 color RGB value is (194,71,0).

  • red value is 194;
  • green value is 71;
  • blue value is 0.
RGB:
(194,71,0)
(76%,28%,0%)

RGB channels and saturation

R 194 of 255 = 76%
G 71 of 255 = 28%
B 0 of 255 = 0%

194
71
0

R + G + B ~ 35%. #C24700 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
194 + 71 + 0 = 265 (100%)
R 194 of 265 ~ 73.21%
G 71 of 265 ~ 26.79%
B 0 of 265 ~ 0%

%73.21
%26.79

CMYK color model

#C24700 color CMYK value is (0,63,100,24).

  • cyan value is 0.00%
  • magenta value is 63.40%
  • yellow value is 100.00%
  • key color value is 23.92%
CMYK:
(0,63,100,24)
C0M63Y100K24 
(0%,63%,100%,24%)
(0.00/0.63/1.00/0.24)	

CMYK percentages

%0
%63.4
%100
%23.92

Codes

Color #C24700 in popluar color models

C24700
RGB194710
HSL22°100.00%38.04%
HSB/HSV22°100.00%76.08%
CMYK0.00%63.40%100.00%
23.92%

Color #C24700 in popluar number systems.

HEXC24700
Decimal194710
Binary1100001010001110
Octal3021070

Shades and tints

Shades of #C24700

#C24700
(194,71,0)
#B14100
(177,65,0)
#A03B00
(160,59,0)
#8F3500
(143,53,0)
#7E2F00
(126,47,0)
#6D2900
(109,41,0)
#5C2300
(92,35,0)
#4B1D00
(75,29,0)
#3A1700
(58,23,0)
#291100
(41,17,0)
#180B00
(24,11,0)
#000000
(0,0,0)

Tints of #C24700

#C24700
(194,71,0)
#C75717
(199,87,23)
#CC672E
(204,103,46)
#D17745
(209,119,69)
#D6875C
(214,135,92)
#DB9773
(219,151,115)
#E0A78A
(224,167,138)
#E5B7A1
(229,183,161)
#EAC7B8
(234,199,184)
#EFD7CF
(239,215,207)
#F4E7E6
(244,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C24700; }

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

This text font color is #C24700.


Background Color

.myBgColor { background-color: #C24700; }

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

This div background color is #C24700.


Border color

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

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

This div border color is #C24700.


Opacity

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

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

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

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

This text has shadow with #C24700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24700 on black background.


Color preview on white background

This text has color #C24700 on white background.



Black color preview on #C24700 background

This text has black color on #C24700 background.


White color preview on #C24700 background

This text has white color on #C24700 background.