#E70405

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

Shades of Venetian Red #E70405

Tints of Venetian Red #E70405

Color information

#E70405 (or 0xE70405) is unknown color: approx Venetian Red. HEX triplet: E7, 04 and 05. RGB value is (231,4,5). Sum of RGB (Red+Green+Blue) = 231+4+5=240 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 231 - color contains mainly: red. Hex color #E70405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70405 is #18FBFA. Grayscale: #484848. Windows color (decimal): -1637371 or 328935. OLE color: 328935.

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

Color convert

RGB23145-
CMYK00.980.980.09
HSL359.74º96.6%46.08%-
HSV(B)359.74º98.27%90.59%-
XYZ33.0317.091.7-
YUV71.9990.21241.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 96.25%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=96.25%
G=1.67%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314500.980.980.09359.7496.646.08
HexE745062629168612e
Octal3474501421421155014156
Binary1110011110010101100010110001010011011010001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70405; }

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

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

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

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

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

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

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

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