#E20112

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

Shades of Venetian Red #E20112

Tints of Venetian Red #E20112

Color information

#E20112 (or 0xE20112) is unknown color: approx Venetian Red. HEX triplet: E2, 01 and 12. RGB value is (226,1,18). Sum of RGB (Red+Green+Blue) = 226+1+18=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E20112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20112 is #1DFEED. Grayscale: #464646. Windows color (decimal): -1965806 or 1180130. OLE color: 1180130.

HSL color Cylindrical-coordinate representation of color #E20112: hue angle of 355.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB226118-
CMYK01.000.920.11
HSL355.47º99.12%44.51%-
HSV(B)355.47º99.56%88.63%-
XYZ31.4816.232.05-
YUV70.2198.54239.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 92.24%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=92.24%
G=0.41%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611801.000.920.11355.4799.1244.51
HexE21120645CB163632d
Octal34212201441341354314355
Binary1110001011001001100100101110010111011000111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20112; }

 p { color: rgb(226,1,18); }

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

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

 a { background-color: rgb(226,1,18); }

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

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

 span { border-color: rgb(226,1,18); }

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