#C60507

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

Shades of Venetian Red #C60507

Tints of Venetian Red #C60507

Color information

#C60507 (or 0xC60507) is unknown color: approx Venetian Red. HEX triplet: C6, 05 and 07. RGB value is (198,5,7). Sum of RGB (Red+Green+Blue) = 198+5+7=210 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.29% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 198 - color contains mainly: red. Hex color #C60507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60507 is #39FAF8. Grayscale: #3F3F3F. Windows color (decimal): -3799801 or 460230. OLE color: 460230.

HSL color Cylindrical-coordinate representation of color #C60507: hue angle of 359.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB19857-
CMYK00.970.960.22
HSL359.38º95.07%39.8%-
HSV(B)359.38º97.47%77.65%-
XYZ23.3812.131.31-
YUV62.9496.44224.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 94.29%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=94.29%
G=2.38%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985700.970.960.22359.3895.0739.8
HexC65706160161675f28
Octal3065701411402654713750
Binary11000110101111011000011100000101101011001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60507; }

 p { color: rgb(198,5,7); }

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

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

 a { background-color: rgb(198,5,7); }

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

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

 span { border-color: rgb(198,5,7); }

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