#C80F12

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

Shades of Venetian Red #C80F12

Tints of Venetian Red #C80F12

Color information

#C80F12 (or 0xC80F12) is unknown color: approx Venetian Red. HEX triplet: C8, 0F and 12. RGB value is (200,15,18). Sum of RGB (Red+Green+Blue) = 200+15+18=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F12 is #37F0ED. Grayscale: #464646. Windows color (decimal): -3666158 or 1183688. OLE color: 1183688.

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

Color convert

RGB2001518-
CMYK00.920.910.22
HSL359.03º86.05%42.16%-
HSV(B)359.03º92.5%78.43%-
XYZ24.112.661.75-
YUV70.6698.29220.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 85.84%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=85.84%
G=6.44%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200151800.920.910.22359.0386.0542.16
HexC8F1205C5B16167562a
Octal310172201341332654712652
Binary11001000111110010010111001011011101101011001111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80F12; }

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

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

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

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

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

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

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

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