#CC0011

Color #CC0011 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CC0011

Tints of Venetian Red #CC0011

Color information

#CC0011 (or 0xCC0011) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 11. RGB value is (204,0,17). Sum of RGB (Red+Green+Blue) = 204+0+17=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0011 is #33FFEE. Grayscale: #3F3F3F. Windows color (decimal): -3407855 or 1114316. OLE color: 1114316.

HSL color Cylindrical-coordinate representation of color #CC0011: hue angle of 355º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB204017-
CMYK010.920.2
HSL355º100%40%-
HSV(B)355º100%80%-
XYZ2512.881.7-
YUV62.93102.09228.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 92.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=92.31%
G=0%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204017010.920.235510040
HexCC0110645C141636428
Octal31402101441342454314450
Binary11001100010001011001001011100101001011000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0011; }

 p { color: rgb(204,0,17); }

 H1.HeaderClassName
 {
   color: #CC0011;
 }
 .AnyTagClassName
 {
   color: #CC0011;
 }
</style>
background-color css

<style>
 a { background-color: #CC0011; }

 a { background-color: rgb(204,0,17); }

 div.DivClassName
 {
   background-color: #CC0011;
 }
 .BgClassName
 {
   background-color: #CC0011;
 }
</style>
border-color css

<style>
 span { border-color: #CC0011; }

 span { border-color: rgb(204,0,17); }

 td.TdClassName
 {
   border-color: #CC0011;
 }
 .TagClassName
 {
   border-color: #CC0011;
 }
</style>