COLOR #C13815

HEX: #C13815
RGB: (193,56,21)

Color info

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

RGB color model

#C13815 color RGB value is (193,56,21).

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

RGB channels and saturation

R 193 of 255 = 76%
G 56 of 255 = 22%
B 21 of 255 = 8%

193
56
21

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

Portions of RGB colors in percentages

R + G + B =
193 + 56 + 21 = 270 (100%)
R 193 of 270 ~ 71.48%
G 56 of 270 ~ 20.74%
B 21 of 270 ~ 7.78%

%71.48
%20.74

CMYK color model

#C13815 color CMYK value is (0,71,89,24).

  • cyan value is 0.00%
  • magenta value is 70.98%
  • yellow value is 89.12%
  • key color value is 24.31%
CMYK:
(0,71,89,24)
C0M71Y89K24 
(0%,71%,89%,24%)
(0.00/0.71/0.89/0.24)	

CMYK percentages

%0
%70.98
%89.12
%24.31

Codes

Color #C13815 in popluar color models

C13815
RGB1935621
HSL12°80.37%41.96%
HSB/HSV12°89.12%75.69%
CMYK0.00%70.98%89.12%
24.31%

Color #C13815 in popluar number systems.

HEXC13815
Decimal1935621
Binary1100000111100010101
Octal3017025

Shades and tints

Shades of #C13815

#C13815
(193,56,21)
#B03314
(176,51,20)
#9F2E13
(159,46,19)
#8E2912
(142,41,18)
#7D2411
(125,36,17)
#6C1F10
(108,31,16)
#5B1A0F
(91,26,15)
#4A150E
(74,21,14)
#39100D
(57,16,13)
#280B0C
(40,11,12)
#17060B
(23,6,11)
#000000
(0,0,0)

Tints of #C13815

#C13815
(193,56,21)
#C64A2A
(198,74,42)
#CB5C3F
(203,92,63)
#D06E54
(208,110,84)
#D58069
(213,128,105)
#DA927E
(218,146,126)
#DFA493
(223,164,147)
#E4B6A8
(228,182,168)
#E9C8BD
(233,200,189)
#EEDAD2
(238,218,210)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C13815; }

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

This text font color is #C13815.


Background Color

.myBgColor { background-color: #C13815; }

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

This div background color is #C13815.


Border color

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

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

This div border color is #C13815.


Opacity

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

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

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

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

This text has shadow with #C13815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13815 on black background.


Color preview on white background

This text has color #C13815 on white background.



Black color preview on #C13815 background

This text has black color on #C13815 background.


White color preview on #C13815 background

This text has white color on #C13815 background.