#C60517

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

Shades of Venetian Red #C60517

Tints of Venetian Red #C60517

Color information

#C60517 (or 0xC60517) is unknown color: approx Venetian Red. HEX triplet: C6, 05 and 17. RGB value is (198,5,23). Sum of RGB (Red+Green+Blue) = 198+5+23=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C60517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60517 is #39FAE8. Grayscale: #404040. Windows color (decimal): -3799785 or 1508806. OLE color: 1508806.

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

Color convert

RGB198523-
CMYK00.970.880.22
HSL354.4º95.07%39.8%-
HSV(B)354.4º97.47%77.65%-
XYZ23.512.181.92-
YUV64.76104.44223.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 87.61%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 23 (9.38% from 255) = 10.18%
R=87.61%
G=2.21%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19852300.970.880.22354.495.0739.8
HexC651706158161625f28
Octal30652701411302654213750
Binary1100011010110111011000011011000101101011000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60517; }

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

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

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

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

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

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

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

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