#e8060e

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

Shades of Venetian Red #E8060E

Tints of Venetian Red #E8060E

Color information

#E8060E (or 0xE8060E) is unknown color: approx Venetian Red. HEX triplet: E8, 06 and 0E. RGB value is (232,6,14). Sum of RGB (Red+Green+Blue) = 232+6+14=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E8060E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8060E is #17F9F1. Grayscale: #4A4A4A. Windows color (decimal): -1571314 or 919272. OLE color: 919272.

HSL color Cylindrical-coordinate representation of color #E8060E: hue angle of 357.88º degrees, saturation: 0.95, 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 #E8060E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB232614-
CMYK00.970.940.09
HSL357.88º94.96%46.67%-
HSV(B)357.88º97.41%90.98%-
XYZ33.4217.322-
YUV74.4993.87240.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 92.06%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=92.06%
G=2.38%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23261400.970.940.09357.8894.9646.67
HexE86E0615E91665f2f
Octal35061601411361154613757
Binary11101000110111001100001101111010011011001101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8060e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8060e; }

 p { color: rgb(232,6,14); }

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

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

 a { background-color: rgb(232,6,14); }

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

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

 span { border-color: rgb(232,6,14); }

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