COLOR #C13B09

HEX: #C13B09
RGB: (193,59,9)

Color info

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

RGB color model

#C13B09 color RGB value is (193,59,9).

  • red value is 193;
  • green value is 59;
  • blue value is 9.
RGB:
(193,59,9)
(76%,23%,4%)

RGB channels and saturation

R 193 of 255 = 76%
G 59 of 255 = 23%
B 9 of 255 = 4%

193
59
9

R + G + B ~ 34%. #C13B09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 59 + 9 = 261 (100%)
R 193 of 261 ~ 73.95%
G 59 of 261 ~ 22.61%
B 9 of 261 ~ 3.45%

%73.95
%22.61

CMYK color model

#C13B09 color CMYK value is (0,69,95,24).

  • cyan value is 0.00%
  • magenta value is 69.43%
  • yellow value is 95.34%
  • key color value is 24.31%
CMYK:
(0,69,95,24)
C0M69Y95K24 
(0%,69%,95%,24%)
(0.00/0.69/0.95/0.24)	

CMYK percentages

%0
%69.43
%95.34
%24.31

Codes

Color #C13B09 in popluar color models

C13B09
RGB193599
HSL16°91.09%39.61%
HSB/HSV16°95.34%75.69%
CMYK0.00%69.43%95.34%
24.31%

Color #C13B09 in popluar number systems.

HEXC13B09
Decimal193599
Binary110000011110111001
Octal3017311

Shades and tints

Shades of #C13B09

#C13B09
(193,59,9)
#B03609
(176,54,9)
#9F3109
(159,49,9)
#8E2C09
(142,44,9)
#7D2709
(125,39,9)
#6C2209
(108,34,9)
#5B1D09
(91,29,9)
#4A1809
(74,24,9)
#391309
(57,19,9)
#280E09
(40,14,9)
#170909
(23,9,9)
#000000
(0,0,0)

Tints of #C13B09

#C13B09
(193,59,9)
#C64C1F
(198,76,31)
#CB5D35
(203,93,53)
#D06E4B
(208,110,75)
#D57F61
(213,127,97)
#DA9077
(218,144,119)
#DFA18D
(223,161,141)
#E4B2A3
(228,178,163)
#E9C3B9
(233,195,185)
#EED4CF
(238,212,207)
#F3E5E5
(243,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13B09 color. Also use rgb(193,59,9) instead hex code.

Text Font Color

.myTextColor { color: #C13B09; }

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

This text font color is #C13B09.


Background Color

.myBgColor { background-color: #C13B09; }

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

This div background color is #C13B09.


Border color

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

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

This div border color is #C13B09.


Opacity

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

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

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

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

This text has shadow with #C13B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13B09 on black background.


Color preview on white background

This text has color #C13B09 on white background.



Black color preview on #C13B09 background

This text has black color on #C13B09 background.


White color preview on #C13B09 background

This text has white color on #C13B09 background.