#E4320F

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

Shades of Harley Davidson Orange #E4320F

Tints of Harley Davidson Orange #E4320F

Color information

#E4320F (or 0xE4320F) is unknown color: approx Harley Davidson Orange. HEX triplet: E4, 32 and 0F. RGB value is (228,50,15). Sum of RGB (Red+Green+Blue) = 228+50+15=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E4320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4320F is #1BCDF0. Grayscale: #636363. Windows color (decimal): -1822193 or 996068. OLE color: 996068.

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

Color convert

RGB2285015-
CMYK00.780.930.11
HSL9.86º87.65%47.65%-
HSV(B)9.86º93.42%89.41%-
XYZ33.2218.812.33-
YUV99.2380.47219.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 77.82%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=77.82%
G=17.06%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228501500.780.930.119.8687.6547.65
HexE432F04E5DBa5830
Octal34462170116135131213060
Binary111001001100101111010011101011101101110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4320F; }

 p { color: rgb(228,50,15); }

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

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

 a { background-color: rgb(228,50,15); }

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

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

 span { border-color: rgb(228,50,15); }

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