#E40411

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

Shades of Venetian Red #E40411

Tints of Venetian Red #E40411

Color information

#E40411 (or 0xE40411) is unknown color: approx Venetian Red. HEX triplet: E4, 04 and 11. RGB value is (228,4,17). Sum of RGB (Red+Green+Blue) = 228+4+17=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E40411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40411 is #1BFBEE. Grayscale: #484848. Windows color (decimal): -1833967 or 1115364. OLE color: 1115364.

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

Color convert

RGB228417-
CMYK00.980.930.11
HSL356.52º96.55%45.49%-
HSV(B)356.52º98.25%89.41%-
XYZ32.1416.622.04-
YUV72.4696.71238.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 91.57%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=91.57%
G=1.61%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22841700.980.930.11356.5296.5545.49
HexE44110625DB165612d
Octal34442101421351354514155
Binary111001001001000101100010101110110111011001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40411; }

 p { color: rgb(228,4,17); }

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

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

 a { background-color: rgb(228,4,17); }

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

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

 span { border-color: rgb(228,4,17); }

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