#E4300F

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

Shades of Harley Davidson Orange #E4300F

Tints of Harley Davidson Orange #E4300F

Color information

#E4300F (or 0xE4300F) is unknown color: approx Harley Davidson Orange. HEX triplet: E4, 30 and 0F. RGB value is (228,48,15). Sum of RGB (Red+Green+Blue) = 228+48+15=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4300F is #1BCFF0. Grayscale: #626262. Windows color (decimal): -1822705 or 995556. OLE color: 995556.

HSL color Cylindrical-coordinate representation of color #E4300F: hue angle of 9.3º 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 #E4300F is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2284815-
CMYK00.790.930.11
HSL9.3º87.65%47.65%-
HSV(B)9.3º93.42%89.41%-
XYZ33.1418.642.3-
YUV98.0681.13220.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 78.35%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=78.35%
G=16.49%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228481500.790.930.119.387.6547.65
HexE430F04F5DB95830
Octal34460170117135131113060
Binary111001001100001111010011111011101101110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4300F; }

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

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

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

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

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

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

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

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