#E80313

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

Shades of Venetian Red #E80313

Tints of Venetian Red #E80313

Color information

#E80313 (or 0xE80313) is unknown color: approx Venetian Red. HEX triplet: E8, 03 and 13. RGB value is (232,3,19). Sum of RGB (Red+Green+Blue) = 232+3+19=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80313 is #17FCEC. Grayscale: #494949. Windows color (decimal): -1572077 or 1246184. OLE color: 1246184.

HSL color Cylindrical-coordinate representation of color #E80313: hue angle of 355.81º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80313 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB232319-
CMYK00.990.920.09
HSL355.81º97.45%46.08%-
HSV(B)355.81º98.71%90.98%-
XYZ33.4317.272.19-
YUV73.2997.37241.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 91.34%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=91.34%
G=1.18%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23231900.990.920.09355.8197.4546.08
HexE83130635C9164612e
Octal35032301431341154414156
Binary11101000111001101100011101110010011011001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80313; }

 p { color: rgb(232,3,19); }

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

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

 a { background-color: rgb(232,3,19); }

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

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

 span { border-color: rgb(232,3,19); }

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