COLOR #C01001

HEX: #C01001
RGB: (192,16,1)

Color info

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

RGB color model

#C01001 color RGB value is (192,16,1).

  • red value is 192;
  • green value is 16;
  • blue value is 1.
RGB:
(192,16,1)
(75%,6%,0%)

RGB channels and saturation

R 192 of 255 = 75%
G 16 of 255 = 6%
B 1 of 255 = 0%

192
16
1

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

Portions of RGB colors in percentages

R + G + B =
192 + 16 + 1 = 209 (100%)
R 192 of 209 ~ 91.87%
G 16 of 209 ~ 7.66%
B 1 of 209 ~ 0.48%

%91.87

CMYK color model

#C01001 color CMYK value is (0,92,99,25).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 99.48%
  • key color value is 24.71%
CMYK:
(0,92,99,25)
C0M92Y99K25 
(0%,92%,99%,25%)
(0.00/0.92/0.99/0.25)	

CMYK percentages

%0
%91.67
%99.48
%24.71

Codes

Color #C01001 in popluar color models

C01001
RGB192161
HSL98.96%37.84%
HSB/HSV99.48%75.29%
CMYK0.00%91.67%99.48%
24.71%

Color #C01001 in popluar number systems.

HEXC01001
Decimal192161
Binary11000000100001
Octal300201

Shades and tints

Shades of #C01001

#C01001
(192,16,1)
#AF0F01
(175,15,1)
#9E0E01
(158,14,1)
#8D0D01
(141,13,1)
#7C0C01
(124,12,1)
#6B0B01
(107,11,1)
#5A0A01
(90,10,1)
#490901
(73,9,1)
#380801
(56,8,1)
#270701
(39,7,1)
#160601
(22,6,1)
#000000
(0,0,0)

Tints of #C01001

#C01001
(192,16,1)
#C52518
(197,37,24)
#CA3A2F
(202,58,47)
#CF4F46
(207,79,70)
#D4645D
(212,100,93)
#D97974
(217,121,116)
#DE8E8B
(222,142,139)
#E3A3A2
(227,163,162)
#E8B8B9
(232,184,185)
#EDCDD0
(237,205,208)
#F2E2E7
(242,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C01001 color. Also use rgb(192,16,1) instead hex code.

Text Font Color

.myTextColor { color: #C01001; }

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

This text font color is #C01001.


Background Color

.myBgColor { background-color: #C01001; }

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

This div background color is #C01001.


Border color

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

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

This div border color is #C01001.


Opacity

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

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

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

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

This text has shadow with #C01001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C01001 on black background.


Color preview on white background

This text has color #C01001 on white background.



Black color preview on #C01001 background

This text has black color on #C01001 background.


White color preview on #C01001 background

This text has white color on #C01001 background.