#E5100A

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

Shades of Red #E5100A

Tints of Red #E5100A

Color information

#E5100A (or 0xE5100A) is unknown color: approx Red. HEX triplet: E5, 10 and 0A. RGB value is (229,16,10). Sum of RGB (Red+Green+Blue) = 229+16+10=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E5100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5100A is #1AEFF5. Grayscale: #4F4F4F. Windows color (decimal): -1765366 or 659685. OLE color: 659685.

HSL color Cylindrical-coordinate representation of color #E5100A: hue angle of 1.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5100A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB2291610-
CMYK00.930.960.10
HSL1.64º91.63%46.86%-
HSV(B)1.64º95.63%89.8%-
XYZ32.5517.051.86-
YUV7989.07234.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 89.80%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=89.80%
G=6.27%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229161000.930.960.101.6491.6346.86
HexE510A05D60A25c2f
Octal3452012013514012213457
Binary111001011000010100101110111000001010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5100A; }

 p { color: rgb(229,16,10); }

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

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

 a { background-color: rgb(229,16,10); }

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

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

 span { border-color: rgb(229,16,10); }

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