COLOR #CB2619

HEX: #CB2619
RGB: (203,38,25)

Color info

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

RGB color model

#CB2619 color RGB value is (203,38,25).

  • red value is 203;
  • green value is 38;
  • blue value is 25.
RGB:
(203,38,25)
(80%,15%,10%)

RGB channels and saturation

R 203 of 255 = 80%
G 38 of 255 = 15%
B 25 of 255 = 10%

203
38
25

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

Portions of RGB colors in percentages

R + G + B =
203 + 38 + 25 = 266 (100%)
R 203 of 266 ~ 76.32%
G 38 of 266 ~ 14.29%
B 25 of 266 ~ 9.4%

%76.32
%14.29

CMYK color model

#CB2619 color CMYK value is (0,81,88,20).

  • cyan value is 0.00%
  • magenta value is 81.28%
  • yellow value is 87.68%
  • key color value is 20.39%
CMYK:
(0,81,88,20)
C0M81Y88K20 
(0%,81%,88%,20%)
(0.00/0.81/0.88/0.20)	

CMYK percentages

%0
%81.28
%87.68
%20.39

Codes

Color #CB2619 in popluar color models

CB2619
RGB2033825
HSL78.07%44.71%
HSB/HSV87.68%79.61%
CMYK0.00%81.28%87.68%
20.39%

Color #CB2619 in popluar number systems.

HEXCB2619
Decimal2033825
Binary1100101110011011001
Octal3134631

Shades and tints

Shades of #CB2619

#CB2619
(203,38,25)
#B92317
(185,35,23)
#A72015
(167,32,21)
#951D13
(149,29,19)
#831A11
(131,26,17)
#71170F
(113,23,15)
#5F140D
(95,20,13)
#4D110B
(77,17,11)
#3B0E09
(59,14,9)
#290B07
(41,11,7)
#170805
(23,8,5)
#000000
(0,0,0)

Tints of #CB2619

#CB2619
(203,38,25)
#CF392D
(207,57,45)
#D34C41
(211,76,65)
#D75F55
(215,95,85)
#DB7269
(219,114,105)
#DF857D
(223,133,125)
#E39891
(227,152,145)
#E7ABA5
(231,171,165)
#EBBEB9
(235,190,185)
#EFD1CD
(239,209,205)
#F3E4E1
(243,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB2619 color. Also use rgb(203,38,25) instead hex code.

Text Font Color

.myTextColor { color: #CB2619; }

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

This text font color is #CB2619.


Background Color

.myBgColor { background-color: #CB2619; }

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

This div background color is #CB2619.


Border color

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

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

This div border color is #CB2619.


Opacity

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

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

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

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

This text has shadow with #CB2619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB2619 on black background.


Color preview on white background

This text has color #CB2619 on white background.



Black color preview on #CB2619 background

This text has black color on #CB2619 background.


White color preview on #CB2619 background

This text has white color on #CB2619 background.