#C70016

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

Shades of Venetian Red #C70016

Tints of Venetian Red #C70016

Color information

#C70016 (or 0xC70016) is unknown color: approx Venetian Red. HEX triplet: C7, 00 and 16. RGB value is (199,0,22). Sum of RGB (Red+Green+Blue) = 199+0+22=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C70016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70016 is #38FFE9. Grayscale: #3E3E3E. Windows color (decimal): -3735530 or 1441991. OLE color: 1441991.

HSL color Cylindrical-coordinate representation of color #C70016: hue angle of 353.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70016 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB199022-
CMYK010.890.22
HSL353.37º100%39.02%-
HSV(B)353.37º100%78.04%-
XYZ23.712.21.86-
YUV62.01105.43225.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 90.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=90.05%
G=0%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199022010.890.22353.3710039.02
HexC701606459161616427
Octal30702601441312654114447
Binary11000111010110011001001011001101101011000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70016; }

 p { color: rgb(199,0,22); }

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

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

 a { background-color: rgb(199,0,22); }

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

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

 span { border-color: rgb(199,0,22); }

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