COLOR #C93B45

HEX: #C93B45
RGB: (201,59,69)

Color info

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

RGB color model

#C93B45 color RGB value is (201,59,69).

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

RGB channels and saturation

R 201 of 255 = 79%
G 59 of 255 = 23%
B 69 of 255 = 27%

201
59
69

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

Portions of RGB colors in percentages

R + G + B =
201 + 59 + 69 = 329 (100%)
R 201 of 329 ~ 61.09%
G 59 of 329 ~ 17.93%
B 69 of 329 ~ 20.97%

%61.09
%17.93
%20.97

CMYK color model

#C93B45 color CMYK value is (0,71,66,21).

  • cyan value is 0.00%
  • magenta value is 70.65%
  • yellow value is 65.67%
  • key color value is 21.18%
CMYK:
(0,71,66,21)
C0M71Y66K21 
(0%,71%,66%,21%)
(0.00/0.71/0.66/0.21)	

CMYK percentages

%0
%70.65
%65.67
%21.18

Codes

Color #C93B45 in popluar color models

C93B45
RGB2015969
HSL356°56.80%50.98%
HSB/HSV356°70.65%78.82%
CMYK0.00%70.65%65.67%
21.18%

Color #C93B45 in popluar number systems.

HEXC93B45
Decimal2015969
Binary110010011110111000101
Octal31173105

Shades and tints

Shades of #C93B45

#C93B45
(201,59,69)
#B7363F
(183,54,63)
#A53139
(165,49,57)
#932C33
(147,44,51)
#81272D
(129,39,45)
#6F2227
(111,34,39)
#5D1D21
(93,29,33)
#4B181B
(75,24,27)
#391315
(57,19,21)
#270E0F
(39,14,15)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #C93B45

#C93B45
(201,59,69)
#CD4C55
(205,76,85)
#D15D65
(209,93,101)
#D56E75
(213,110,117)
#D97F85
(217,127,133)
#DD9095
(221,144,149)
#E1A1A5
(225,161,165)
#E5B2B5
(229,178,181)
#E9C3C5
(233,195,197)
#EDD4D5
(237,212,213)
#F1E5E5
(241,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C93B45; }

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

This text font color is #C93B45.


Background Color

.myBgColor { background-color: #C93B45; }

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

This div background color is #C93B45.


Border color

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

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

This div border color is #C93B45.


Opacity

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

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

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

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

This text has shadow with #C93B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93B45 on black background.


Color preview on white background

This text has color #C93B45 on white background.



Black color preview on #C93B45 background

This text has black color on #C93B45 background.


White color preview on #C93B45 background

This text has white color on #C93B45 background.