#E80605

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

Shades of Red #E80605

Tints of Red #E80605

Color information

#E80605 (or 0xE80605) is unknown color: approx Red. HEX triplet: E8, 06 and 05. RGB value is (232,6,5). Sum of RGB (Red+Green+Blue) = 232+6+5=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80605 is #17F9FA. Grayscale: #494949. Windows color (decimal): -1571323 or 329448. OLE color: 329448.

HSL color Cylindrical-coordinate representation of color #E80605: hue angle of 0.26º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB23265-
CMYK00.970.980.09
HSL0.26º95.78%46.47%-
HSV(B)0.26º97.84%90.98%-
XYZ33.3717.31.72-
YUV73.4689.37241.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 95.47%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=95.47%
G=2.47%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326500.970.980.090.2695.7846.47
HexE8650616290602e
Octal35065014114211014056
Binary11101000110101011000011100010100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80605; }

 p { color: rgb(232,6,5); }

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

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

 a { background-color: rgb(232,6,5); }

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

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

 span { border-color: rgb(232,6,5); }

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