#E70406

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

Shades of Venetian Red #E70406

Tints of Venetian Red #E70406

Color information

#E70406 (or 0xE70406) is unknown color: approx Venetian Red. HEX triplet: E7, 04 and 06. RGB value is (231,4,6). Sum of RGB (Red+Green+Blue) = 231+4+6=241 (31% of max value = 765). Red value is 231 (90.62% from 255 or 95.85% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 231 - color contains mainly: red. Hex color #E70406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70406 is #18FBF9. Grayscale: #484848. Windows color (decimal): -1637370 or 394471. OLE color: 394471.

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

Color convert

RGB23146-
CMYK00.980.970.09
HSL359.47º96.6%46.08%-
HSV(B)359.47º98.27%90.59%-
XYZ33.0317.091.73-
YUV72.190.71241.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 95.85%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=95.85%
G=1.66%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314600.980.970.09359.4796.646.08
HexE746062619167612e
Octal3474601421411154714156
Binary1110011110011001100010110000110011011001111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70406; }

 p { color: rgb(231,4,6); }

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

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

 a { background-color: rgb(231,4,6); }

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

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

 span { border-color: rgb(231,4,6); }

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