#C50722

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

Shades of Venetian Red #C50722

Tints of Venetian Red #C50722

Color information

#C50722 (or 0xC50722) is unknown color: approx Venetian Red. HEX triplet: C5, 07 and 22. RGB value is (197,7,34). Sum of RGB (Red+Green+Blue) = 197+7+34=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50722 is #3AF8DD. Grayscale: #424242. Windows color (decimal): -3864798 or 2230213. OLE color: 2230213.

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

Color convert

RGB197734-
CMYK00.960.830.23
HSL351.47º93.14%40%-
HSV(B)351.47º96.45%77.25%-
XYZ23.3912.142.62-
YUV66.89109.45220.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.77%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 34 (13.67% from 255) = 14.29%
R=82.77%
G=2.94%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19773400.960.830.23351.4793.1440
HexC5722060531715f5d28
Octal30574201401232753713550
Binary11000101111100010011000001010011101111010111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50722; }

 p { color: rgb(197,7,34); }

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

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

 a { background-color: rgb(197,7,34); }

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

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

 span { border-color: rgb(197,7,34); }

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