#C80116

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

Shades of Venetian Red #C80116

Tints of Venetian Red #C80116

Color information

#C80116 (or 0xC80116) is unknown color: approx Venetian Red. HEX triplet: C8, 01 and 16. RGB value is (200,1,22). Sum of RGB (Red+Green+Blue) = 200+1+22=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80116 is #37FEE9. Grayscale: #3F3F3F. Windows color (decimal): -3669738 or 1442248. OLE color: 1442248.

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

Color convert

RGB200122-
CMYK01.000.890.22
HSL353.67º99%39.41%-
HSV(B)353.67º99.5%78.43%-
XYZ23.9812.361.88-
YUV62.9104.93225.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 89.69%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=89.69%
G=0.45%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012201.000.890.22353.679939.41
HexC811606459161626327
Octal31012601441312654214347
Binary11001000110110011001001011001101101011000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80116; }

 p { color: rgb(200,1,22); }

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

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

 a { background-color: rgb(200,1,22); }

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

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

 span { border-color: rgb(200,1,22); }

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