#E3020A

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

Shades of Venetian Red #E3020A

Tints of Venetian Red #E3020A

Color information

#E3020A (or 0xE3020A) is unknown color: approx Venetian Red. HEX triplet: E3, 02 and 0A. RGB value is (227,2,10). Sum of RGB (Red+Green+Blue) = 227+2+10=239 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.98% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 227 - color contains mainly: red. Hex color #E3020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3020A is #1CFDF5. Grayscale: #464646. Windows color (decimal): -1900022 or 656099. OLE color: 656099.

HSL color Cylindrical-coordinate representation of color #E3020A: hue angle of 357.87º 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 #E3020A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB227210-
CMYK00.990.960.11
HSL357.87º98.25%44.9%-
HSV(B)357.87º99.12%89.02%-
XYZ31.7616.41.78-
YUV70.1994.04239.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 94.98%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=94.98%
G=0.84%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721000.990.960.11357.8798.2544.9
HexE32A06360B166622d
Octal34321201431401354614255
Binary1110001110101001100011110000010111011001101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3020A; }

 p { color: rgb(227,2,10); }

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

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

 a { background-color: rgb(227,2,10); }

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

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

 span { border-color: rgb(227,2,10); }

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