#C10A11

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

Shades of Venetian Red #C10A11

Tints of Venetian Red #C10A11

Color information

#C10A11 (or 0xC10A11) is unknown color: approx Venetian Red. HEX triplet: C1, 0A and 11. RGB value is (193,10,17). Sum of RGB (Red+Green+Blue) = 193+10+17=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A11 is #3EF5EE. Grayscale: #414141. Windows color (decimal): -4126191 or 1116865. OLE color: 1116865.

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

Color convert

RGB1931017-
CMYK00.950.910.24
HSL357.7º90.15%39.8%-
HSV(B)357.7º94.82%75.69%-
XYZ22.211.61.6-
YUV65.52100.63218.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 87.73%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=87.73%
G=4.55%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193101700.950.910.24357.790.1539.8
HexC1A1105F5B181665a28
Octal301122101371333054613250
Binary11000001101010001010111111011011110001011001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A11; }

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

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

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

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

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

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

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

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