#CC001C

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

Shades of Venetian Red #CC001C

Tints of Venetian Red #CC001C

Color information

#CC001C (or 0xCC001C) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 1C. RGB value is (204,0,28). Sum of RGB (Red+Green+Blue) = 204+0+28=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC001C is #33FFE3. Grayscale: #404040. Windows color (decimal): -3407844 or 1835212. OLE color: 1835212.

HSL color Cylindrical-coordinate representation of color #CC001C: hue angle of 351.76º 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 #CC001C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB204028-
CMYK010.860.2
HSL351.76º100%40%-
HSV(B)351.76º100%80%-
XYZ25.1112.922.27-
YUV64.19107.59227.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 87.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=87.93%
G=0%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204028010.860.2351.7610040
HexCC01C06456141606428
Octal31403401441262454014450
Binary11001100011100011001001010110101001011000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC001C; }

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

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

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

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

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

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

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

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