#C60F1A

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

Shades of Venetian Red #C60F1A

Tints of Venetian Red #C60F1A

Color information

#C60F1A (or 0xC60F1A) is unknown color: approx Venetian Red. HEX triplet: C6, 0F and 1A. RGB value is (198,15,26). Sum of RGB (Red+Green+Blue) = 198+15+26=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F1A is #39F0E5. Grayscale: #474747. Windows color (decimal): -3797222 or 1707974. OLE color: 1707974.

HSL color Cylindrical-coordinate representation of color #C60F1A: hue angle of 356.39º 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 #C60F1A is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1981526-
CMYK00.920.870.22
HSL356.39º85.92%41.76%-
HSV(B)356.39º92.42%77.65%-
XYZ23.6512.422.13-
YUV70.97102.63218.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 82.85%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=82.85%
G=6.28%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198152600.920.870.22356.3985.9241.76
HexC6F1A05C5716164562a
Octal306173201341272654412652
Binary11000110111111010010111001010111101101011001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F1A; }

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

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

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

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

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

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

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

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