#E82A19

Color #E82A19 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E82A19

Tints of Harley Davidson Orange #E82A19

Color information

#E82A19 (or 0xE82A19) is unknown color: approx Harley Davidson Orange. HEX triplet: E8, 2A and 19. RGB value is (232,42,25). Sum of RGB (Red+Green+Blue) = 232+42+25=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A19 is #17D5E6. Grayscale: #616161. Windows color (decimal): -1562087 or 1649384. OLE color: 1649384.

HSL color Cylindrical-coordinate representation of color #E82A19: hue angle of 4.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E82A19 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB2324225-
CMYK00.820.890.09
HSL4.93º81.82%50.39%-
HSV(B)4.93º89.22%90.98%-
XYZ34.2818.882.76-
YUV96.8787.45224.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 77.59%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=77.59%
G=14.05%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232422500.820.890.094.9381.8250.39
HexE82A1905259955232
Octal3505231012213111512262
Binary111010001010101100101010010101100110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82A19; }

 p { color: rgb(232,42,25); }

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

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

 a { background-color: rgb(232,42,25); }

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

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

 span { border-color: rgb(232,42,25); }

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