COLOR #C83B42

HEX: #C83B42
RGB: (200,59,66)

Color info

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

RGB color model

#C83B42 color RGB value is (200,59,66).

  • red value is 200;
  • green value is 59;
  • blue value is 66.
RGB:
(200,59,66)
(78%,23%,26%)

RGB channels and saturation

R 200 of 255 = 78%
G 59 of 255 = 23%
B 66 of 255 = 26%

200
59
66

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

Portions of RGB colors in percentages

R + G + B =
200 + 59 + 66 = 325 (100%)
R 200 of 325 ~ 61.54%
G 59 of 325 ~ 18.15%
B 66 of 325 ~ 20.31%

%61.54
%18.15
%20.31

CMYK color model

#C83B42 color CMYK value is (0,71,67,22).

  • cyan value is 0.00%
  • magenta value is 70.50%
  • yellow value is 67.00%
  • key color value is 21.57%
CMYK:
(0,71,67,22)
C0M71Y67K22 
(0%,71%,67%,22%)
(0.00/0.71/0.67/0.22)	

CMYK percentages

%0
%70.5
%67
%21.57

Codes

Color #C83B42 in popluar color models

C83B42
RGB2005966
HSL357°56.18%50.78%
HSB/HSV357°70.50%78.43%
CMYK0.00%70.50%67.00%
21.57%

Color #C83B42 in popluar number systems.

HEXC83B42
Decimal2005966
Binary110010001110111000010
Octal31073102

Shades and tints

Shades of #C83B42

#C83B42
(200,59,66)
#B6363C
(182,54,60)
#A43136
(164,49,54)
#922C30
(146,44,48)
#80272A
(128,39,42)
#6E2224
(110,34,36)
#5C1D1E
(92,29,30)
#4A1818
(74,24,24)
#381312
(56,19,18)
#260E0C
(38,14,12)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #C83B42

#C83B42
(200,59,66)
#CD4C53
(205,76,83)
#D25D64
(210,93,100)
#D76E75
(215,110,117)
#DC7F86
(220,127,134)
#E19097
(225,144,151)
#E6A1A8
(230,161,168)
#EBB2B9
(235,178,185)
#F0C3CA
(240,195,202)
#F5D4DB
(245,212,219)
#FAE5EC
(250,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83B42 color. Also use rgb(200,59,66) instead hex code.

Text Font Color

.myTextColor { color: #C83B42; }

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

This text font color is #C83B42.


Background Color

.myBgColor { background-color: #C83B42; }

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

This div background color is #C83B42.


Border color

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

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

This div border color is #C83B42.


Opacity

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

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

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

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

This text has shadow with #C83B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83B42 on black background.


Color preview on white background

This text has color #C83B42 on white background.



Black color preview on #C83B42 background

This text has black color on #C83B42 background.


White color preview on #C83B42 background

This text has white color on #C83B42 background.