COLOR #C90229

HEX: #C90229
RGB: (201,2,41)

Color info

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

RGB color model

#C90229 color RGB value is (201,2,41).

  • red value is 201;
  • green value is 2;
  • blue value is 41.
RGB:
(201,2,41)
(79%,1%,16%)

RGB channels and saturation

R 201 of 255 = 79%
G 2 of 255 = 1%
B 41 of 255 = 16%

201
2
41

R + G + B ~ 32%. #C90229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
201 + 2 + 41 = 244 (100%)
R 201 of 244 ~ 82.38%
G 2 of 244 ~ 0.82%
B 41 of 244 ~ 16.8%

%82.38
%16.8

CMYK color model

#C90229 color CMYK value is (0,99,80,21).

  • cyan value is 0.00%
  • magenta value is 99.00%
  • yellow value is 79.60%
  • key color value is 21.18%
CMYK:
(0,99,80,21)
C0M99Y80K21 
(0%,99%,80%,21%)
(0.00/0.99/0.80/0.21)	

CMYK percentages

%0
%99
%79.6
%21.18

Codes

Color #C90229 in popluar color models

C90229
RGB201241
HSL348°98.03%39.80%
HSB/HSV348°99.00%78.82%
CMYK0.00%99.00%79.60%
21.18%

Color #C90229 in popluar number systems.

HEXC90229
Decimal201241
Binary1100100110101001
Octal311251

Shades and tints

Shades of #C90229

#C90229
(201,2,41)
#B70226
(183,2,38)
#A50223
(165,2,35)
#930220
(147,2,32)
#81021D
(129,2,29)
#6F021A
(111,2,26)
#5D0217
(93,2,23)
#4B0214
(75,2,20)
#390211
(57,2,17)
#27020E
(39,2,14)
#15020B
(21,2,11)
#000000
(0,0,0)

Tints of #C90229

#C90229
(201,2,41)
#CD193C
(205,25,60)
#D1304F
(209,48,79)
#D54762
(213,71,98)
#D95E75
(217,94,117)
#DD7588
(221,117,136)
#E18C9B
(225,140,155)
#E5A3AE
(229,163,174)
#E9BAC1
(233,186,193)
#EDD1D4
(237,209,212)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C90229 color. Also use rgb(201,2,41) instead hex code.

Text Font Color

.myTextColor { color: #C90229; }

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

This text font color is #C90229.


Background Color

.myBgColor { background-color: #C90229; }

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

This div background color is #C90229.


Border color

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

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

This div border color is #C90229.


Opacity

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

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

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

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

This text has shadow with #C90229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90229 on black background.


Color preview on white background

This text has color #C90229 on white background.



Black color preview on #C90229 background

This text has black color on #C90229 background.


White color preview on #C90229 background

This text has white color on #C90229 background.