#E7050A

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

Shades of Venetian Red #E7050A

Tints of Venetian Red #E7050A

Color information

#E7050A (or 0xE7050A) is unknown color: approx Venetian Red. HEX triplet: E7, 05 and 0A. RGB value is (231,5,10). Sum of RGB (Red+Green+Blue) = 231+5+10=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050A is #18FAF5. Grayscale: #494949. Windows color (decimal): -1637110 or 656871. OLE color: 656871.

HSL color Cylindrical-coordinate representation of color #E7050A: hue angle of 358.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7050A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB231510-
CMYK00.980.960.09
HSL358.67º95.76%46.27%-
HSV(B)358.67º97.84%90.59%-
XYZ33.0617.121.85-
YUV73.1492.37240.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 93.90%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=93.90%
G=2.03%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23151000.980.960.09358.6795.7646.27
HexE75A062609167602e
Octal34751201421401154714056
Binary11100111101101001100010110000010011011001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7050A; }

 p { color: rgb(231,5,10); }

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

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

 a { background-color: rgb(231,5,10); }

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

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

 span { border-color: rgb(231,5,10); }

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