#C60F1C

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

Shades of Venetian Red #C60F1C

Tints of Venetian Red #C60F1C

Color information

#C60F1C (or 0xC60F1C) is unknown color: approx Venetian Red. HEX triplet: C6, 0F and 1C. RGB value is (198,15,28). Sum of RGB (Red+Green+Blue) = 198+15+28=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F1C is #39F0E3. Grayscale: #474747. Windows color (decimal): -3797220 or 1839046. OLE color: 1839046.

HSL color Cylindrical-coordinate representation of color #C60F1C: hue angle of 355.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F1C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1981528-
CMYK00.920.860.22
HSL355.74º85.92%41.76%-
HSV(B)355.74º92.42%77.65%-
XYZ23.6712.432.25-
YUV71.2103.63218.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 82.16%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=82.16%
G=6.22%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198152800.920.860.22355.7485.9241.76
HexC6F1C05C5616164562a
Octal306173401341262654412652
Binary11000110111111100010111001010110101101011001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F1C; }

 p { color: rgb(198,15,28); }

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

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

 a { background-color: rgb(198,15,28); }

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

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

 span { border-color: rgb(198,15,28); }

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