#E80314

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

Shades of Venetian Red #E80314

Tints of Venetian Red #E80314

Color information

#E80314 (or 0xE80314) is unknown color: approx Venetian Red. HEX triplet: E8, 03 and 14. RGB value is (232,3,20). Sum of RGB (Red+Green+Blue) = 232+3+20=255 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.98% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 232 - color contains mainly: red. Hex color #E80314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80314 is #17FCEB. Grayscale: #494949. Windows color (decimal): -1572076 or 1311720. OLE color: 1311720.

HSL color Cylindrical-coordinate representation of color #E80314: hue angle of 355.55º 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 #E80314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB232320-
CMYK00.990.910.09
HSL355.55º97.45%46.08%-
HSV(B)355.55º98.71%90.98%-
XYZ33.4417.272.23-
YUV73.4197.87241.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 90.98%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=90.98%
G=1.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23232000.990.910.09355.5597.4546.08
HexE83140635B9164612e
Octal35032401431331154414156
Binary11101000111010001100011101101110011011001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80314; }

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

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

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

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

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

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

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

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