COLOR #C90501

HEX: #C90501
RGB: (201,5,1)

Color info

#C90501 contains mainly red color. Web safe color of #C90501 is #CC0000 (or #C00).

RGB color model

#C90501 color RGB value is (201,5,1).

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

RGB channels and saturation

R 201 of 255 = 79%
G 5 of 255 = 2%
B 1 of 255 = 0%

201
5
1

R + G + B ~ 27%. #C90501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
201 + 5 + 1 = 207 (100%)
R 201 of 207 ~ 97.1%
G 5 of 207 ~ 2.42%
B 1 of 207 ~ 0.48%

%97.1

CMYK color model

#C90501 color CMYK value is (0,98,100,21).

  • cyan value is 0.00%
  • magenta value is 97.51%
  • yellow value is 99.50%
  • key color value is 21.18%
CMYK:
(0,98,100,21)
C0M98Y100K21 
(0%,98%,100%,21%)
(0.00/0.98/1.00/0.21)	

CMYK percentages

%0
%97.51
%99.5
%21.18

Codes

Color #C90501 in popluar color models

C90501
RGB20151
HSL99.01%39.61%
HSB/HSV99.50%78.82%
CMYK0.00%97.51%99.50%
21.18%

Color #C90501 in popluar number systems.

HEXC90501
Decimal20151
Binary110010011011
Octal31151

Shades and tints

Shades of #C90501

#C90501
(201,5,1)
#B70501
(183,5,1)
#A50501
(165,5,1)
#930501
(147,5,1)
#810501
(129,5,1)
#6F0501
(111,5,1)
#5D0501
(93,5,1)
#4B0501
(75,5,1)
#390501
(57,5,1)
#270501
(39,5,1)
#150501
(21,5,1)
#000000
(0,0,0)

Tints of #C90501

#C90501
(201,5,1)
#CD1B18
(205,27,24)
#D1312F
(209,49,47)
#D54746
(213,71,70)
#D95D5D
(217,93,93)
#DD7374
(221,115,116)
#E1898B
(225,137,139)
#E59FA2
(229,159,162)
#E9B5B9
(233,181,185)
#EDCBD0
(237,203,208)
#F1E1E7
(241,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C90501 color. Also use rgb(201,5,1) instead hex code.

Text Font Color

.myTextColor { color: #C90501; }

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

This text font color is #C90501.


Background Color

.myBgColor { background-color: #C90501; }

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

This div background color is #C90501.


Border color

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

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

This div border color is #C90501.


Opacity

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

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

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

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

This text has shadow with #C90501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90501 on black background.


Color preview on white background

This text has color #C90501 on white background.



Black color preview on #C90501 background

This text has black color on #C90501 background.


White color preview on #C90501 background

This text has white color on #C90501 background.