#C80103

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

Shades of Venetian Red #C80103

Tints of Venetian Red #C80103

Color information

#C80103 (or 0xC80103) is unknown color: approx Venetian Red. HEX triplet: C8, 01 and 03. RGB value is (200,1,3). Sum of RGB (Red+Green+Blue) = 200+1+3=204 (27% of max value = 765). Red value is 200 (78.52% from 255 or 98.04% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 200 - color contains mainly: red. Hex color #C80103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80103 is #37FEFC. Grayscale: #3C3C3C. Windows color (decimal): -3669757 or 197064. OLE color: 197064.

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

Color convert

RGB20013-
CMYK01.000.980.22
HSL359.4º99%39.41%-
HSV(B)359.4º99.5%78.43%-
XYZ23.8512.311.2-
YUV60.7395.43227.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 98.04%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=98.04%
G=0.49%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001301.000.980.22359.49939.41
HexC81306462161676327
Octal3101301441422654714347
Binary11001000111011001001100010101101011001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80103; }

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

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

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

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

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

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

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

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