COLOR #C93B17

HEX: #C93B17
RGB: (201,59,23)

Color info

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

RGB color model

#C93B17 color RGB value is (201,59,23).

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

RGB channels and saturation

R 201 of 255 = 79%
G 59 of 255 = 23%
B 23 of 255 = 9%

201
59
23

R + G + B ~ 37%. #C93B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
201 + 59 + 23 = 283 (100%)
R 201 of 283 ~ 71.02%
G 59 of 283 ~ 20.85%
B 23 of 283 ~ 8.13%

%71.02
%20.85

CMYK color model

#C93B17 color CMYK value is (0,71,89,21).

  • cyan value is 0.00%
  • magenta value is 70.65%
  • yellow value is 88.56%
  • key color value is 21.18%
CMYK:
(0,71,89,21)
C0M71Y89K21 
(0%,71%,89%,21%)
(0.00/0.71/0.89/0.21)	

CMYK percentages

%0
%70.65
%88.56
%21.18

Codes

Color #C93B17 in popluar color models

C93B17
RGB2015923
HSL12°79.46%43.92%
HSB/HSV12°88.56%78.82%
CMYK0.00%70.65%88.56%
21.18%

Color #C93B17 in popluar number systems.

HEXC93B17
Decimal2015923
Binary1100100111101110111
Octal3117327

Shades and tints

Shades of #C93B17

#C93B17
(201,59,23)
#B73615
(183,54,21)
#A53113
(165,49,19)
#932C11
(147,44,17)
#81270F
(129,39,15)
#6F220D
(111,34,13)
#5D1D0B
(93,29,11)
#4B1809
(75,24,9)
#391307
(57,19,7)
#270E05
(39,14,5)
#150903
(21,9,3)
#000000
(0,0,0)

Tints of #C93B17

#C93B17
(201,59,23)
#CD4C2C
(205,76,44)
#D15D41
(209,93,65)
#D56E56
(213,110,86)
#D97F6B
(217,127,107)
#DD9080
(221,144,128)
#E1A195
(225,161,149)
#E5B2AA
(229,178,170)
#E9C3BF
(233,195,191)
#EDD4D4
(237,212,212)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C93B17; }

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

This text font color is #C93B17.


Background Color

.myBgColor { background-color: #C93B17; }

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

This div background color is #C93B17.


Border color

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

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

This div border color is #C93B17.


Opacity

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

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

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

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

This text has shadow with #C93B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93B17 on black background.


Color preview on white background

This text has color #C93B17 on white background.



Black color preview on #C93B17 background

This text has black color on #C93B17 background.


White color preview on #C93B17 background

This text has white color on #C93B17 background.