COLOR #C91019

HEX: #C91019
RGB: (201,16,25)

Color info

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

RGB color model

#C91019 color RGB value is (201,16,25).

  • red value is 201;
  • green value is 16;
  • blue value is 25.
RGB:
(201,16,25)
(79%,6%,10%)

RGB channels and saturation

R 201 of 255 = 79%
G 16 of 255 = 6%
B 25 of 255 = 10%

201
16
25

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

Portions of RGB colors in percentages

R + G + B =
201 + 16 + 25 = 242 (100%)
R 201 of 242 ~ 83.06%
G 16 of 242 ~ 6.61%
B 25 of 242 ~ 10.33%

%83.06
%10.33

CMYK color model

#C91019 color CMYK value is (0,92,88,21).

  • cyan value is 0.00%
  • magenta value is 92.04%
  • yellow value is 87.56%
  • key color value is 21.18%
CMYK:
(0,92,88,21)
C0M92Y88K21 
(0%,92%,88%,21%)
(0.00/0.92/0.88/0.21)	

CMYK percentages

%0
%92.04
%87.56
%21.18

Codes

Color #C91019 in popluar color models

C91019
RGB2011625
HSL357°85.25%42.55%
HSB/HSV357°92.04%78.82%
CMYK0.00%92.04%87.56%
21.18%

Color #C91019 in popluar number systems.

HEXC91019
Decimal2011625
Binary110010011000011001
Octal3112031

Shades and tints

Shades of #C91019

#C91019
(201,16,25)
#B70F17
(183,15,23)
#A50E15
(165,14,21)
#930D13
(147,13,19)
#810C11
(129,12,17)
#6F0B0F
(111,11,15)
#5D0A0D
(93,10,13)
#4B090B
(75,9,11)
#390809
(57,8,9)
#270707
(39,7,7)
#150605
(21,6,5)
#000000
(0,0,0)

Tints of #C91019

#C91019
(201,16,25)
#CD252D
(205,37,45)
#D13A41
(209,58,65)
#D54F55
(213,79,85)
#D96469
(217,100,105)
#DD797D
(221,121,125)
#E18E91
(225,142,145)
#E5A3A5
(229,163,165)
#E9B8B9
(233,184,185)
#EDCDCD
(237,205,205)
#F1E2E1
(241,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C91019 color. Also use rgb(201,16,25) instead hex code.

Text Font Color

.myTextColor { color: #C91019; }

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

This text font color is #C91019.


Background Color

.myBgColor { background-color: #C91019; }

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

This div background color is #C91019.


Border color

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

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

This div border color is #C91019.


Opacity

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

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

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

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

This text has shadow with #C91019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C91019 on black background.


Color preview on white background

This text has color #C91019 on white background.



Black color preview on #C91019 background

This text has black color on #C91019 background.


White color preview on #C91019 background

This text has white color on #C91019 background.