#C60614

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

Shades of Venetian Red #C60614

Tints of Venetian Red #C60614

Color information

#C60614 (or 0xC60614) is unknown color: approx Venetian Red. HEX triplet: C6, 06 and 14. RGB value is (198,6,20). Sum of RGB (Red+Green+Blue) = 198+6+20=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60614 is #39F9EB. Grayscale: #414141. Windows color (decimal): -3799532 or 1312454. OLE color: 1312454.

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

Color convert

RGB198620-
CMYK00.970.900.22
HSL355.62º94.12%40%-
HSV(B)355.62º96.97%77.65%-
XYZ23.4812.191.78-
YUV65102.61222.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.39%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=88.39%
G=2.68%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19862000.970.900.22355.6294.1240
HexC66140615A161645e28
Octal30662401411322654413650
Binary1100011011010100011000011011010101101011001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60614; }

 p { color: rgb(198,6,20); }

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

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

 a { background-color: rgb(198,6,20); }

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

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

 span { border-color: rgb(198,6,20); }

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