#E80A06

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

Shades of Red #E80A06

Tints of Red #E80A06

Color information

#E80A06 (or 0xE80A06) is unknown color: approx Red. HEX triplet: E8, 0A and 06. RGB value is (232,10,6). Sum of RGB (Red+Green+Blue) = 232+10+6=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A06 is #17F5F9. Grayscale: #4C4C4C. Windows color (decimal): -1570298 or 396008. OLE color: 396008.

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

Color convert

RGB232106-
CMYK00.960.970.09
HSL1.06º94.96%46.67%-
HSV(B)1.06º97.41%90.98%-
XYZ33.4217.391.77-
YUV75.9288.55239.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 93.55%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=93.55%
G=4.03%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210600.960.970.091.0694.9646.67
HexE8A606061915f2f
Octal350126014014111113757
Binary111010001010110011000001100001100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80A06; }

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

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

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

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

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

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

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

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