#E10200

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

Shades of Red #E10200

Tints of Red #E10200

Color information

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

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

Color convert

RGB22520-
CMYK00.9910.12
HSL0.53º100%44.12%-
HSV(B)0.53º100%88.24%-
XYZ31.0716.051.46-
YUV68.4589.38239.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252000.9910.120.5310044.12
HexE12006364C1642c
Octal34120014314414114454
Binary11100001100011000111100100110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10200; }

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

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

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

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

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

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

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

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