#C10511

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

Shades of Venetian Red #C10511

Tints of Venetian Red #C10511

Color information

#C10511 (or 0xC10511) is unknown color: approx Venetian Red. HEX triplet: C1, 05 and 11. RGB value is (193,5,17). Sum of RGB (Red+Green+Blue) = 193+5+17=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10511 is #3EFAEE. Grayscale: #3E3E3E. Windows color (decimal): -4127471 or 1115585. OLE color: 1115585.

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

Color convert

RGB193517-
CMYK00.970.910.24
HSL356.17º94.95%38.82%-
HSV(B)356.17º97.41%75.69%-
XYZ22.1511.491.58-
YUV62.58102.28221.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 89.77%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=89.77%
G=2.33%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19351700.970.910.24356.1794.9538.82
HexC15110615B181645f27
Octal30152101411333054413747
Binary1100000110110001011000011011011110001011001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10511; }

 p { color: rgb(193,5,17); }

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

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

 a { background-color: rgb(193,5,17); }

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

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

 span { border-color: rgb(193,5,17); }

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