#E8060A

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

Shades of Venetian Red #E8060A

Tints of Venetian Red #E8060A

Color information

#E8060A (or 0xE8060A) is unknown color: approx Venetian Red. HEX triplet: E8, 06 and 0A. RGB value is (232,6,10). Sum of RGB (Red+Green+Blue) = 232+6+10=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E8060A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8060A is #17F9F5. Grayscale: #4A4A4A. Windows color (decimal): -1571318 or 657128. OLE color: 657128.

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

Color convert

RGB232610-
CMYK00.970.960.09
HSL358.94º94.96%46.67%-
HSV(B)358.94º97.41%90.98%-
XYZ33.417.311.87-
YUV74.0391.87240.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 93.55%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=93.55%
G=2.42%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23261000.970.960.09358.9494.9646.67
HexE86A0616091675f2f
Octal35061201411401154713757
Binary11101000110101001100001110000010011011001111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8060A; }

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

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

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

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

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

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

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

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