#E80312

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

Shades of Venetian Red #E80312

Tints of Venetian Red #E80312

Color information

#E80312 (or 0xE80312) is unknown color: approx Venetian Red. HEX triplet: E8, 03 and 12. RGB value is (232,3,18). Sum of RGB (Red+Green+Blue) = 232+3+18=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80312 is #17FCED. Grayscale: #494949. Windows color (decimal): -1572078 or 1180648. OLE color: 1180648.

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

Color convert

RGB232318-
CMYK00.990.920.09
HSL356.07º97.45%46.08%-
HSV(B)356.07º98.71%90.98%-
XYZ33.4217.262.14-
YUV73.1896.87241.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 91.70%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=91.70%
G=1.19%
B=7.11%

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
Decimal23231800.990.920.09356.0797.4546.08
HexE83120635C9164612e
Octal35032201431341154414156
Binary11101000111001001100011101110010011011001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80312; }

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

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

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

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

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

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

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

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