COLOR #CB2E15

HEX: #CB2E15
RGB: (203,46,21)

Color info

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

RGB color model

#CB2E15 color RGB value is (203,46,21).

  • red value is 203;
  • green value is 46;
  • blue value is 21.
RGB:
(203,46,21)
(80%,18%,8%)

RGB channels and saturation

R 203 of 255 = 80%
G 46 of 255 = 18%
B 21 of 255 = 8%

203
46
21

R + G + B ~ 35%. #CB2E15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 46 + 21 = 270 (100%)
R 203 of 270 ~ 75.19%
G 46 of 270 ~ 17.04%
B 21 of 270 ~ 7.78%

%75.19
%17.04

CMYK color model

#CB2E15 color CMYK value is (0,77,90,20).

  • cyan value is 0.00%
  • magenta value is 77.34%
  • yellow value is 89.66%
  • key color value is 20.39%
CMYK:
(0,77,90,20)
C0M77Y90K20 
(0%,77%,90%,20%)
(0.00/0.77/0.90/0.20)	

CMYK percentages

%0
%77.34
%89.66
%20.39

Codes

Color #CB2E15 in popluar color models

CB2E15
RGB2034621
HSL81.25%43.92%
HSB/HSV89.66%79.61%
CMYK0.00%77.34%89.66%
20.39%

Color #CB2E15 in popluar number systems.

HEXCB2E15
Decimal2034621
Binary1100101110111010101
Octal3135625

Shades and tints

Shades of #CB2E15

#CB2E15
(203,46,21)
#B92A14
(185,42,20)
#A72613
(167,38,19)
#952212
(149,34,18)
#831E11
(131,30,17)
#711A10
(113,26,16)
#5F160F
(95,22,15)
#4D120E
(77,18,14)
#3B0E0D
(59,14,13)
#290A0C
(41,10,12)
#17060B
(23,6,11)
#000000
(0,0,0)

Tints of #CB2E15

#CB2E15
(203,46,21)
#CF412A
(207,65,42)
#D3543F
(211,84,63)
#D76754
(215,103,84)
#DB7A69
(219,122,105)
#DF8D7E
(223,141,126)
#E3A093
(227,160,147)
#E7B3A8
(231,179,168)
#EBC6BD
(235,198,189)
#EFD9D2
(239,217,210)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB2E15 color. Also use rgb(203,46,21) instead hex code.

Text Font Color

.myTextColor { color: #CB2E15; }

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

This text font color is #CB2E15.


Background Color

.myBgColor { background-color: #CB2E15; }

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

This div background color is #CB2E15.


Border color

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

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

This div border color is #CB2E15.


Opacity

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

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

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

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

This text has shadow with #CB2E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB2E15 on black background.


Color preview on white background

This text has color #CB2E15 on white background.



Black color preview on #CB2E15 background

This text has black color on #CB2E15 background.


White color preview on #CB2E15 background

This text has white color on #CB2E15 background.