COLOR #CB3136

HEX: #CB3136
RGB: (203,49,54)

Color info

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

RGB color model

#CB3136 color RGB value is (203,49,54).

  • red value is 203;
  • green value is 49;
  • blue value is 54.
RGB:
(203,49,54)
(80%,19%,21%)

RGB channels and saturation

R 203 of 255 = 80%
G 49 of 255 = 19%
B 54 of 255 = 21%

203
49
54

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

Portions of RGB colors in percentages

R + G + B =
203 + 49 + 54 = 306 (100%)
R 203 of 306 ~ 66.34%
G 49 of 306 ~ 16.01%
B 54 of 306 ~ 17.65%

%66.34
%16.01
%17.65

CMYK color model

#CB3136 color CMYK value is (0,76,73,20).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 73.40%
  • key color value is 20.39%
CMYK:
(0,76,73,20)
C0M76Y73K20 
(0%,76%,73%,20%)
(0.00/0.76/0.73/0.20)	

CMYK percentages

%0
%75.86
%73.4
%20.39

Codes

Color #CB3136 in popluar color models

CB3136
RGB2034954
HSL358°61.11%49.41%
HSB/HSV358°75.86%79.61%
CMYK0.00%75.86%73.40%
20.39%

Color #CB3136 in popluar number systems.

HEXCB3136
Decimal2034954
Binary11001011110001110110
Octal3136166

Shades and tints

Shades of #CB3136

#CB3136
(203,49,54)
#B92D32
(185,45,50)
#A7292E
(167,41,46)
#95252A
(149,37,42)
#832126
(131,33,38)
#711D22
(113,29,34)
#5F191E
(95,25,30)
#4D151A
(77,21,26)
#3B1116
(59,17,22)
#290D12
(41,13,18)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #CB3136

#CB3136
(203,49,54)
#CF4348
(207,67,72)
#D3555A
(211,85,90)
#D7676C
(215,103,108)
#DB797E
(219,121,126)
#DF8B90
(223,139,144)
#E39DA2
(227,157,162)
#E7AFB4
(231,175,180)
#EBC1C6
(235,193,198)
#EFD3D8
(239,211,216)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB3136 color. Also use rgb(203,49,54) instead hex code.

Text Font Color

.myTextColor { color: #CB3136; }

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

This text font color is #CB3136.


Background Color

.myBgColor { background-color: #CB3136; }

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

This div background color is #CB3136.


Border color

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

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

This div border color is #CB3136.


Opacity

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

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

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

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

This text has shadow with #CB3136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB3136 on black background.


Color preview on white background

This text has color #CB3136 on white background.



Black color preview on #CB3136 background

This text has black color on #CB3136 background.


White color preview on #CB3136 background

This text has white color on #CB3136 background.