COLOR #C24B38

HEX: #C24B38 RGB: (194,75,56)

Color info

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

RGB color model

#C24B38 color RGB value is (194,75,56).

RGB: (194,75,56) (76%, 29%, 22%)

RGB channels and saturation

R 194 of 255 = 76%
G 75 of 255 = 29%
B 56 of 255 = 22%

194
75
56

R + G + B ~ 42%. #C24B38 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 194 + 75 + 56 = 325 (100%)
R 194 of 325 ~ 59.69%
G 75 of 325 ~ 23.08%
B 56 of 325 ~ 17.23'%

%59.69
%23.08
%17.23

CMYK color model

#C24B38 color CMYK value is (0,61,71,24).

  • cyan value is 0.00%
  • magenta value is 61.34%
  • yellow value is 71.13%
  • key color value is 23.92%

CMYK: (0,61,71,24)
C0M61Y71K24 (0%, 61%, 71%, 24%)
(0.00 / 0.61 / 0.71 / 0.24)

CMYK percentages

%0
%61.34
%71.13
%23.92

Codes

Color #C24B38 in popluar color models

C2 4B 38
RGB 194 75 56
HSL 55.20% 49.02%
HSB/HSV 71.13% 76.08%
CMYK 0.00% 61.34% 71.13%
23.92%

Color #C24B38 in popluar number systems.

HEX C2 4B 38
Decimal 194 75 56
Binary 11000010 1001011 111000
Octal 302 113 70

Shades and tints

Shades of #C24B38

#C24B38
(194,75,56)
#B14533
(177,69,51)
#A03F2E
(160,63,46)
#8F3929
(143,57,41)
#7E3324
(126,51,36)
#6D2D1F
(109,45,31)
#5C271A
(92,39,26)
#4B2115
(75,33,21)
#3A1B10
(58,27,16)
#29150B
(41,21,11)
#180F06
(24,15,6)
#000000
(0,0,0)

Tints of #C24B38

#C24B38
(194,75,56)
#C75B4A
(199,91,74)
#CC6B5C
(204,107,92)
#D17B6E
(209,123,110)
#D68B80
(214,139,128)
#DB9B92
(219,155,146)
#E0ABA4
(224,171,164)
#E5BBB6
(229,187,182)
#EACBC8
(234,203,200)
#EFDBDA
(239,219,218)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24B38 color. Also use rgb(194,75,56) instead hex code.

Text Font Color

.myTextColor { color: #C24B38; }

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

This text font color is #C24B38.

Background Color

.myBgColor { background-color: #C24B38; }

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

This div background color is #C24B38.

Border color

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

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

This div border color is #C24B38.

Opacity

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

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

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

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

This text has shadow with #C24B38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C24B38.

Preview

Color preview on black background

This text has color #C24B38 on black background.


Color preview on white background

This text has color #C24B38 on white background.


Black color preview on #C24B38 background

This text has black color on #C24B38 background.


White color preview on #C24B38 background

This text has white color on #C24B38 background.


Related colors

Complementary color

Complementary color for #hex is #3DB4C7.


I love getcolorcode.com

Triadic colors

1 #38C24B and #4B38C2 with #C24B38 are triadic colors.

2 #384BC2 and #4BC238 with #C24B38 are triadic colors.