COLOR #C24F08

HEX: #C24F08 RGB: (194,79,8)

Color info

#C24F08 contains mainly red color. Web safe color of #C24F08 is #CC6600 (or #C60).

RGB color model

#C24F08 color RGB value is (194,79,8).

RGB: (194,79,8) (76%, 31%, 3%)

RGB channels and saturation

R 194 of 255 = 76%
G 79 of 255 = 31%
B 8 of 255 = 3%

194
79
8

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

Portions of RGB colors in percentages

R + G + B = 194 + 79 + 8 = 281 (100%)
R 194 of 281 ~ 69.04%
G 79 of 281 ~ 28.11%
B 8 of 281 ~ 2.85'%

%69.04
%28.11

CMYK color model

#C24F08 color CMYK value is (0,59,96,24).

  • cyan value is 0.00%
  • magenta value is 59.28%
  • yellow value is 95.88%
  • key color value is 23.92%

CMYK: (0,59,96,24)
C0M59Y96K24 (0%, 59%, 96%, 24%)
(0.00 / 0.59 / 0.96 / 0.24)

CMYK percentages

%0
%59.28
%95.88
%23.92

Codes

Color #C24F08 in popluar color models

C2 4F 08
RGB 194 79 8
HSL 23° 92.08% 39.61%
HSB/HSV 23° 95.88% 76.08%
CMYK 0.00% 59.28% 95.88%
23.92%

Color #C24F08 in popluar number systems.

HEX C2 4F 08
Decimal 194 79 8
Binary 11000010 1001111 1000
Octal 302 117 10

Shades and tints

Shades of #C24F08

#C24F08
(194,79,8)
#B14808
(177,72,8)
#A04108
(160,65,8)
#8F3A08
(143,58,8)
#7E3308
(126,51,8)
#6D2C08
(109,44,8)
#5C2508
(92,37,8)
#4B1E08
(75,30,8)
#3A1708
(58,23,8)
#291008
(41,16,8)
#180908
(24,9,8)
#000000
(0,0,0)

Tints of #C24F08

#C24F08
(194,79,8)
#C75F1E
(199,95,30)
#CC6F34
(204,111,52)
#D17F4A
(209,127,74)
#D68F60
(214,143,96)
#DB9F76
(219,159,118)
#E0AF8C
(224,175,140)
#E5BFA2
(229,191,162)
#EACFB8
(234,207,184)
#EFDFCE
(239,223,206)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24F08 color. Also use rgb(194,79,8) instead hex code.

Text Font Color

.myTextColor { color: #C24F08; }

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

This text font color is #C24F08.

Background Color

.myBgColor { background-color: #C24F08; }

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

This div background color is #C24F08.

Border color

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

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

This div border color is #C24F08.

Opacity

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

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

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

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

This text has shadow with #C24F08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C24F08.

Preview

Color preview on black background

This text has color #C24F08 on black background.


Color preview on white background

This text has color #C24F08 on white background.


Black color preview on #C24F08 background

This text has black color on #C24F08 background.


White color preview on #C24F08 background

This text has white color on #C24F08 background.


Related colors

Complementary color

Complementary color for #hex is #3DB0F7.


I love getcolorcode.com

Triadic colors

1 #08C24F and #4F08C2 with #C24F08 are triadic colors.

2 #084FC2 and #4FC208 with #C24F08 are triadic colors.