#E10100

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

Shades of Red #E10100

Tints of Red #E10100

Color information

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

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

Color convert

RGB22510-
CMYK01.0010.12
HSL0.27º100%44.12%-
HSV(B)0.27º100%88.24%-
XYZ31.0616.031.46-
YUV67.8689.71240.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251001.0010.120.2710044.12
HexE11006464C0642c
Octal34110014414414014454
Binary1110000110011001001100100110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10100; }

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

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

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

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

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

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

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

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