#C80316

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

Shades of Venetian Red #C80316

Tints of Venetian Red #C80316

Color information

#C80316 (or 0xC80316) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 16. RGB value is (200,3,22). Sum of RGB (Red+Green+Blue) = 200+3+22=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C80316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80316 is #37FCE9. Grayscale: #404040. Windows color (decimal): -3669226 or 1442760. OLE color: 1442760.

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

Color convert

RGB200322-
CMYK00.980.890.22
HSL354.21º97.04%39.8%-
HSV(B)354.21º98.5%78.43%-
XYZ2412.41.89-
YUV64.07104.27224.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 88.89%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=88.89%
G=1.33%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20032200.980.890.22354.2197.0439.8
HexC831606259161626128
Octal31032601421312654214150
Binary110010001110110011000101011001101101011000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80316; }

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

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

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

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

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

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

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

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