#cc0522

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

Shades of Venetian Red #CC0522

Tints of Venetian Red #CC0522

Color information

#CC0522 (or 0xCC0522) is unknown color: approx Venetian Red. HEX triplet: CC, 05 and 22. RGB value is (204,5,34). Sum of RGB (Red+Green+Blue) = 204+5+34=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0522 is #33FADD. Grayscale: #434343. Windows color (decimal): -3406558 or 2229708. OLE color: 2229708.

HSL color Cylindrical-coordinate representation of color #CC0522: hue angle of 351.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0522 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB204534-
CMYK00.980.830.2
HSL351.26º95.22%40.98%-
HSV(B)351.26º97.55%80%-
XYZ25.2413.062.7-
YUV67.81108.93225.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.95%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=83.95%
G=2.06%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20453400.980.830.2351.2695.2240.98
HexCC522062531415f5f29
Octal31454201421232453713751
Binary11001100101100010011000101010011101001010111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0522; }

 p { color: rgb(204,5,34); }

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

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

 a { background-color: rgb(204,5,34); }

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

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

 span { border-color: rgb(204,5,34); }

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