#CC0116

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

Shades of Venetian Red #CC0116

Tints of Venetian Red #CC0116

Color information

#CC0116 (or 0xCC0116) is unknown color: approx Venetian Red. HEX triplet: CC, 01 and 16. RGB value is (204,1,22). Sum of RGB (Red+Green+Blue) = 204+1+22=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0116 is #33FEE9. Grayscale: #404040. Windows color (decimal): -3407594 or 1442252. OLE color: 1442252.

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

Color convert

RGB204122-
CMYK01.000.890.2
HSL353.79º99.02%40.2%-
HSV(B)353.79º99.51%80%-
XYZ25.0612.921.93-
YUV64.09104.25227.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.87%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=89.87%
G=0.44%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412201.000.890.2353.7999.0240.2
HexCC11606459141626328
Octal31412601441312454214350
Binary11001100110110011001001011001101001011000101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0116; }

 p { color: rgb(204,1,22); }

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

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

 a { background-color: rgb(204,1,22); }

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

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

 span { border-color: rgb(204,1,22); }

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