#e50413

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

Shades of Venetian Red #E50413

Tints of Venetian Red #E50413

Color information

#E50413 (or 0xE50413) is unknown color: approx Venetian Red. HEX triplet: E5, 04 and 13. RGB value is (229,4,19). Sum of RGB (Red+Green+Blue) = 229+4+19=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50413 is #1AFBEC. Grayscale: #494949. Windows color (decimal): -1768429 or 1246437. OLE color: 1246437.

HSL color Cylindrical-coordinate representation of color #E50413: hue angle of 356º 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 #E50413 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB229419-
CMYK00.980.920.10
HSL356º96.57%45.69%-
HSV(B)356º98.25%89.8%-
XYZ32.4716.792.15-
YUV72.9897.54239.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 90.87%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=90.87%
G=1.59%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22941900.980.920.1035696.5745.69
HexE54130625CA164612e
Octal34542301421341254414156
Binary111001011001001101100010101110010101011001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50413; }

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

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

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

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

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

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

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

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