#C20E1A

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

Shades of Venetian Red #C20E1A

Tints of Venetian Red #C20E1A

Color information

#C20E1A (or 0xC20E1A) is unknown color: approx Venetian Red. HEX triplet: C2, 0E and 1A. RGB value is (194,14,26). Sum of RGB (Red+Green+Blue) = 194+14+26=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E1A is #3DF1E5. Grayscale: #454545. Windows color (decimal): -4059622 or 1707714. OLE color: 1707714.

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

Color convert

RGB1941426-
CMYK00.930.870.24
HSL356º86.54%40.78%-
HSV(B)356º92.78%76.08%-
XYZ22.5911.862.08-
YUV69.19103.63217.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 82.91%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=82.91%
G=5.98%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194142600.930.870.2435686.5440.78
HexC2E1A05D57181645729
Octal302163201351273054412751
Binary11000010111011010010111011010111110001011001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E1A; }

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

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

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

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

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

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

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

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