#C50609

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

Shades of Venetian Red #C50609

Tints of Venetian Red #C50609

Color information

#C50609 (or 0xC50609) is unknown color: approx Venetian Red. HEX triplet: C5, 06 and 09. RGB value is (197,6,9). Sum of RGB (Red+Green+Blue) = 197+6+9=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C50609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50609 is #3AF9F6. Grayscale: #3F3F3F. Windows color (decimal): -3865079 or 591557. OLE color: 591557.

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

Color convert

RGB19769-
CMYK00.970.950.23
HSL359.06º94.09%39.8%-
HSV(B)359.06º96.95%77.25%-
XYZ23.1412.021.36-
YUV63.4597.28223.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.92%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=92.92%
G=2.83%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976900.970.950.23359.0694.0939.8
HexC5690615F171675e28
Octal30561101411372754713650
Binary110001011101001011000011011111101111011001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50609; }

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

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

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

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

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

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

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

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