#E20211

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

Shades of Venetian Red #E20211

Tints of Venetian Red #E20211

Color information

#E20211 (or 0xE20211) is unknown color: approx Venetian Red. HEX triplet: E2, 02 and 11. RGB value is (226,2,17). Sum of RGB (Red+Green+Blue) = 226+2+17=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E20211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20211 is #1DFDEE. Grayscale: #464646. Windows color (decimal): -1965551 or 1114850. OLE color: 1114850.

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

Color convert

RGB226217-
CMYK00.990.920.11
HSL355.98º98.25%44.71%-
HSV(B)355.98º99.12%88.63%-
XYZ31.4916.252.01-
YUV70.6997.71238.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 92.24%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=92.24%
G=0.82%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621700.990.920.11355.9898.2544.71
HexE22110635CB164622d
Octal34222101431341354414255
Binary11100010101000101100011101110010111011001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20211; }

 p { color: rgb(226,2,17); }

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

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

 a { background-color: rgb(226,2,17); }

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

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

 span { border-color: rgb(226,2,17); }

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