#C70614

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

Shades of Venetian Red #C70614

Tints of Venetian Red #C70614

Color information

#C70614 (or 0xC70614) is unknown color: approx Venetian Red. HEX triplet: C7, 06 and 14. RGB value is (199,6,20). Sum of RGB (Red+Green+Blue) = 199+6+20=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70614 is #38F9EB. Grayscale: #414141. Windows color (decimal): -3733996 or 1312455. OLE color: 1312455.

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

Color convert

RGB199620-
CMYK00.970.900.22
HSL355.65º94.15%40.2%-
HSV(B)355.65º96.98%78.04%-
XYZ23.7412.321.79-
YUV65.3102.44223.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 88.44%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=88.44%
G=2.67%
B=8.89%

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
Decimal19962000.970.900.22355.6594.1540.2
HexC76140615A161645e28
Octal30762401411322654413650
Binary1100011111010100011000011011010101101011001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70614; }

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

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

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

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

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

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

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

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