#C20A11

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

Shades of Venetian Red #C20A11

Tints of Venetian Red #C20A11

Color information

#C20A11 (or 0xC20A11) is unknown color: approx Venetian Red. HEX triplet: C2, 0A and 11. RGB value is (194,10,17). Sum of RGB (Red+Green+Blue) = 194+10+17=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A11 is #3DF5EE. Grayscale: #414141. Windows color (decimal): -4060655 or 1116866. OLE color: 1116866.

HSL color Cylindrical-coordinate representation of color #C20A11: hue angle of 357.72º 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 #C20A11 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1941017-
CMYK00.950.910.24
HSL357.72º90.2%40%-
HSV(B)357.72º94.85%76.08%-
XYZ22.4611.731.61-
YUV65.81100.46219.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 87.78%
GREEN value IS 10 (4.30% from 255) = 4.52%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=87.78%
G=4.52%
B=7.69%

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
Decimal194101700.950.910.24357.7290.240
HexC2A1105F5B181665a28
Octal302122101371333054613250
Binary11000010101010001010111111011011110001011001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A11; }

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

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

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

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

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

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

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

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