#CC0920

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

Shades of Venetian Red #CC0920

Tints of Venetian Red #CC0920

Color information

#CC0920 (or 0xCC0920) is unknown color: approx Venetian Red. HEX triplet: CC, 09 and 20. RGB value is (204,9,32). Sum of RGB (Red+Green+Blue) = 204+9+32=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0920 is #33F6DF. Grayscale: #464646. Windows color (decimal): -3405536 or 2099660. OLE color: 2099660.

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

Color convert

RGB204932-
CMYK00.960.840.2
HSL352.92º91.55%41.76%-
HSV(B)352.92º95.59%80%-
XYZ25.2613.142.57-
YUV69.93106.6223.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.27%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=83.27%
G=3.67%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20493200.960.840.2352.9291.5541.76
HexCC92006054141615c2a
Octal314114001401242454113452
Binary110011001001100000011000001010100101001011000011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0920; }

 p { color: rgb(204,9,32); }

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

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

 a { background-color: rgb(204,9,32); }

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

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

 span { border-color: rgb(204,9,32); }

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