#E70002

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

Shades of Venetian Red #E70002

Tints of Venetian Red #E70002

Color information

#E70002 (or 0xE70002) is unknown color: approx Venetian Red. HEX triplet: E7, 00 and 02. RGB value is (231,0,2). Sum of RGB (Red+Green+Blue) = 231+0+2=233 (30% of max value = 765). Red value is 231 (90.62% from 255 or 99.14% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 231 - color contains mainly: red. Hex color #E70002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70002 is #18FFFD. Grayscale: #454545. Windows color (decimal): -1638398 or 131303. OLE color: 131303.

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

Color convert

RGB23102-
CMYK010.990.09
HSL359.48º100%45.29%-
HSV(B)359.48º100%90.59%-
XYZ32.9716.991.6-
YUV69.390.03243.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 99.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=99.14%
G=0%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23102010.990.09359.4810045.29
HexE702064639167642d
Octal3470201441431154714455
Binary1110011101001100100110001110011011001111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70002; }

 p { color: rgb(231,0,2); }

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

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

 a { background-color: rgb(231,0,2); }

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

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

 span { border-color: rgb(231,0,2); }

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