COLOR #C11524

HEX: #C11524
RGB: (193,21,36)

Color info

#C11524 contains mainly red color. Web safe color of #C11524 is #CC0033 (or #C03).

RGB color model

#C11524 color RGB value is (193,21,36).

  • red value is 193;
  • green value is 21;
  • blue value is 36.
RGB:
(193,21,36)
(76%,8%,14%)

RGB channels and saturation

R 193 of 255 = 76%
G 21 of 255 = 8%
B 36 of 255 = 14%

193
21
36

R + G + B ~ 33%. #C11524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 21 + 36 = 250 (100%)
R 193 of 250 ~ 77.2%
G 21 of 250 ~ 8.4%
B 36 of 250 ~ 14.4%

%77.2
%14.4

CMYK color model

#C11524 color CMYK value is (0,89,81,24).

  • cyan value is 0.00%
  • magenta value is 89.12%
  • yellow value is 81.35%
  • key color value is 24.31%
CMYK:
(0,89,81,24)
C0M89Y81K24 
(0%,89%,81%,24%)
(0.00/0.89/0.81/0.24)	

CMYK percentages

%0
%89.12
%81.35
%24.31

Codes

Color #C11524 in popluar color models

C11524
RGB1932136
HSL355°80.37%41.96%
HSB/HSV355°89.12%75.69%
CMYK0.00%89.12%81.35%
24.31%

Color #C11524 in popluar number systems.

HEXC11524
Decimal1932136
Binary1100000110101100100
Octal3012544

Shades and tints

Shades of #C11524

#C11524
(193,21,36)
#B01421
(176,20,33)
#9F131E
(159,19,30)
#8E121B
(142,18,27)
#7D1118
(125,17,24)
#6C1015
(108,16,21)
#5B0F12
(91,15,18)
#4A0E0F
(74,14,15)
#390D0C
(57,13,12)
#280C09
(40,12,9)
#170B06
(23,11,6)
#000000
(0,0,0)

Tints of #C11524

#C11524
(193,21,36)
#C62A37
(198,42,55)
#CB3F4A
(203,63,74)
#D0545D
(208,84,93)
#D56970
(213,105,112)
#DA7E83
(218,126,131)
#DF9396
(223,147,150)
#E4A8A9
(228,168,169)
#E9BDBC
(233,189,188)
#EED2CF
(238,210,207)
#F3E7E2
(243,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C11524 color. Also use rgb(193,21,36) instead hex code.

Text Font Color

.myTextColor { color: #C11524; }

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

This text font color is #C11524.


Background Color

.myBgColor { background-color: #C11524; }

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

This div background color is #C11524.


Border color

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

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

This div border color is #C11524.


Opacity

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

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

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

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

This text has shadow with #C11524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C11524 on black background.


Color preview on white background

This text has color #C11524 on white background.



Black color preview on #C11524 background

This text has black color on #C11524 background.


White color preview on #C11524 background

This text has white color on #C11524 background.