#E40B0E

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

Shades of Venetian Red #E40B0E

Tints of Venetian Red #E40B0E

Color information

#E40B0E (or 0xE40B0E) is unknown color: approx Venetian Red. HEX triplet: E4, 0B and 0E. RGB value is (228,11,14). Sum of RGB (Red+Green+Blue) = 228+11+14=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B0E is #1BF4F1. Grayscale: #4C4C4C. Windows color (decimal): -1832178 or 920548. OLE color: 920548.

HSL color Cylindrical-coordinate representation of color #E40B0E: hue angle of 359.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB2281114-
CMYK00.950.940.11
HSL359.17º90.79%46.86%-
HSV(B)359.17º95.18%89.41%-
XYZ32.1916.771.95-
YUV76.2292.89236.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 90.12%
GREEN value IS 11 (4.69% from 255) = 4.35%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=90.12%
G=4.35%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228111400.950.940.11359.1790.7946.86
HexE4BE05F5EB1675b2f
Octal344131601371361354713357
Binary111001001011111001011111101111010111011001111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40B0E; }

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

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

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

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

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

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

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

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