COLOR #C30115

HEX: #C30115
RGB: (195,1,21)

Color info

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

RGB color model

#C30115 color RGB value is (195,1,21).

  • red value is 195;
  • green value is 1;
  • blue value is 21.
RGB:
(195,1,21)
(76%,0%,8%)

RGB channels and saturation

R 195 of 255 = 76%
G 1 of 255 = 0%
B 21 of 255 = 8%

195
1
21

R + G + B ~ 28%. #C30115 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 1 + 21 = 217 (100%)
R 195 of 217 ~ 89.86%
G 1 of 217 ~ 0.46%
B 21 of 217 ~ 9.68%

%89.86
%9.68

CMYK color model

#C30115 color CMYK value is (0,99,89,24).

  • cyan value is 0.00%
  • magenta value is 99.49%
  • yellow value is 89.23%
  • key color value is 23.53%
CMYK:
(0,99,89,24)
C0M99Y89K24 
(0%,99%,89%,24%)
(0.00/0.99/0.89/0.24)	

CMYK percentages

%0
%99.49
%89.23
%23.53

Codes

Color #C30115 in popluar color models

C30115
RGB195121
HSL354°98.98%38.43%
HSB/HSV354°99.49%76.47%
CMYK0.00%99.49%89.23%
23.53%

Color #C30115 in popluar number systems.

HEXC30115
Decimal195121
Binary11000011110101
Octal303125

Shades and tints

Shades of #C30115

#C30115
(195,1,21)
#B20114
(178,1,20)
#A10113
(161,1,19)
#900112
(144,1,18)
#7F0111
(127,1,17)
#6E0110
(110,1,16)
#5D010F
(93,1,15)
#4C010E
(76,1,14)
#3B010D
(59,1,13)
#2A010C
(42,1,12)
#19010B
(25,1,11)
#000000
(0,0,0)

Tints of #C30115

#C30115
(195,1,21)
#C8182A
(200,24,42)
#CD2F3F
(205,47,63)
#D24654
(210,70,84)
#D75D69
(215,93,105)
#DC747E
(220,116,126)
#E18B93
(225,139,147)
#E6A2A8
(230,162,168)
#EBB9BD
(235,185,189)
#F0D0D2
(240,208,210)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C30115 color. Also use rgb(195,1,21) instead hex code.

Text Font Color

.myTextColor { color: #C30115; }

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

This text font color is #C30115.


Background Color

.myBgColor { background-color: #C30115; }

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

This div background color is #C30115.


Border color

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

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

This div border color is #C30115.


Opacity

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

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

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

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

This text has shadow with #C30115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30115 on black background.


Color preview on white background

This text has color #C30115 on white background.



Black color preview on #C30115 background

This text has black color on #C30115 background.


White color preview on #C30115 background

This text has white color on #C30115 background.