COLOR #C40233

HEX: #C40233
RGB: (196,2,51)

Color info

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

RGB color model

#C40233 color RGB value is (196,2,51).

  • red value is 196;
  • green value is 2;
  • blue value is 51.
RGB:
(196,2,51)
(77%,1%,20%)

RGB channels and saturation

R 196 of 255 = 77%
G 2 of 255 = 1%
B 51 of 255 = 20%

196
2
51

R + G + B ~ 33%. #C40233 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 2 + 51 = 249 (100%)
R 196 of 249 ~ 78.71%
G 2 of 249 ~ 0.8%
B 51 of 249 ~ 20.48%

%78.71
%20.48

CMYK color model

#C40233 color CMYK value is (0,99,74,23).

  • cyan value is 0.00%
  • magenta value is 98.98%
  • yellow value is 73.98%
  • key color value is 23.14%
CMYK:
(0,99,74,23)
C0M99Y74K23 
(0%,99%,74%,23%)
(0.00/0.99/0.74/0.23)	

CMYK percentages

%0
%98.98
%73.98
%23.14

Codes

Color #C40233 in popluar color models

C40233
RGB196251
HSL345°97.98%38.82%
HSB/HSV345°98.98%76.86%
CMYK0.00%98.98%73.98%
23.14%

Color #C40233 in popluar number systems.

HEXC40233
Decimal196251
Binary1100010010110011
Octal304263

Shades and tints

Shades of #C40233

#C40233
(196,2,51)
#B3022F
(179,2,47)
#A2022B
(162,2,43)
#910227
(145,2,39)
#800223
(128,2,35)
#6F021F
(111,2,31)
#5E021B
(94,2,27)
#4D0217
(77,2,23)
#3C0213
(60,2,19)
#2B020F
(43,2,15)
#1A020B
(26,2,11)
#000000
(0,0,0)

Tints of #C40233

#C40233
(196,2,51)
#C91945
(201,25,69)
#CE3057
(206,48,87)
#D34769
(211,71,105)
#D85E7B
(216,94,123)
#DD758D
(221,117,141)
#E28C9F
(226,140,159)
#E7A3B1
(231,163,177)
#ECBAC3
(236,186,195)
#F1D1D5
(241,209,213)
#F6E8E7
(246,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C40233 color. Also use rgb(196,2,51) instead hex code.

Text Font Color

.myTextColor { color: #C40233; }

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

This text font color is #C40233.


Background Color

.myBgColor { background-color: #C40233; }

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

This div background color is #C40233.


Border color

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

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

This div border color is #C40233.


Opacity

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

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

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

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

This text has shadow with #C40233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C40233 on black background.


Color preview on white background

This text has color #C40233 on white background.



Black color preview on #C40233 background

This text has black color on #C40233 background.


White color preview on #C40233 background

This text has white color on #C40233 background.