#C20B0E

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

Shades of Venetian Red #C20B0E

Tints of Venetian Red #C20B0E

Color information

#C20B0E (or 0xC20B0E) is unknown color: approx Venetian Red. HEX triplet: C2, 0B and 0E. RGB value is (194,11,14). Sum of RGB (Red+Green+Blue) = 194+11+14=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B0E is #3DF4F1. Grayscale: #424242. Windows color (decimal): -4060402 or 920514. OLE color: 920514.

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

Color convert

RGB1941114-
CMYK00.940.930.24
HSL359.02º89.27%40.2%-
HSV(B)359.02º94.33%76.08%-
XYZ22.4511.741.5-
YUV66.0698.63219.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 88.58%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=88.58%
G=5.02%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194111400.940.930.24359.0289.2740.2
HexC2BE05E5D181675928
Octal302131601361353054713150
Binary1100001010111110010111101011101110001011001111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B0E; }

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

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

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

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

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

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

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

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