#E10001

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

Shades of Venetian Red #E10001

Tints of Venetian Red #E10001

Color information

#E10001 (or 0xE10001) is unknown color: approx Venetian Red. HEX triplet: E1, 00 and 01. RGB value is (225,0,1). Sum of RGB (Red+Green+Blue) = 225+0+1=226 (29% of max value = 765). Red value is 225 (88.28% from 255 or 99.56% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 225 - color contains mainly: red. Hex color #E10001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10001 is #1EFFFE. Grayscale: #434343. Windows color (decimal): -2031615 or 65761. OLE color: 65761.

HSL color Cylindrical-coordinate representation of color #E10001: hue angle of 359.73º 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 #E10001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22501-
CMYK011.000.12
HSL359.73º100%44.12%-
HSV(B)359.73º100%88.24%-
XYZ31.0616.011.48-
YUV67.3990.54240.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 99.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=99.56%
G=0%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22501011.000.12359.7310044.12
HexE10106464C168642c
Octal3410101441441455014454
Binary111000010101100100110010011001011010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10001; }

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

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

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

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

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

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

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

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