#C10722

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

Shades of Venetian Red #C10722

Tints of Venetian Red #C10722

Color information

#C10722 (or 0xC10722) is unknown color: approx Venetian Red. HEX triplet: C1, 07 and 22. RGB value is (193,7,34). Sum of RGB (Red+Green+Blue) = 193+7+34=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10722 is #3EF8DD. Grayscale: #414141. Windows color (decimal): -4126942 or 2230209. OLE color: 2230209.

HSL color Cylindrical-coordinate representation of color #C10722: hue angle of 351.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10722 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB193734-
CMYK00.960.820.24
HSL351.29º93%39.22%-
HSV(B)351.29º96.37%75.69%-
XYZ22.3611.62.57-
YUV65.69110.12218.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.48%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 34 (13.67% from 255) = 14.53%
R=82.48%
G=2.99%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19373400.960.820.24351.299339.22
HexC1722060521815f5d27
Octal30174201401223053713547
Binary11000001111100010011000001010010110001010111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10722; }

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

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

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

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

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

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

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

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