COLOR #CC1614

HEX: #CC1614
RGB: (204,22,20)

Color info

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

RGB color model

#CC1614 color RGB value is (204,22,20).

  • red value is 204;
  • green value is 22;
  • blue value is 20.
RGB:
(204,22,20)
(80%,9%,8%)

RGB channels and saturation

R 204 of 255 = 80%
G 22 of 255 = 9%
B 20 of 255 = 8%

204
22
20

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

Portions of RGB colors in percentages

R + G + B =
204 + 22 + 20 = 246 (100%)
R 204 of 246 ~ 82.93%
G 22 of 246 ~ 8.94%
B 20 of 246 ~ 8.13%

%82.93

CMYK color model

#CC1614 color CMYK value is (0,89,90,20).

  • cyan value is 0.00%
  • magenta value is 89.22%
  • yellow value is 90.20%
  • key color value is 20.00%
CMYK:
(0,89,90,20)
C0M89Y90K20 
(0%,89%,90%,20%)
(0.00/0.89/0.90/0.20)	

CMYK percentages

%0
%89.22
%90.2
%20

Codes

Color #CC1614 in popluar color models

CC1614
RGB2042220
HSL82.14%43.92%
HSB/HSV90.20%80.00%
CMYK0.00%89.22%90.20%
20.00%

Color #CC1614 in popluar number systems.

HEXCC1614
Decimal2042220
Binary110011001011010100
Octal3142624

Shades and tints

Shades of #CC1614

#CC1614
(204,22,20)
#BA1413
(186,20,19)
#A81212
(168,18,18)
#961011
(150,16,17)
#840E10
(132,14,16)
#720C0F
(114,12,15)
#600A0E
(96,10,14)
#4E080D
(78,8,13)
#3C060C
(60,6,12)
#2A040B
(42,4,11)
#18020A
(24,2,10)
#000000
(0,0,0)

Tints of #CC1614

#CC1614
(204,22,20)
#D02B29
(208,43,41)
#D4403E
(212,64,62)
#D85553
(216,85,83)
#DC6A68
(220,106,104)
#E07F7D
(224,127,125)
#E49492
(228,148,146)
#E8A9A7
(232,169,167)
#ECBEBC
(236,190,188)
#F0D3D1
(240,211,209)
#F4E8E6
(244,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC1614 color. Also use rgb(204,22,20) instead hex code.

Text Font Color

.myTextColor { color: #CC1614; }

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

This text font color is #CC1614.


Background Color

.myBgColor { background-color: #CC1614; }

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

This div background color is #CC1614.


Border color

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

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

This div border color is #CC1614.


Opacity

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

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

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

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

This text has shadow with #CC1614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC1614 on black background.


Color preview on white background

This text has color #CC1614 on white background.



Black color preview on #CC1614 background

This text has black color on #CC1614 background.


White color preview on #CC1614 background

This text has white color on #CC1614 background.