COLOR #CB371D

HEX: #CB371D
RGB: (203,55,29)

Color info

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

RGB color model

#CB371D color RGB value is (203,55,29).

  • red value is 203;
  • green value is 55;
  • blue value is 29.
RGB:
(203,55,29)
(80%,22%,11%)

RGB channels and saturation

R 203 of 255 = 80%
G 55 of 255 = 22%
B 29 of 255 = 11%

203
55
29

R + G + B ~ 38%. #CB371D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 55 + 29 = 287 (100%)
R 203 of 287 ~ 70.73%
G 55 of 287 ~ 19.16%
B 29 of 287 ~ 10.1%

%70.73
%19.16
%10.1

CMYK color model

#CB371D color CMYK value is (0,73,86,20).

  • cyan value is 0.00%
  • magenta value is 72.91%
  • yellow value is 85.71%
  • key color value is 20.39%
CMYK:
(0,73,86,20)
C0M73Y86K20 
(0%,73%,86%,20%)
(0.00/0.73/0.86/0.20)	

CMYK percentages

%0
%72.91
%85.71
%20.39

Codes

Color #CB371D in popluar color models

CB371D
RGB2035529
HSL75.00%45.49%
HSB/HSV85.71%79.61%
CMYK0.00%72.91%85.71%
20.39%

Color #CB371D in popluar number systems.

HEXCB371D
Decimal2035529
Binary1100101111011111101
Octal3136735

Shades and tints

Shades of #CB371D

#CB371D
(203,55,29)
#B9321B
(185,50,27)
#A72D19
(167,45,25)
#952817
(149,40,23)
#832315
(131,35,21)
#711E13
(113,30,19)
#5F1911
(95,25,17)
#4D140F
(77,20,15)
#3B0F0D
(59,15,13)
#290A0B
(41,10,11)
#170509
(23,5,9)
#000000
(0,0,0)

Tints of #CB371D

#CB371D
(203,55,29)
#CF4931
(207,73,49)
#D35B45
(211,91,69)
#D76D59
(215,109,89)
#DB7F6D
(219,127,109)
#DF9181
(223,145,129)
#E3A395
(227,163,149)
#E7B5A9
(231,181,169)
#EBC7BD
(235,199,189)
#EFD9D1
(239,217,209)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB371D color. Also use rgb(203,55,29) instead hex code.

Text Font Color

.myTextColor { color: #CB371D; }

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

This text font color is #CB371D.


Background Color

.myBgColor { background-color: #CB371D; }

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

This div background color is #CB371D.


Border color

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

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

This div border color is #CB371D.


Opacity

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

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

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

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

This text has shadow with #CB371D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB371D on black background.


Color preview on white background

This text has color #CB371D on white background.



Black color preview on #CB371D background

This text has black color on #CB371D background.


White color preview on #CB371D background

This text has white color on #CB371D background.