#C50916

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

Shades of Venetian Red #C50916

Tints of Venetian Red #C50916

Color information

#C50916 (or 0xC50916) is unknown color: approx Venetian Red. HEX triplet: C5, 09 and 16. RGB value is (197,9,22). Sum of RGB (Red+Green+Blue) = 197+9+22=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C50916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50916 is #3AF6E9. Grayscale: #424242. Windows color (decimal): -3864298 or 1444293. OLE color: 1444293.

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

Color convert

RGB197922-
CMYK00.950.890.23
HSL355.85º91.26%40.39%-
HSV(B)355.85º95.43%77.25%-
XYZ23.2712.121.87-
YUV66.69102.78220.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 86.40%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=86.40%
G=3.95%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19792200.950.890.23355.8591.2640.39
HexC591605F59171645b28
Octal305112601371312754413350
Binary11000101100110110010111111011001101111011001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50916; }

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

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

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

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

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

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

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

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