COLOR #C24D0C

HEX: #C24D0C
RGB: (194,77,12)

Color info

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

RGB color model

#C24D0C color RGB value is (194,77,12).

  • red value is 194;
  • green value is 77;
  • blue value is 12.
RGB:
(194,77,12)
(76%,30%,5%)

RGB channels and saturation

R 194 of 255 = 76%
G 77 of 255 = 30%
B 12 of 255 = 5%

194
77
12

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

Portions of RGB colors in percentages

R + G + B =
194 + 77 + 12 = 283 (100%)
R 194 of 283 ~ 68.55%
G 77 of 283 ~ 27.21%
B 12 of 283 ~ 4.24%

%68.55
%27.21

CMYK color model

#C24D0C color CMYK value is (0,60,94,24).

  • cyan value is 0.00%
  • magenta value is 60.31%
  • yellow value is 93.81%
  • key color value is 23.92%
CMYK:
(0,60,94,24)
C0M60Y94K24 
(0%,60%,94%,24%)
(0.00/0.60/0.94/0.24)	

CMYK percentages

%0
%60.31
%93.81
%23.92

Codes

Color #C24D0C in popluar color models

C24D0C
RGB1947712
HSL21°88.35%40.39%
HSB/HSV21°93.81%76.08%
CMYK0.00%60.31%93.81%
23.92%

Color #C24D0C in popluar number systems.

HEXC24D0C
Decimal1947712
Binary1100001010011011100
Octal30211514

Shades and tints

Shades of #C24D0C

#C24D0C
(194,77,12)
#B1460B
(177,70,11)
#A03F0A
(160,63,10)
#8F3809
(143,56,9)
#7E3108
(126,49,8)
#6D2A07
(109,42,7)
#5C2306
(92,35,6)
#4B1C05
(75,28,5)
#3A1504
(58,21,4)
#290E03
(41,14,3)
#180702
(24,7,2)
#000000
(0,0,0)

Tints of #C24D0C

#C24D0C
(194,77,12)
#C75D22
(199,93,34)
#CC6D38
(204,109,56)
#D17D4E
(209,125,78)
#D68D64
(214,141,100)
#DB9D7A
(219,157,122)
#E0AD90
(224,173,144)
#E5BDA6
(229,189,166)
#EACDBC
(234,205,188)
#EFDDD2
(239,221,210)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24D0C color. Also use rgb(194,77,12) instead hex code.

Text Font Color

.myTextColor { color: #C24D0C; }

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

This text font color is #C24D0C.


Background Color

.myBgColor { background-color: #C24D0C; }

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

This div background color is #C24D0C.


Border color

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

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

This div border color is #C24D0C.


Opacity

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

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

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

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

This text has shadow with #C24D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24D0C on black background.


Color preview on white background

This text has color #C24D0C on white background.



Black color preview on #C24D0C background

This text has black color on #C24D0C background.


White color preview on #C24D0C background

This text has white color on #C24D0C background.