#E80812

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

Shades of Venetian Red #E80812

Tints of Venetian Red #E80812

Color information

#E80812 (or 0xE80812) is unknown color: approx Venetian Red. HEX triplet: E8, 08 and 12. RGB value is (232,8,18). Sum of RGB (Red+Green+Blue) = 232+8+18=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E80812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80812 is #17F7ED. Grayscale: #4C4C4C. Windows color (decimal): -1570798 or 1181928. OLE color: 1181928.

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

Color convert

RGB232818-
CMYK00.970.920.09
HSL357.32º93.33%47.06%-
HSV(B)357.32º96.55%90.98%-
XYZ33.4717.372.16-
YUV76.1295.21239.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.92%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=89.92%
G=3.10%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23281800.970.920.09357.3293.3347.06
HexE88120615C91655d2f
Octal350102201411341154513557
Binary1110100010001001001100001101110010011011001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80812; }

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

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

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

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

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

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

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

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