#C2111A

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

Shades of Venetian Red #C2111A

Tints of Venetian Red #C2111A

Color information

#C2111A (or 0xC2111A) is unknown color: approx Venetian Red. HEX triplet: C2, 11 and 1A. RGB value is (194,17,26). Sum of RGB (Red+Green+Blue) = 194+17+26=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111A is #3DEEE5. Grayscale: #474747. Windows color (decimal): -4058854 or 1708482. OLE color: 1708482.

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

Color convert

RGB1941726-
CMYK00.910.870.24
HSL356.95º83.89%41.37%-
HSV(B)356.95º91.24%76.08%-
XYZ22.6411.942.09-
YUV70.95102.64215.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.86%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=81.86%
G=7.17%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194172600.910.870.24356.9583.8941.37
HexC2111A05B57181655429
Octal302213201331273054512451
Binary110000101000111010010110111010111110001011001011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2111A; }

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

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

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

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

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

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

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

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