#CC0C1A

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

Shades of Venetian Red #CC0C1A

Tints of Venetian Red #CC0C1A

Color information

#CC0C1A (or 0xCC0C1A) is unknown color: approx Venetian Red. HEX triplet: CC, 0C and 1A. RGB value is (204,12,26). Sum of RGB (Red+Green+Blue) = 204+12+26=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C1A is #33F3E5. Grayscale: #474747. Windows color (decimal): -3404774 or 1707212. OLE color: 1707212.

HSL color Cylindrical-coordinate representation of color #CC0C1A: hue angle of 355.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C1A is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2041226-
CMYK00.940.870.2
HSL355.62º88.89%42.35%-
HSV(B)355.62º94.12%80%-
XYZ25.2213.172.19-
YUV71102.61222.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 84.30%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=84.30%
G=4.96%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204122600.940.870.2355.6288.8942.35
HexCCC1A05E5714164592a
Octal314143201361272454413152
Binary11001100110011010010111101010111101001011001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0C1A; }

 p { color: rgb(204,12,26); }

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

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

 a { background-color: rgb(204,12,26); }

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

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

 span { border-color: rgb(204,12,26); }

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