#E2381A

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

Shades of Harley Davidson Orange #E2381A

Tints of Harley Davidson Orange #E2381A

Color information

#E2381A (or 0xE2381A) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 38 and 1A. RGB value is (226,56,26). Sum of RGB (Red+Green+Blue) = 226+56+26=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2381A is #1DC7E5. Grayscale: #676767. Windows color (decimal): -1951718 or 1718498. OLE color: 1718498.

HSL color Cylindrical-coordinate representation of color #E2381A: hue angle of 9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2381A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2265626-
CMYK00.750.880.11
HSL79.37%49.41%-
HSV(B)88.5%88.63%-
XYZ32.9619.072.92-
YUV103.4184.32215.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 73.38%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=73.38%
G=18.18%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226562600.750.880.11979.3749.41
HexE2381A04B58B94f31
Octal34270320113130131111761
Binary1110001011100011010010010111011000101110011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2381A; }

 p { color: rgb(226,56,26); }

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

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

 a { background-color: rgb(226,56,26); }

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

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

 span { border-color: rgb(226,56,26); }

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