#E50411

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

Shades of Venetian Red #E50411

Tints of Venetian Red #E50411

Color information

#E50411 (or 0xE50411) is unknown color: approx Venetian Red. HEX triplet: E5, 04 and 11. RGB value is (229,4,17). Sum of RGB (Red+Green+Blue) = 229+4+17=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E50411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50411 is #1AFBEE. Grayscale: #484848. Windows color (decimal): -1768431 or 1115365. OLE color: 1115365.

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

Color convert

RGB229417-
CMYK00.980.930.10
HSL356.53º96.57%45.69%-
HSV(B)356.53º98.25%89.8%-
XYZ32.4616.792.06-
YUV72.7696.54239.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 91.6%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 17 (7.03% from 255) = 6.8%
R=91.6%
G=1.6%
B=6.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22941700.980.930.10356.5396.5745.69
HexE54110625DA165612e
Octal34542101421351254514156
Binary111001011001000101100010101110110101011001011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50411; }

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

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

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

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

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

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

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

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