#C5080D

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

Shades of Venetian Red #C5080D

Tints of Venetian Red #C5080D

Color information

#C5080D (or 0xC5080D) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 0D. RGB value is (197,8,13). Sum of RGB (Red+Green+Blue) = 197+8+13=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C5080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5080D is #3AF7F2. Grayscale: #414141. Windows color (decimal): -3864563 or 854213. OLE color: 854213.

HSL color Cylindrical-coordinate representation of color #C5080D: hue angle of 358.41º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB197813-
CMYK00.960.930.23
HSL358.41º92.2%40.2%-
HSV(B)358.41º95.94%77.25%-
XYZ23.1912.071.49-
YUV65.0898.62222.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 90.37%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 13 (5.47% from 255) = 5.96%
R=90.37%
G=3.67%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19781300.960.930.23358.4192.240.2
HexC58D0605D171665c28
Octal305101501401352754613450
Binary1100010110001101011000001011101101111011001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5080D; }

 p { color: rgb(197,8,13); }

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

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

 a { background-color: rgb(197,8,13); }

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

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

 span { border-color: rgb(197,8,13); }

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