#C80F10

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

Shades of Venetian Red #C80F10

Tints of Venetian Red #C80F10

Color information

#C80F10 (or 0xC80F10) is unknown color: approx Venetian Red. HEX triplet: C8, 0F and 10. RGB value is (200,15,16). Sum of RGB (Red+Green+Blue) = 200+15+16=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F10 is #37F0EF. Grayscale: #464646. Windows color (decimal): -3666160 or 1052616. OLE color: 1052616.

HSL color Cylindrical-coordinate representation of color #C80F10: hue angle of 359.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F10 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB2001516-
CMYK00.920.920.22
HSL359.68º86.05%42.16%-
HSV(B)359.68º92.5%78.43%-
XYZ24.0812.661.66-
YUV70.4397.29220.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 86.58%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=86.58%
G=6.49%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200151600.920.920.22359.6886.0542.16
HexC8F1005C5C16168562a
Octal310172001341342655012652
Binary11001000111110000010111001011100101101011010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80F10; }

 p { color: rgb(200,15,16); }

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

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

 a { background-color: rgb(200,15,16); }

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

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

 span { border-color: rgb(200,15,16); }

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