#E10002

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

Shades of Venetian Red #E10002

Tints of Venetian Red #E10002

Color information

#E10002 (or 0xE10002) is unknown color: approx Venetian Red. HEX triplet: E1, 00 and 02. RGB value is (225,0,2). Sum of RGB (Red+Green+Blue) = 225+0+2=227 (30% of max value = 765). Red value is 225 (88.28% from 255 or 99.12% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 225 - color contains mainly: red. Hex color #E10002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10002 is #1EFFFD. Grayscale: #434343. Windows color (decimal): -2031614 or 131297. OLE color: 131297.

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

Color convert

RGB22502-
CMYK010.990.12
HSL359.47º100%44.12%-
HSV(B)359.47º100%88.24%-
XYZ31.0616.011.51-
YUV67.591.04240.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 99.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=99.12%
G=0%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22502010.990.12359.4710044.12
HexE10206463C167642c
Octal3410201441431454714454
Binary1110000101001100100110001111001011001111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10002; }

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

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

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

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

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

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

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

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