COLOR #C9383B

HEX: #C9383B
RGB: (201,56,59)

Color info

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

RGB color model

#C9383B color RGB value is (201,56,59).

  • red value is 201;
  • green value is 56;
  • blue value is 59.
RGB:
(201,56,59)
(79%,22%,23%)

RGB channels and saturation

R 201 of 255 = 79%
G 56 of 255 = 22%
B 59 of 255 = 23%

201
56
59

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

Portions of RGB colors in percentages

R + G + B =
201 + 56 + 59 = 316 (100%)
R 201 of 316 ~ 63.61%
G 56 of 316 ~ 17.72%
B 59 of 316 ~ 18.67%

%63.61
%17.72
%18.67

CMYK color model

#C9383B color CMYK value is (0,72,71,21).

  • cyan value is 0.00%
  • magenta value is 72.14%
  • yellow value is 70.65%
  • key color value is 21.18%
CMYK:
(0,72,71,21)
C0M72Y71K21 
(0%,72%,71%,21%)
(0.00/0.72/0.71/0.21)	

CMYK percentages

%0
%72.14
%70.65
%21.18

Codes

Color #C9383B in popluar color models

C9383B
RGB2015659
HSL359°57.31%50.39%
HSB/HSV359°72.14%78.82%
CMYK0.00%72.14%70.65%
21.18%

Color #C9383B in popluar number systems.

HEXC9383B
Decimal2015659
Binary11001001111000111011
Octal3117073

Shades and tints

Shades of #C9383B

#C9383B
(201,56,59)
#B73336
(183,51,54)
#A52E31
(165,46,49)
#93292C
(147,41,44)
#812427
(129,36,39)
#6F1F22
(111,31,34)
#5D1A1D
(93,26,29)
#4B1518
(75,21,24)
#391013
(57,16,19)
#270B0E
(39,11,14)
#150609
(21,6,9)
#000000
(0,0,0)

Tints of #C9383B

#C9383B
(201,56,59)
#CD4A4C
(205,74,76)
#D15C5D
(209,92,93)
#D56E6E
(213,110,110)
#D9807F
(217,128,127)
#DD9290
(221,146,144)
#E1A4A1
(225,164,161)
#E5B6B2
(229,182,178)
#E9C8C3
(233,200,195)
#EDDAD4
(237,218,212)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9383B color. Also use rgb(201,56,59) instead hex code.

Text Font Color

.myTextColor { color: #C9383B; }

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

This text font color is #C9383B.


Background Color

.myBgColor { background-color: #C9383B; }

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

This div background color is #C9383B.


Border color

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

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

This div border color is #C9383B.


Opacity

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

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

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

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

This text has shadow with #C9383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9383B on black background.


Color preview on white background

This text has color #C9383B on white background.



Black color preview on #C9383B background

This text has black color on #C9383B background.


White color preview on #C9383B background

This text has white color on #C9383B background.