#E0020E

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

Shades of Venetian Red #E0020E

Tints of Venetian Red #E0020E

Color information

#E0020E (or 0xE0020E) is unknown color: approx Venetian Red. HEX triplet: E0, 02 and 0E. RGB value is (224,2,14). Sum of RGB (Red+Green+Blue) = 224+2+14=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E0020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0020E is #1FFDF1. Grayscale: #454545. Windows color (decimal): -2096626 or 918240. OLE color: 918240.

HSL color Cylindrical-coordinate representation of color #E0020E: hue angle of 356.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB224214-
CMYK00.990.940.12
HSL356.76º98.23%44.31%-
HSV(B)356.76º99.11%87.84%-
XYZ30.8415.921.86-
YUV69.7596.55238.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 93.33%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=93.33%
G=0.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421400.990.940.12356.7698.2344.31
HexE02E0635EC165622c
Octal34021601431361454514254
Binary1110000010111001100011101111011001011001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0020E; }

 p { color: rgb(224,2,14); }

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

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

 a { background-color: rgb(224,2,14); }

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

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

 span { border-color: rgb(224,2,14); }

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