COLOR #C10E0B

HEX: #C10E0B
RGB: (193,14,11)

Color info

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

RGB color model

#C10E0B color RGB value is (193,14,11).

  • red value is 193;
  • green value is 14;
  • blue value is 11.
RGB:
(193,14,11)
(76%,5%,4%)

RGB channels and saturation

R 193 of 255 = 76%
G 14 of 255 = 5%
B 11 of 255 = 4%

193
14
11

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

Portions of RGB colors in percentages

R + G + B =
193 + 14 + 11 = 218 (100%)
R 193 of 218 ~ 88.53%
G 14 of 218 ~ 6.42%
B 11 of 218 ~ 5.05%

%88.53

CMYK color model

#C10E0B color CMYK value is (0,93,94,24).

  • cyan value is 0.00%
  • magenta value is 92.75%
  • yellow value is 94.30%
  • key color value is 24.31%
CMYK:
(0,93,94,24)
C0M93Y94K24 
(0%,93%,94%,24%)
(0.00/0.93/0.94/0.24)	

CMYK percentages

%0
%92.75
%94.3
%24.31

Codes

Color #C10E0B in popluar color models

C10E0B
RGB1931411
HSL89.22%40.00%
HSB/HSV94.30%75.69%
CMYK0.00%92.75%94.30%
24.31%

Color #C10E0B in popluar number systems.

HEXC10E0B
Decimal1931411
Binary1100000111101011
Octal3011613

Shades and tints

Shades of #C10E0B

#C10E0B
(193,14,11)
#B00D0A
(176,13,10)
#9F0C09
(159,12,9)
#8E0B08
(142,11,8)
#7D0A07
(125,10,7)
#6C0906
(108,9,6)
#5B0805
(91,8,5)
#4A0704
(74,7,4)
#390603
(57,6,3)
#280502
(40,5,2)
#170401
(23,4,1)
#000000
(0,0,0)

Tints of #C10E0B

#C10E0B
(193,14,11)
#C62321
(198,35,33)
#CB3837
(203,56,55)
#D04D4D
(208,77,77)
#D56263
(213,98,99)
#DA7779
(218,119,121)
#DF8C8F
(223,140,143)
#E4A1A5
(228,161,165)
#E9B6BB
(233,182,187)
#EECBD1
(238,203,209)
#F3E0E7
(243,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C10E0B color. Also use rgb(193,14,11) instead hex code.

Text Font Color

.myTextColor { color: #C10E0B; }

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

This text font color is #C10E0B.


Background Color

.myBgColor { background-color: #C10E0B; }

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

This div background color is #C10E0B.


Border color

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

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

This div border color is #C10E0B.


Opacity

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

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

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

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

This text has shadow with #C10E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C10E0B on black background.


Color preview on white background

This text has color #C10E0B on white background.



Black color preview on #C10E0B background

This text has black color on #C10E0B background.


White color preview on #C10E0B background

This text has white color on #C10E0B background.