COLOR #CC0910

HEX: #CC0910 RGB: (204,9,16)

Color info

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

RGB color model

#CC0910 color RGB value is (204,9,16).

RGB: (204,9,16) (80%, 4%, 6%)

RGB channels and saturation

R 204 of 255 = 80%
G 9 of 255 = 4%
B 16 of 255 = 6%

204
9
16

R + G + B ~ 30%. #CC0910 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 204 + 9 + 16 = 229 (100%)
R 204 of 229 ~ 89.08%
G 9 of 229 ~ 3.93%
B 16 of 229 ~ 6.99'%

%89.08

CMYK color model

#CC0910 color CMYK value is (0,96,92,20).

  • cyan value is 0.00%
  • magenta value is 95.59%
  • yellow value is 92.16%
  • key color value is 20.00%
CMYK: (0,96,92,20) C0M96Y92K20 (0%,96%,92%,20%) (0.00/0.96/0.92/0.20) 

CMYK percentages

%0
%95.59
%92.16
%20

Codes

Color #CC0910 in popluar color models

CC 09 10
RGB 204 9 16
HSL 358° 91.55% 41.76%
HSB/HSV 358° 95.59% 80.00%
CMYK 0.00% 95.59% 92.16%
20.00%

Color #CC0910 in popluar number systems.

HEX CC 09 10
Decimal 204 9 16
Binary 11001100 1001 10000
Octal 314 11 20

Shades and tints

Shades of #CC0910

#CC0910
(204,9,16)
#BA090F
(186,9,15)
#A8090E
(168,9,14)
#96090D
(150,9,13)
#84090C
(132,9,12)
#72090B
(114,9,11)
#60090A
(96,9,10)
#4E0909
(78,9,9)
#3C0908
(60,9,8)
#2A0907
(42,9,7)
#180906
(24,9,6)
#000000
(0,0,0)

Tints of #CC0910

#CC0910
(204,9,16)
#D01F25
(208,31,37)
#D4353A
(212,53,58)
#D84B4F
(216,75,79)
#DC6164
(220,97,100)
#E07779
(224,119,121)
#E48D8E
(228,141,142)
#E8A3A3
(232,163,163)
#ECB9B8
(236,185,184)
#F0CFCD
(240,207,205)
#F4E5E2
(244,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC0910 color. Also use rgb(204,9,16) instead hex code.

Text Font Color

.myTextColor { color: #CC0910; }

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

This text font color is #CC0910.

Background Color

.myBgColor { background-color: #CC0910; }

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

This div background color is #CC0910.

Border color

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

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

This div border color is #CC0910.

Opacity

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

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

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

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

This text has shadow with #CC0910 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC0910.

Preview

Color preview on black background

This text has color #CC0910 on black background.


Color preview on white background

This text has color #CC0910 on white background.


Black color preview on #CC0910 background

This text has black color on #CC0910 background.


White color preview on #CC0910 background

This text has white color on #CC0910 background.


Related colors

Complementary color

Complementary color for #hex is #33F6EF.


I love getcolorcode.com

Triadic colors

1 #10CC09 and #0910CC with #CC0910 are triadic colors.

2 #1009CC and #09CC10 with #CC0910 are triadic colors.