#C80317

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

Shades of Venetian Red #C80317

Tints of Venetian Red #C80317

Color information

#C80317 (or 0xC80317) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 17. RGB value is (200,3,23). Sum of RGB (Red+Green+Blue) = 200+3+23=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80317 is #37FCE8. Grayscale: #404040. Windows color (decimal): -3669225 or 1508296. OLE color: 1508296.

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

Color convert

RGB200323-
CMYK00.980.880.22
HSL353.91º97.04%39.8%-
HSV(B)353.91º98.5%78.43%-
XYZ24.0112.411.94-
YUV64.18104.77224.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 88.50%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 23 (9.38% from 255) = 10.18%
R=88.50%
G=1.33%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20032300.980.880.22353.9197.0439.8
HexC831706258161626128
Octal31032701421302654214150
Binary110010001110111011000101011000101101011000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80317; }

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

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

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

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

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

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

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

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