#C50809

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

Shades of Venetian Red #C50809

Tints of Venetian Red #C50809

Color information

#C50809 (or 0xC50809) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 09. RGB value is (197,8,9). Sum of RGB (Red+Green+Blue) = 197+8+9=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50809 is #3AF7F6. Grayscale: #404040. Windows color (decimal): -3864567 or 592069. OLE color: 592069.

HSL color Cylindrical-coordinate representation of color #C50809: hue angle of 359.68º 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 #C50809 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB19789-
CMYK00.960.950.23
HSL359.68º92.2%40.2%-
HSV(B)359.68º95.94%77.25%-
XYZ23.1612.061.37-
YUV64.6296.62222.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.06%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=92.06%
G=3.74%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978900.960.950.23359.6892.240.2
HexC5890605F171685c28
Octal305101101401372755013450
Binary1100010110001001011000001011111101111011010001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50809; }

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

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

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

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

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

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

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

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