#C80312

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

Shades of Venetian Red #C80312

Tints of Venetian Red #C80312

Color information

#C80312 (or 0xC80312) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 12. RGB value is (200,3,18). Sum of RGB (Red+Green+Blue) = 200+3+18=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C80312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80312 is #37FCED. Grayscale: #3F3F3F. Windows color (decimal): -3669230 or 1180616. OLE color: 1180616.

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

Color convert

RGB200318-
CMYK00.980.910.22
HSL355.43º97.04%39.8%-
HSV(B)355.43º98.5%78.43%-
XYZ23.9612.391.7-
YUV63.61102.27225.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 90.50%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=90.50%
G=1.36%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20031800.980.910.22355.4397.0439.8
HexC83120625B161636128
Octal31032201421332654314150
Binary110010001110010011000101011011101101011000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80312; }

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

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

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

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

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

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

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

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