COLOR #CB153D

HEX: #CB153D
RGB: (203,21,61)

Color info

#CB153D contains mainly red color. Web safe color of #CB153D is #CC0033 (or #C03).

RGB color model

#CB153D color RGB value is (203,21,61).

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

RGB channels and saturation

R 203 of 255 = 80%
G 21 of 255 = 8%
B 61 of 255 = 24%

203
21
61

R + G + B ~ 37%. #CB153D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 21 + 61 = 285 (100%)
R 203 of 285 ~ 71.23%
G 21 of 285 ~ 7.37%
B 61 of 285 ~ 21.4%

%71.23
%21.4

CMYK color model

#CB153D color CMYK value is (0,90,70,20).

  • cyan value is 0.00%
  • magenta value is 89.66%
  • yellow value is 69.95%
  • key color value is 20.39%
CMYK:
(0,90,70,20)
C0M90Y70K20 
(0%,90%,70%,20%)
(0.00/0.90/0.70/0.20)	

CMYK percentages

%0
%89.66
%69.95
%20.39

Codes

Color #CB153D in popluar color models

CB153D
RGB2032161
HSL347°81.25%43.92%
HSB/HSV347°89.66%79.61%
CMYK0.00%89.66%69.95%
20.39%

Color #CB153D in popluar number systems.

HEXCB153D
Decimal2032161
Binary1100101110101111101
Octal3132575

Shades and tints

Shades of #CB153D

#CB153D
(203,21,61)
#B91438
(185,20,56)
#A71333
(167,19,51)
#95122E
(149,18,46)
#831129
(131,17,41)
#711024
(113,16,36)
#5F0F1F
(95,15,31)
#4D0E1A
(77,14,26)
#3B0D15
(59,13,21)
#290C10
(41,12,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #CB153D

#CB153D
(203,21,61)
#CF2A4E
(207,42,78)
#D33F5F
(211,63,95)
#D75470
(215,84,112)
#DB6981
(219,105,129)
#DF7E92
(223,126,146)
#E393A3
(227,147,163)
#E7A8B4
(231,168,180)
#EBBDC5
(235,189,197)
#EFD2D6
(239,210,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB153D; }

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

This text font color is #CB153D.


Background Color

.myBgColor { background-color: #CB153D; }

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

This div background color is #CB153D.


Border color

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

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

This div border color is #CB153D.


Opacity

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

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

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

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

This text has shadow with #CB153D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB153D on black background.


Color preview on white background

This text has color #CB153D on white background.



Black color preview on #CB153D background

This text has black color on #CB153D background.


White color preview on #CB153D background

This text has white color on #CB153D background.