COLOR #C30114

HEX: #C30114
RGB: (195,1,20)

Color info

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

RGB color model

#C30114 color RGB value is (195,1,20).

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

RGB channels and saturation

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

195
1
20

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

Portions of RGB colors in percentages

R + G + B =
195 + 1 + 20 = 216 (100%)
R 195 of 216 ~ 90.28%
G 1 of 216 ~ 0.46%
B 20 of 216 ~ 9.26%

%90.28

CMYK color model

#C30114 color CMYK value is (0,99,90,24).

  • cyan value is 0.00%
  • magenta value is 99.49%
  • yellow value is 89.74%
  • key color value is 23.53%
CMYK:
(0,99,90,24)
C0M99Y90K24 
(0%,99%,90%,24%)
(0.00/0.99/0.90/0.24)	

CMYK percentages

%0
%99.49
%89.74
%23.53

Codes

Color #C30114 in popluar color models

C30114
RGB195120
HSL354°98.98%38.43%
HSB/HSV354°99.49%76.47%
CMYK0.00%99.49%89.74%
23.53%

Color #C30114 in popluar number systems.

HEXC30114
Decimal195120
Binary11000011110100
Octal303124

Shades and tints

Shades of #C30114

#C30114
(195,1,20)
#B20113
(178,1,19)
#A10112
(161,1,18)
#900111
(144,1,17)
#7F0110
(127,1,16)
#6E010F
(110,1,15)
#5D010E
(93,1,14)
#4C010D
(76,1,13)
#3B010C
(59,1,12)
#2A010B
(42,1,11)
#19010A
(25,1,10)
#000000
(0,0,0)

Tints of #C30114

#C30114
(195,1,20)
#C81829
(200,24,41)
#CD2F3E
(205,47,62)
#D24653
(210,70,83)
#D75D68
(215,93,104)
#DC747D
(220,116,125)
#E18B92
(225,139,146)
#E6A2A7
(230,162,167)
#EBB9BC
(235,185,188)
#F0D0D1
(240,208,209)
#F5E7E6
(245,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C30114; }

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

This text font color is #C30114.


Background Color

.myBgColor { background-color: #C30114; }

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

This div background color is #C30114.


Border color

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

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

This div border color is #C30114.


Opacity

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

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

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

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

This text has shadow with #C30114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30114 on black background.


Color preview on white background

This text has color #C30114 on white background.



Black color preview on #C30114 background

This text has black color on #C30114 background.


White color preview on #C30114 background

This text has white color on #C30114 background.